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 voidDefaultIndexingContext. 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 DocumentFilter Modifier and Type Method Description DocumentFilterIndexUpdateRequest. getDocumentFilter()Methods in org.apache.maven.index.updater with parameters of type DocumentFilter Modifier and Type Method Description voidIndexUpdateRequest. setDocumentFilter(DocumentFilter documentFilter)
-