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!
Does anyone know if the SpanMultiTermQueryWrapper class is available in the Lucene.NET port? I
Share
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.