Uses of Interface
org.apache.maven.index.context.DocumentFilter
-
Packages that use DocumentFilter Package Description org.apache.maven.index.context org.apache.maven.index.updater -
-
Uses of DocumentFilter in org.apache.maven.index.context
Methods in org.apache.maven.index.context with parameters of type DocumentFilter Modifier and Type Method Description void
DefaultIndexingContext. merge(org.apache.lucene.store.Directory directory, DocumentFilter filter)
void
IndexingContext. merge(org.apache.lucene.store.Directory directory, DocumentFilter filter)
Merges content of given Lucene directory with this context, but filters out the unwanted ones.void
MergedIndexingContext. merge(org.apache.lucene.store.Directory directory, DocumentFilter filter)
-
Uses of DocumentFilter in org.apache.maven.index.updater
Fields in org.apache.maven.index.updater declared as DocumentFilter Modifier and Type Field Description private DocumentFilter
IndexUpdateRequest. documentFilter
Methods in org.apache.maven.index.updater that return DocumentFilter Modifier and Type Method Description DocumentFilter
IndexUpdateRequest. getDocumentFilter()
Methods in org.apache.maven.index.updater with parameters of type DocumentFilter Modifier and Type Method Description private static void
DefaultIndexUpdater. filterDirectory(org.apache.lucene.store.Directory directory, DocumentFilter filter)
void
IndexUpdateRequest. setDocumentFilter(DocumentFilter documentFilter)
-