RE: Correction: SpanNearQuery Class issue through spans object (Not through Searcher.search() method)

2017-06-21 Thread Ranganath B N
: RE: Correction: SpanNearQuery Class issue through spans object (Not through Searcher.search() method) As an example of Mikhail's suggestion: https://github.com/tballison/lucene-addons/blob/master/lucene-5317/src/main/java/org/apache/lucene/search/concordance/charoffsets/SpansCrawler.java If you

RE: Correction: SpanNearQuery Class issue through spans object (Not through Searcher.search() method)

2017-06-20 Thread Allison, Timothy B.
ubject: Re: Correction: SpanNearQuery Class issue through spans object (Not through Searcher.search() method) Hello Ranganath, I guess you need to loop through LeafReaderContexts, create scorer/span for them to get to 7th crore and beyond. On Tue, Jun 20, 2017 at 10:59 AM, Ranganath B N <ranganath..

Re: Correction: SpanNearQuery Class issue through spans object (Not through Searcher.search() method)

2017-06-20 Thread Mikhail Khludnev
Hello Ranganath, I guess you need to loop through LeafReaderContexts, create scorer/span for them to get to 7th crore and beyond. On Tue, Jun 20, 2017 at 10:59 AM, Ranganath B N wrote: > Hi, > > > This is regarding the search limit of SpanNearQuery Class. I