使用Lucene.Net进行NHibernate搜索的示例项目

时间:2021-06-11 03:03:38

Is there any Asp Dotnet projects samples available using Lucene Dotnet

是否有任何使用Lucene Dotnet的Asp Dotnet项目样本

1 个解决方案

#1


I am personally a huge fan of the LINQ to Lucene project.

我个人是LINQ to Lucene项目的忠实粉丝。

It did not meet all of our requirements, but with the source code available it was a snap to make adjustments.

它不符合我们的所有要求,但是使用源代码可以轻松进行调整。

An easy to follow simple example of use can be found at Hacky Hacky

Hacky Hacky可以找到一个易于使用的简单使用示例

Also, a quick search at Code Project will quickly show you numerous uses of Lucene.net. While they are frequently not ASP.NET projects out of the box; with a little adaptation you should be able to employ many of the libraries there in a webform project.

此外,快速搜索Code Project将很快向您展示Lucene.net的众多用途。虽然它们经常不是开箱即用的ASP.NET项目;通过一些改编,您应该能够在webform项目中使用许多库。

A great starter article there can be found at Introducing Lucene.Net.

一篇很棒的入门文章可以在Lucene.Net上找到。

#1


I am personally a huge fan of the LINQ to Lucene project.

我个人是LINQ to Lucene项目的忠实粉丝。

It did not meet all of our requirements, but with the source code available it was a snap to make adjustments.

它不符合我们的所有要求,但是使用源代码可以轻松进行调整。

An easy to follow simple example of use can be found at Hacky Hacky

Hacky Hacky可以找到一个易于使用的简单使用示例

Also, a quick search at Code Project will quickly show you numerous uses of Lucene.net. While they are frequently not ASP.NET projects out of the box; with a little adaptation you should be able to employ many of the libraries there in a webform project.

此外,快速搜索Code Project将很快向您展示Lucene.net的众多用途。虽然它们经常不是开箱即用的ASP.NET项目;通过一些改编,您应该能够在webform项目中使用许多库。

A great starter article there can be found at Introducing Lucene.Net.

一篇很棒的入门文章可以在Lucene.Net上找到。