All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proj.zoie.api.IndexReaderMerger Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package proj.zoie.api;

import java.util.List;

import org.apache.lucene.index.IndexReader;

public interface IndexReaderMerger {
	R mergeIndexReaders(List> readerList);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy