mirror of https://github.com/apache/lucene.git
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
|
||||
* selected by a {@link MergePolicy}. The default
|
||||
* 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
|
||||
*/
|
||||
public abstract class MergeScheduler implements Closeable {
|
||||
|
|
Loading…
Reference in New Issue