mirror of https://github.com/apache/lucene.git
minor javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@703717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da0d24d7df
commit
20ddb46fec
|
@ -48,7 +48,7 @@ import org.apache.lucene.search.Similarity;
|
|||
* This class, similar to {@link org.apache.lucene.index.IndexWriter}, has no locking mechanism.
|
||||
* <p>
|
||||
* {@link org.apache.lucene.store.instantiated.InstantiatedIndexReader} is navigating
|
||||
* the same instances in memory as this writer is updating so searchers actice while
|
||||
* the same instances in memory as this writer is updating so searchers active while
|
||||
* you are committing are bound to throw exceptions.
|
||||
* <p>
|
||||
* Consider using InstantiatedIndex as if it was immutable.
|
||||
|
@ -126,7 +126,8 @@ public class InstantiatedIndexWriter {
|
|||
|
||||
/**
|
||||
* If non-null, information about merges and a message when
|
||||
* maxFieldLength is reached will be printed to this.
|
||||
* maxFieldLength is reached could be printed to this -- currently
|
||||
* not yet implemented.
|
||||
*/
|
||||
public void setInfoStream(PrintStream infoStream) {
|
||||
this.infoStream = infoStream;
|
||||
|
|
Loading…
Reference in New Issue