Package | Description |
---|---|
org.modeshape.jcr.index.elasticsearch | |
org.modeshape.jcr.index.local | |
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 |
---|---|
protected IndexUsage |
EsIndexProvider.evaluateUsage(QueryContext context,
IndexCostCalculator calculator,
IndexDefinition defn) |
Modifier and Type | Method and Description |
---|---|
protected IndexUsage |
LocalIndexProvider.evaluateUsage(QueryContext context,
IndexCostCalculator calculator,
IndexDefinition defn) |
Modifier and Type | Method and Description |
---|---|
protected IndexUsage |
LuceneIndexProvider.evaluateUsage(QueryContext context,
IndexCostCalculator calculator,
IndexDefinition defn) |
Modifier and Type | Method and Description |
---|---|
protected IndexUsage |
IndexProvider.evaluateUsage(QueryContext context,
IndexCostCalculator calculator,
IndexDefinition defn)
Returns an object which is used during the planning phase to evaluate if a certain index should be used or not.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.