| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.query |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryIndex.AdvanceFulltextQueryIndex |
static interface |
QueryIndex.FulltextQueryIndex
A marker interface which means this index supports may support more than
just the minimal fulltext query syntax.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends QueryIndex> |
CompositeQueryIndexProvider.getQueryIndexes(org.apache.jackrabbit.oak.spi.state.NodeState nodeState) |
List<? extends QueryIndex> |
QueryIndexProvider.getQueryIndexes(org.apache.jackrabbit.oak.spi.state.NodeState nodeState)
Get the currently configured indexes.
|
List<? extends QueryIndex> |
WhiteboardIndexProvider.getQueryIndexes(org.apache.jackrabbit.oak.spi.state.NodeState nodeState) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.