mirror of https://github.com/apache/lucene.git
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@687039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e31a9da835
commit
a486bff689
|
@ -1024,9 +1024,8 @@ public abstract class IndexReader {
|
|||
* one commit point. But if you're using a custom {@link
|
||||
* IndexDeletionPolicy} then there could be many commits.
|
||||
* Once you have a given commit, you can open a reader on
|
||||
* it by calling {@link IndexReader#open(Directory,
|
||||
* boolean, IndexDeletionPolicy,
|
||||
* IndexCommit)}. There must be at least one commit in
|
||||
* it by calling {@link IndexReader#open(IndexCommit)}
|
||||
* There must be at least one commit in
|
||||
* the Directory, else this method throws {@link
|
||||
* java.io.IOException}. Note that if a commit is in
|
||||
* progress while this method is running, that commit
|
||||
|
|
Loading…
Reference in New Issue