Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good Lucene .NET alternative for ASP.NET website [closed]

Are there any good alternatives for Lucene .NET to use in a ASP.NET website?

I want to index XML-, TXT-, PDF- and DOC-files.

Thanks!

like image 715
hoest Avatar asked Jul 03 '09 06:07

hoest


4 Answers

I couldn't say if this is better than Lucene.NET but you might want to look at https://searcharoo.codeplex.com/.

like image 63
Kane Avatar answered Nov 15 '22 00:11

Kane


This is late, but i think that Lucene.Net is now compatible with Medium Trust

see about midway in this post :

http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/

Update

Adding this note for anyone else who finds this : The final resolution of the issue is noted below. Short version : Lucene.Net officially runs under Medium Trust.

http://issues.apache.org/jira/browse/LUCENENET-169

like image 30
JBland Avatar answered Nov 14 '22 23:11

JBland


why not try solr?

http://lucene.apache.org/solr/

like image 37
Jason Avatar answered Nov 14 '22 23:11

Jason


Searcharoo has been mentioned. https://searcharoo.codeplex.com/ It's fully C#/.NET (edit - original domain no longer accessible. The codeplex link is to the searcharoo source code and the project has not had any update since 2012).

Also from this link:

  • Whoosh (purely Python, no C#/.NET bindings)
  • zettair (C; no C#/.NET bindings)
  • indri (bindings for Java, PHP, C++, but not C#/.NET)
  • Sphinx (for MySQL or PostgreSQL, or XML pipes)
  • Xapian (C++; has C#/.NET bindings)
like image 21
Jon Davis Avatar answered Nov 14 '22 22:11

Jon Davis