WebVize's WebLog

An independent C# Developer in the Netherlands

Tips for Index Server and ASP.NET required

Hi all,

Just a small question for ya all. Does anybody have any tips on Index Server in combo with asp.net.
I need to search in Word documents and PDF files. These files will be uploaded and then index server should index them. Beyond this point I am lost as I have absolutely no experience with Index Server.

 

Any tips, links, hint, articles, code examples are welcome :-)

Comments

Franck Quintana said:

just one drawback, it is in french.
but u can try to read it because there are some pictures and code in it.

Hope this help.
Franck.
# March 16, 2004 4:46 AM

Franck Quintana said:

# March 16, 2004 4:46 AM

Fabrice69 said:

# March 16, 2004 5:32 AM

Jason Bentley said:

Read the Indexing Service documentation. It is actually very good, but, you should pack a lunch, it isn't light.
# March 16, 2004 11:07 AM

Barry Dorrans said:

Cool, Fabrice linked to me :)

Anyway word documents will work out of the box, and you can access the index via ADO.Net as "normal" (the query is slightly different, but I did try to illustrate that in English)

Indexing acrobat needs an extension, available from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows

If a file format manufacturer provides an iFilter, like Adobe, then searching is easy. You do have to tell the index to index unknown file types, but hey, it's just a check box.
# April 7, 2004 3:17 PM

Michael Hensen said:

What I eventually did was sql full text indexing and uploading the files inside sql server. With the adobe object it works very good any file can be indexed and queries.

I didn't have to tick any checkboxes or whatever. Just mind that it must be set to single threaded and it works like charm..

# May 22, 2004 4:10 AM

Michael Hensen said:

What I eventually did was sql full text indexing and uploading the files inside sql server. With the adobe object it works very good any file can be indexed and queries.

I didn't have to tick any checkboxes or whatever. Just mind that it must be set to single threaded and it works like charm..

# May 22, 2004 4:10 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)