mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 13:35:37 +00:00
LUCENE-7706: Update MergeScheduler's documentation - clone() is no longer there
This commit is contained in:
parent
8367e159e4
commit
8ed8ecfc7e
@ -26,9 +26,6 @@ import org.apache.lucene.util.InfoStream;
|
|||||||
* implementing this interface to execute the merges
|
* implementing this interface to execute the merges
|
||||||
* selected by a {@link MergePolicy}. The default
|
* selected by a {@link MergePolicy}. The default
|
||||||
* MergeScheduler is {@link ConcurrentMergeScheduler}.</p>
|
* MergeScheduler is {@link ConcurrentMergeScheduler}.</p>
|
||||||
* <p>Implementers of sub-classes should make sure that {@link #clone()}
|
|
||||||
* returns an independent instance able to work with any {@link IndexWriter}
|
|
||||||
* instance.</p>
|
|
||||||
* @lucene.experimental
|
* @lucene.experimental
|
||||||
*/
|
*/
|
||||||
public abstract class MergeScheduler implements Closeable {
|
public abstract class MergeScheduler implements Closeable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user