Package | Description |
---|---|
org.modeshape.jcr.index.elasticsearch | |
org.modeshape.jcr.index.lucene | |
org.modeshape.jcr.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
Modifier and Type | Method and Description |
---|---|
Filter.Results |
EsIndex.filter(IndexConstraints constraints) |
Modifier and Type | Method and Description |
---|---|
Filter.Results |
LuceneIndex.filter(IndexConstraints constraints) |
protected Filter.Results |
Searcher.filter(IndexConstraints indexConstraints,
LuceneQueryFactory queryFactory) |
Modifier and Type | Method and Description |
---|---|
Filter.Results |
Filter.filter(IndexConstraints constraints)
Return a
Filter.Results instance from which ModeShape can obtain the nodes that satisfy the supplied constraints. |
Filter.Results |
DefaultManagedIndex.filter(IndexConstraints constraints) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.