Are there any good alternatives for Lucene .NET to use in a ASP.NET website?
Lucene .NET有什么好的替代品可以在ASP.NET网站中使用吗?
I want to index XML-, TXT-, PDF- and DOC-files.
我想索引XML,TXT,PDF和DOC文件。
Thanks!
4 个解决方案
#1
This is late, but i think that Lucene.Net is now compatible with Medium Trust
这已经很晚了,但我认为Lucene.Net现在与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.
为发现此问题的任何其他人添加此注释:问题的最终解决方案如下所述。简短版本:Lucene.Net正式在Medium Trust下运行。
#2
I couldn't say if this is better than Lucene.NET but you might want to look at https://searcharoo.codeplex.com/.
我不知道这是否比Lucene.NET更好,但你可能想看看https://searcharoo.codeplex.com/。
#4
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).
Searcharoo已被提及。 https://searcharoo.codeplex.com/它完全是C#/ .NET(编辑 - 原始域不再可访问.codeplex链接是searcharoo源代码,项目自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)
飞快(纯粹的Python,没有C#/ .NET绑定)
zettair(C;没有C#/。NET绑定)
indri(Java,PHP,C ++的绑定,但不是C#/ .NET)
Sphinx(适用于MySQL或PostgreSQL,或XML管道)
Xapian(C ++;有C#/ .NET绑定)
#1
This is late, but i think that Lucene.Net is now compatible with Medium Trust
这已经很晚了,但我认为Lucene.Net现在与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.
为发现此问题的任何其他人添加此注释:问题的最终解决方案如下所述。简短版本:Lucene.Net正式在Medium Trust下运行。
#2
I couldn't say if this is better than Lucene.NET but you might want to look at https://searcharoo.codeplex.com/.
我不知道这是否比Lucene.NET更好,但你可能想看看https://searcharoo.codeplex.com/。
#3
#4
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).
Searcharoo已被提及。 https://searcharoo.codeplex.com/它完全是C#/ .NET(编辑 - 原始域不再可访问.codeplex链接是searcharoo源代码,项目自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)
飞快(纯粹的Python,没有C#/ .NET绑定)
zettair(C;没有C#/。NET绑定)
indri(Java,PHP,C ++的绑定,但不是C#/ .NET)
Sphinx(适用于MySQL或PostgreSQL,或XML管道)
Xapian(C ++;有C#/ .NET绑定)