Full Text Search for .Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm coding an asp.net app that will be using web services for the data access
layer. I want to implement a full text search of my PDF content. Do you know
of any 3rd party api's that are good for this? I would like to index the
content, provide a search interface to search the content. I also want to
have the searchable index seperate from any install (transferrable to a user
if they are offline). SQL Server full text is not available for MSDE (client)
and did not return results very well. This is the only one I've found (I
know nothing about it). http://searchblackbox.com/
 
Cor, thank you so much for your post. I think you misunderstand my issue. Let
me frame it more clearly. In order of importance:

1. I'm looking for a good full text search facility that can be deployed
within an asp.net application. Think microsoft smart client.
2. SQL Server full text search does not work well enough and the searchable
index cannot be transferred to a client that is disconnected. Therefore this
is not an option. Once again thing smart client.
3. I need to somehow tie my indexed content back to a key.

Any ideas on any products that can help with this?
 
Leneise,

Sorry for misunderstanding you. I have never seen it, and as well never as
question/answer in this newsgroup.

Maybe it is something as this what you are looking for.

http://www.google.com/enterprise/

If it is not, than, did you already asked it in the probably more dedicated
newsgroup for this question?

microsoft.public.dotnet.framework.aspnet

I won't know if you find it there, however I give you much more change
there.

I hope this helps,

Cor
 
Back
Top