Navigation
 
Willkommen

Programm

Aktuelles

Feedback geben
 
Download

Forum

Partner

Community

Kontakt

Impressum

Login

English Version

 
09.09.2006 Boris: Kommentar zum IFilter Template
Startseite  \  Aktuelles  \  09.09.2006 Boris: Kommentar zum IFilter Template  \  

After digging through the Internet for quite a while I came across your great article at

http://www.suchwerk.net/sodcms_Writing_IFilter_in_DOTNET.htm

This was exactly what I needed, a simple template for an IFilter that would allow me to focus pretty much on only writing a parser for the file format in question.

I did just that and wrote an IFilter for a particular file type building on your template. It works great in Windows Desktop Search, but not at all in Share Point (FYI: I’m using Windows Sharepoint Services, not Sharepoint Portal Server on top of a SQL Server 2005 database). My suspicion is that this is because your filter template doesn’t implement the persist stream interface. Since Sharepoint stores all data in SQL Server and not in the file system I wouldn’t be surprised if the stream interface would be used. Could that be the case?

If my assumption is correct, then do you have a newer version of the IFilter template including the persist stream implementation? Or any hints how I could do this myself?

Any advise or hints are greatly appreciated.