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 TypeMethodDescriptionvoidDefaultIndexingContext.merge(org.apache.lucene.store.Directory directory, DocumentFilter filter) voidDefaultIndexingContext.merge(org.apache.lucene.store.Directory directory, DocumentFilter filter, Set<String> allGroups, Set<String> rootGroups) voidIndexingContext.merge(org.apache.lucene.store.Directory directory, DocumentFilter filter) Merges content of given Lucene directory with this context, but filters out the unwanted ones.voidIndexingContext.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.voidMergedIndexingContext.merge(org.apache.lucene.store.Directory directory, DocumentFilter filter) voidMergedIndexingContext.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 TypeMethodDescriptionvoidIndexUpdateRequest.setDocumentFilter(DocumentFilter documentFilter) voidIndexUpdateRequest.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)