mirror of https://github.com/apache/lucene.git
Remove obsolete javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b383f4a044
commit
9b86beea98
|
@ -921,13 +921,7 @@ public abstract class IndexReader implements Closeable {
|
||||||
* If this method returns an empty array, that means this
|
* If this method returns an empty array, that means this
|
||||||
* reader is a null reader (for example a MultiReader
|
* reader is a null reader (for example a MultiReader
|
||||||
* that has no sub readers).
|
* that has no sub readers).
|
||||||
* <p>
|
*/
|
||||||
* NOTE: You should not try using sub-readers returned by
|
|
||||||
* this method to make any changes (deleteDocument,
|
|
||||||
* etc.). While this might succeed for one composite reader
|
|
||||||
* (like MultiReader), it will most likely lead to index
|
|
||||||
* corruption for other readers (like DirectoryReader obtained
|
|
||||||
* through {@link #open}. Use the parent reader directly. */
|
|
||||||
public IndexReader[] getSequentialSubReaders() {
|
public IndexReader[] getSequentialSubReaders() {
|
||||||
ensureOpen();
|
ensureOpen();
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue