Text field matching

2016-08-22 Thread Jeremy Glesner
Good day, I'm trying to get my head wrapped around one of the fundamental aspects of Lucene ... whether or not I need to index the document a certain way in order to query it the way I want. I'm inserting documents using a Whitespace Tokenizer to process content into a Lucene 5.4.1 index. Here's

Re: Question on Lucene Behavior in 4.9 vs 5.4.1

2016-05-05 Thread Jeremy Glesner
gt; option for you? > > Am 04.05.2016 23:08, schrieb Jeremy Glesner: > >> Thanks to Adrien for responding. I performed the explain on indexSearcher >> in Lucene 5.4.1, the results are pasted below for Basti Bosan (the highest >> ranked

Re: Question on Lucene Behavior in 4.9 vs 5.4.1

2016-05-04 Thread Jeremy Glesner
t;Boston" doc got a lower score than you "Basti Bosan" doc? > > Le jeu. 21 avr. 2016 à 15:39, Jeremy Glesner < > jer...@bericotechnologies.com> > a écrit : > > > Hello, > > > > I'm witnessing a change in behavior between Lucene 4.9 and 5.4.1

Question on Lucene Behavior in 4.9 vs 5.4.1

2016-04-21 Thread Jeremy Glesner
Hello, I'm witnessing a change in behavior between Lucene 4.9 and 5.4.1 that I don't quite understand. I'd like to track down what's happening under the hood. I'm working to update the dependencies of an open source geospatial resolution tool ( https://github.com/Berico-Technologies/CLAVIN), which