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) 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.voidMergedIndexingContext.merge(org.apache.lucene.store.Directory directory, DocumentFilter filter) -
Uses of DocumentFilter in org.apache.maven.index.updater
Methods in org.apache.maven.index.updater that return DocumentFilterMethods in org.apache.maven.index.updater with parameters of type DocumentFilterModifier and TypeMethodDescriptionvoidIndexUpdateRequest.setDocumentFilter(DocumentFilter documentFilter)