Hi<div><br></div><div>Not sure if this is a bug, but thought it worth mentioning here. The restrictions to passages in searches don't play well with the MaxResults on the DefaultSearchModifier. In my case, I'm looking at +[John 4] with and my user interface shows the first 50 results on each page.</div>
<div><br></div><div> final DefaultSearchModifier modifier = new DefaultSearchModifier();</div><div>modifier.setMaxResults(50);</div><div>modifier.setRanked(true);</div><div><br></div><div>bible.find("water +[John 4]");</div>
<div><br></div><div>Unfortunately, that only gives me back 2 results, because the other 48 are not the in the first 50 retrieved by Lucene.</div><div><br></div><div>Chris</div><div><br></div>