Groups | Blog | Home
all groups > sql server full text search > april 2007 >

sql server full text search : .doc iFilter not working for Mobile docs


Hilary Cotter
4/19/2007 12:00:00 AM
The iFilters are specific for document type. The PocketWord application does
not save it in a format that the Office iFilter can understand. You would be
better off to convert them to Word.
[quoted text, click to view]

Jeff
4/19/2007 2:24:04 AM
Hi,

I have implemented full text searching over files stored in a varbinary(max)
field and this works great :)

The only issue i am now having is that users creating office documents
created on a Windows Mobile device such as word docs are not being searched.
The extension is .doc but the files look cut down in size.

Does anyone know of a filter or filter update that will also search office
type files created on a Windows Mobile device?

Thanks,

Jeff
4/20/2007 3:04:00 AM
Hi Hilary,

Thanks for your answer.

What I find strange is that the device saves the document with the extension
..doc, but is not a true word document format. So when I check the file
extension with the supported SQL iFilter extensions I get a match and save it
in the db for indexing and searching.

How would I go about programaticaly converting the uploaded docs from the
mobile devices to the full Office document standard supported by the Office
iFilter?

Thanks for your help,

Jeff

[quoted text, click to view]
Hilary Cotter
4/23/2007 12:00:00 AM
You would have to use Word to convert the files to the Office Word document
format as opposed to the Pocket Word format.
[quoted text, click to view]

AddThis Social Bookmark Button