Re: Lucene 4 getSpans not retrieving spans

2012-01-25 Thread Stephen Howe
Thanks for the reply, wrapping with the SlowMultiReaderWrapper worked. Also, thanks for the overview on the direction of index readers! On Wed, Jan 25, 2012 at 5:21 PM, Uwe Schindler wrote: > Hi, > > > Goofing off with my index, I ran across this example > > > http://www.lucidimagination.com/blo

RE: Lucene 4 getSpans not retrieving spans

2012-01-25 Thread Uwe Schindler
Hi, > Goofing off with my index, I ran across this example > http://www.lucidimagination.com/blog/2009/05/26/accessing-words-around-a- > positional-match-in-lucene/ > for > using span queries to see what else is around a word that hits. Noticeably, > there's a nice getSpans(IndexReader) method th