mirror of https://github.com/apache/lucene.git
LUCENE-3129: fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1152417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cc735b6e93
commit
149d3de96d
|
@ -145,7 +145,7 @@ Then, at search time, do this up front:
|
||||||
|
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
// Set this once in your app & save away for reusing across all queries:
|
// Set this once in your app & save away for reusing across all queries:
|
||||||
Filter groupEndDocs = new CachingWrapperFilter(new QueryWrapperFilter(new TermQuery(new Term("end", "x"))));
|
Filter groupEndDocs = new CachingWrapperFilter(new QueryWrapperFilter(new TermQuery(new Term("groupEnd", "x"))));
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Finally, do this per search:
|
Finally, do this per search:
|
||||||
|
|
Loading…
Reference in New Issue