Lucene.Net和Geosearch--它在某个地方是否存在?

时间:2021-07-17 05:52:42

I've found an interesting article about Lucene and geosearching:

我发现了一篇关于Lucene和geosearching的有趣文章:

http://sujitpal.blogspot.com/2008/02/spatial-search-with-lucene.html

Is there an equivilant .NET implementation out there that I have been unable to find or do I have to rework the Java-code in his example to fit in the .NET Framework?

是否存在一个我无法找到的等效.NET实现,或者我是否必须在他的示例中重写Java代码以适应.NET Framework?

4 个解决方案

#1


1  

I came across this article, as well. I do not see a .NET-specific in my Googling, so I am planning on probably porting this code when the need arises, as well. Right now, I am just getting my feet wet with Lucene.NET and have not gotten to the point that I am comfortable enough with it to start extending it, yet.

我也遇到过这篇文章。我在Google搜索中没有看到特定于.NET的内容,因此我计划在需要时移植此代码。现在,我刚刚开始使用Lucene.NET,并且还没有达到我足够舒服的程度来开始扩展它。

The code in the article appears to be a derived example of the conceptual geo-distance functionality outlined in Lucene In Action. Although the book is based on the Java product, it is a great read. The samples port easily and it is full of information.

本文中的代码似乎是Lucene In Action中概述的概念地理距离功能的派生示例。虽然本书基于Java产品,但它是一本很好的读物。样品容易移植,并且充满了信息。

#2


1  

in the latest lucene.net contrib folder there is spatial contribution to perform geosearch see

在最新的lucene.net contrib文件夹中,有空间贡献来执行geosearch see

https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_1/contrib/Spatial.Net/

#3


0  

With Lucene.NET 3.0.3, soon to be released, there is a brand new spatial contrib. See:

随着Lucene.NET 3.0.3即将发布,有一个全新的空间贡献。看到:

http://www.code972.com/blog/2012/05/the-future-of-geo-spatial-searches-with-lucene/

#4


0  

There is worked example at https://www.leapinggorilla.com/Blog/Read/1010/spatial-search-in-lucenenet---worked-example

在https://www.leapinggorilla.com/Blog/Read/1010/spatial-search-in-lucenenet---worked-example上有一些有用的例子

Regards

Ismail

#1


1  

I came across this article, as well. I do not see a .NET-specific in my Googling, so I am planning on probably porting this code when the need arises, as well. Right now, I am just getting my feet wet with Lucene.NET and have not gotten to the point that I am comfortable enough with it to start extending it, yet.

我也遇到过这篇文章。我在Google搜索中没有看到特定于.NET的内容,因此我计划在需要时移植此代码。现在,我刚刚开始使用Lucene.NET,并且还没有达到我足够舒服的程度来开始扩展它。

The code in the article appears to be a derived example of the conceptual geo-distance functionality outlined in Lucene In Action. Although the book is based on the Java product, it is a great read. The samples port easily and it is full of information.

本文中的代码似乎是Lucene In Action中概述的概念地理距离功能的派生示例。虽然本书基于Java产品,但它是一本很好的读物。样品容易移植,并且充满了信息。

#2


1  

in the latest lucene.net contrib folder there is spatial contribution to perform geosearch see

在最新的lucene.net contrib文件夹中,有空间贡献来执行geosearch see

https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_1/contrib/Spatial.Net/

#3


0  

With Lucene.NET 3.0.3, soon to be released, there is a brand new spatial contrib. See:

随着Lucene.NET 3.0.3即将发布,有一个全新的空间贡献。看到:

http://www.code972.com/blog/2012/05/the-future-of-geo-spatial-searches-with-lucene/

#4


0  

There is worked example at https://www.leapinggorilla.com/Blog/Read/1010/spatial-search-in-lucenenet---worked-example

在https://www.leapinggorilla.com/Blog/Read/1010/spatial-search-in-lucenenet---worked-example上有一些有用的例子

Regards

Ismail