Package | Description |
---|---|
org.apache.maven.index.context | |
org.apache.maven.index.updater |
Modifier and Type | Method and Description |
---|---|
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) |
void |
DefaultIndexingContext.merge(org.apache.lucene.store.Directory directory,
DocumentFilter filter) |
Modifier and Type | Field and Description |
---|---|
private DocumentFilter |
IndexUpdateRequest.documentFilter |
Modifier and Type | Method and Description |
---|---|
DocumentFilter |
IndexUpdateRequest.getDocumentFilter() |
Modifier and Type | Method and Description |
---|---|
private static void |
DefaultIndexUpdater.filterDirectory(org.apache.lucene.store.Directory directory,
DocumentFilter filter) |
void |
IndexUpdateRequest.setDocumentFilter(DocumentFilter documentFilter) |