javadoc typo fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-08-18 13:41:06 +00:00
parent 57d0afc064
commit d0bf6ee91f
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@ public class SolrIndexSearcher extends Searcher implements SolrInfoMBean {
/** /**
* Returns documents matching both <code>query</code> and <code>filter</code> * Returns documents matching both <code>query</code> and <code>filter</code>
* and sorted by <code>sort</code>. Also returns the compete set of documents * and sorted by <code>sort</code>. Also returns the complete set of documents
* matching <code>query</code> and <code>filter</code> (regardless of <code>offset</code> and <code>len</code>). * matching <code>query</code> and <code>filter</code> (regardless of <code>offset</code> and <code>len</code>).
* <p> * <p>
* This method is cache aware and may retrieve <code>filter</code> from * This method is cache aware and may retrieve <code>filter</code> from