Uses of Interface
org.apache.lucene.util.IOSupplier
-
Packages that use IOSupplier Package Description org.apache.lucene.analysis.ja.dict Kuromoji dictionary implementation.org.apache.lucene.analysis.ko.dict Korean dictionary implementation.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.monitor Monitoring frameworkorg.apache.lucene.search Code to search indices.org.apache.lucene.search.matchhighlight This package contains several components useful to build a highlighter on top of theMatchesAPI. -
-
Uses of IOSupplier in org.apache.lucene.analysis.ja.dict
Constructors in org.apache.lucene.analysis.ja.dict with parameters of type IOSupplier Constructor Description BinaryDictionary(IOSupplier<java.io.InputStream> targetMapResource, IOSupplier<java.io.InputStream> posResource, IOSupplier<java.io.InputStream> dictResource)ConnectionCosts(IOSupplier<java.io.InputStream> connectionCostResource)TokenInfoDictionary(IOSupplier<java.io.InputStream> targetMapResource, IOSupplier<java.io.InputStream> posResource, IOSupplier<java.io.InputStream> dictResource, IOSupplier<java.io.InputStream> fstResource) -
Uses of IOSupplier in org.apache.lucene.analysis.ko.dict
Constructors in org.apache.lucene.analysis.ko.dict with parameters of type IOSupplier Constructor Description BinaryDictionary(IOSupplier<java.io.InputStream> targetMapResource, IOSupplier<java.io.InputStream> posResource, IOSupplier<java.io.InputStream> dictResource)ConnectionCosts(IOSupplier<java.io.InputStream> connectionCostResource)TokenInfoDictionary(IOSupplier<java.io.InputStream> targetMapResource, IOSupplier<java.io.InputStream> posResource, IOSupplier<java.io.InputStream> dictResource, IOSupplier<java.io.InputStream> fstResource) -
Uses of IOSupplier in org.apache.lucene.codecs.uniformsplit
Subinterfaces of IOSupplier in org.apache.lucene.codecs.uniformsplit Modifier and Type Interface Description static interfaceIndexDictionary.BrowserSupplierSupplier for a new statefulIndexDictionary.Browsercreated on the immutableIndexDictionary.Classes in org.apache.lucene.codecs.uniformsplit that implement IOSupplier Modifier and Type Class Description static classFSTDictionary.BrowserSupplierProvides statefulFSTDictionary.Browserto seek in theFSTDictionary. -
Uses of IOSupplier in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type IOSupplier Modifier and Type Method Description private voidPendingSoftDeletes. ensureInitialized(IOSupplier<CodecReader> readerIOSupplier)private <T> TSortingCodecReader. getOrCreate(java.lang.String field, boolean norms, IOSupplier<T> supplier)private <T> TSortingCodecReader. getOrCreateDV(java.lang.String field, IOSupplier<T> supplier)private <T> TSortingCodecReader. getOrCreateNorms(java.lang.String field, IOSupplier<T> supplier)(package private) booleanPendingDeletes. isFullyDeleted(IOSupplier<CodecReader> readerIOSupplier)Returnstrueiff the segment represented by thisPendingDeletesis fully deleted(package private) booleanPendingSoftDeletes. isFullyDeleted(IOSupplier<CodecReader> readerIOSupplier)booleanFilterMergePolicy. keepFullyDeletedSegment(IOSupplier<CodecReader> readerIOSupplier)booleanMergePolicy. keepFullyDeletedSegment(IOSupplier<CodecReader> readerIOSupplier)Returns true if the segment represented by the given CodecReader should be keep even if it's fully deleted.booleanNoMergePolicy. keepFullyDeletedSegment(IOSupplier<CodecReader> readerIOSupplier)booleanSoftDeletesRetentionMergePolicy. keepFullyDeletedSegment(IOSupplier<CodecReader> readerIOSupplier)intFilterMergePolicy. numDeletesToMerge(SegmentCommitInfo info, int delCount, IOSupplier<CodecReader> readerSupplier)intMergePolicy. numDeletesToMerge(SegmentCommitInfo info, int delCount, IOSupplier<CodecReader> readerSupplier)Returns the number of deletes that a merge would claim on the given segment.intNoMergePolicy. numDeletesToMerge(SegmentCommitInfo info, int delCount, IOSupplier<CodecReader> readerSupplier)(package private) intPendingDeletes. numDeletesToMerge(MergePolicy policy, IOSupplier<CodecReader> readerIOSupplier)(package private) intPendingSoftDeletes. numDeletesToMerge(MergePolicy policy, IOSupplier<CodecReader> readerIOSupplier)intSoftDeletesRetentionMergePolicy. numDeletesToMerge(SegmentCommitInfo info, int delCount, IOSupplier<CodecReader> readerSupplier) -
Uses of IOSupplier in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as IOSupplier Modifier and Type Field Description private IOSupplier<Directory>MonitorConfiguration. directoryProviderMethods in org.apache.lucene.monitor that return IOSupplier Modifier and Type Method Description IOSupplier<Directory>MonitorConfiguration. getDirectoryProvider()Methods in org.apache.lucene.monitor with parameters of type IOSupplier Modifier and Type Method Description MonitorConfigurationMonitorConfiguration. setDirectoryProvider(IOSupplier<Directory> directoryProvider, MonitorQuerySerializer serializer)MonitorConfigurationMonitorConfiguration. setDirectoryProvider(IOSupplier<Directory> directoryProvider, MonitorQuerySerializer serializer, java.lang.Boolean readOnly)Sets a custom directory, with a custom serializer. -
Uses of IOSupplier in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type IOSupplier Modifier and Type Method Description static MatchesMatchesUtils. forField(java.lang.String field, IOSupplier<MatchesIterator> mis)Create a Matches for a single field -
Uses of IOSupplier in org.apache.lucene.search.matchhighlight
Fields in org.apache.lucene.search.matchhighlight declared as IOSupplier Modifier and Type Field Description private IOSupplier<Document>MatchRegionRetriever.DocumentFieldValueProvider. docSupplier
-