This only seems to affect ranked searches. Presumably because JSword restricts the Lucene range if it ordered by Passage.<div><br><br><div class="gmail_quote">On 4 September 2012 11:01, Chris Burrell <span dir="ltr">&lt;<a href="mailto:chris@burrell.me.uk" target="_blank">chris@burrell.me.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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&#39;t play well with the MaxResults on the DefaultSearchModifier. In my case, I&#39;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(&quot;water +[John 4]&quot;);</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><span class="HOEnZb"><font color="#888888"><div><br></div><div>Chris</div><div>
<br></div>
</font></span></blockquote></div><br></div>