Uses of Interface
org.apache.lucene.util.IOUtils.IOFunction
-
Packages that use IOUtils.IOFunction Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IOUtils.IOFunction in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type IOUtils.IOFunction Modifier and Type Method Description (package private) void
MergePolicy.OneMerge. initMergeReaders(IOUtils.IOFunction<SegmentCommitInfo,MergePolicy.MergeReader> readerFactory)
Sets the merge readers for this merge.
-