In Lucene 4.8, LUCENE-5111: Fix WordDelimiterFilter offsets https://issues.apache.org/jira/browse/LUCENE-5111
Make sure the documents are queried and indexed with the same Lucene match version. -- Jack Krupansky On Wed, Jul 8, 2015 at 5:19 PM, Shawn Heisey <apa...@elyograg.org> wrote: > On 7/8/2015 2:19 PM, Shawn Heisey wrote: > > It appears that changing luceneMatchVersion from LUCENE_4_9 to LUCENE_47 > > has fixed this problem ... so I think somebody must have "fixed" WDF to > > its current behavior, but put in a version check for the old behavior. > > The luceneMatchVersion change has fixed this specific issue with WDF, > but these searches on 4.9.1 are still returning zero hits, and I don't > yet know why. > > Thanks, > Shawn > >