SpanMultiTermQueryWrapper in Lucene.NET?

你离开我真会死。 提交于 2019-12-13 02:27:49

问题


Does anyone know if the SpanMultiTermQueryWrapper class is available in the Lucene.NET port? I can't find it anywhere, and it sure would be handy. I'm still using version 2.9...maybe it's available in a later version? Thanks!


回答1:


I do not see it in the current codebase:

https://svn.apache.org/repos/asf/incubator/lucene.net/trunk/src/core/Search/Spans/

You could probably port it easily enough though.




回答2:


SpanMultiTermQueryWrapper is available on Lucene.Net 4.8.0-beta00004.

If you need support in earlier versions of Lucene.Net, you can probably just grab the source code from the above link and any dependencies and drop them into a library for your applications.



来源:https://stackoverflow.com/questions/7933000/spanmultitermquerywrapper-in-lucene-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!