10-18-2011, 09:42 PM
(10-18-2011, 08:35 PM)simonbaev Wrote: PS: I selected "Fulltext index info" in Admin-Tools and it displayed 149 items. Somewhere in the middle I found this:
Is this a good sign?Code:mimetype:application/msword
mimetype:application/octet-stream
mimetype:application/pdf
mimetype:application/rtf
mimetype:application/vnd.ms-excel
mimetype:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
mimetype:application/vnd.openxmlformats-officedocument.wordprocessingml.documen
Yes, this is a good sign. If you have a look at the other items in that list, there should be some starting with 'content:'. Those are keywords found in the content of the document. Search for them and you should get the associated document. If ther aen't any items starting with 'content:' then the content could not be indexed. You could than try to add a trivial text/plain document and update the full text index. text/plain documents just need 'cat' for indexing.
Uwe