mirror of https://github.com/apache/lucene.git
- Took care of javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e5763e5ca
commit
30c553aedc
|
@ -80,7 +80,7 @@ public class FilterIndexReader extends IndexReader {
|
|||
* Directory locking for delete, undeleteAll, and setNorm operations is
|
||||
* left to the base reader.</p>
|
||||
* <p>Note that base reader is closed if this FilterIndexReader is closed.</p>
|
||||
* @param in specified base reader.
|
||||
* @param baseReader specified base reader.
|
||||
*/
|
||||
public FilterIndexReader(IndexReader baseReader) {
|
||||
super(baseReader.directory());
|
||||
|
|
|
@ -43,7 +43,7 @@ public class MultiReader extends IndexReader {
|
|||
* Directory locking for delete, undeleteAll, and setNorm operations is
|
||||
* left to the subreaders. </p>
|
||||
* <p>Note that all subreaders are closed if this Multireader is closed.</p>
|
||||
* @param readers set of (sub)readers
|
||||
* @param subReaders set of (sub)readers
|
||||
* @throws IOException
|
||||
*/
|
||||
public MultiReader(IndexReader[] subReaders) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue