mirror of https://github.com/apache/lucene.git
fix warning from javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541944 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f9eedc73a
commit
5680b9436b
|
@ -341,7 +341,7 @@ public class SolrIndexSearcher extends Searcher implements SolrInfoMBean {
|
||||||
/** Retrieve a {@link Document} using a {@link org.apache.lucene.document.FieldSelector}
|
/** Retrieve a {@link Document} using a {@link org.apache.lucene.document.FieldSelector}
|
||||||
* This method does not currently use the Solr document cache.
|
* This method does not currently use the Solr document cache.
|
||||||
*
|
*
|
||||||
* @see Searchable#document(int, FieldSelector) */
|
* @see IndexReader#document(int, FieldSelector) */
|
||||||
public Document doc(int n, FieldSelector fieldSelector) throws IOException {
|
public Document doc(int n, FieldSelector fieldSelector) throws IOException {
|
||||||
return searcher.getIndexReader().document(n, fieldSelector);
|
return searcher.getIndexReader().document(n, fieldSelector);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue