Uses of Interface
org.apache.maven.index.context.DocumentFilter
Packages that use DocumentFilter
-
Uses of DocumentFilter in org.apache.maven.index.context
Methods in org.apache.maven.index.context with parameters of type DocumentFilterModifier and TypeMethodDescriptionvoid
DefaultIndexingContext.merge
(org.apache.lucene.store.Directory directory, DocumentFilter filter) void
DefaultIndexingContext.merge
(org.apache.lucene.store.Directory directory, DocumentFilter filter, Set<String> allGroups, Set<String> rootGroups) 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
IndexingContext.merge
(org.apache.lucene.store.Directory directory, DocumentFilter filter, Set<String> allGroups, Set<String> rootGroups) Merges content of given Lucene directory with this context, but filters out the unwanted ones and adds the groups to the context.void
MergedIndexingContext.merge
(org.apache.lucene.store.Directory directory, DocumentFilter filter) void
MergedIndexingContext.merge
(org.apache.lucene.store.Directory directory, DocumentFilter filter, Set<String> allGroups, Set<String> rootGroups) -
Uses of DocumentFilter in org.apache.maven.index.updater
Methods in org.apache.maven.index.updater that return DocumentFilterModifier and TypeMethodDescriptionIndexUpdateRequest.getDocumentFilter()
IndexUpdateRequest.getExtractionFilter()
Methods in org.apache.maven.index.updater with parameters of type DocumentFilterModifier and TypeMethodDescriptionvoid
IndexUpdateRequest.setDocumentFilter
(DocumentFilter documentFilter) void
IndexUpdateRequest.setExtractionFilter
(DocumentFilter extractionFilter) Constructors in org.apache.maven.index.updater with parameters of type DocumentFilterModifierConstructorDescriptionIndexDataReader
(InputStream is, Path tempStorage, DocumentFilter filter, FSDirectoryFactory factory, int threads)