Interface QueryIndex.FulltextQueryIndex

All Superinterfaces:
QueryIndex, QueryIndex.NativeQueryIndex
All Known Subinterfaces:
QueryIndex.AdvanceFulltextQueryIndex
Enclosing interface:
QueryIndex

public static interface QueryIndex.FulltextQueryIndex extends QueryIndex, QueryIndex.NativeQueryIndex
A marker interface which means this index supports may support more than just the minimal fulltext query syntax. If this index is used, then the query engine does not verify the fulltext constraint(s) for the given selector.
  • Method Details

    • getNodeAggregator

      @Nullable @Nullable QueryIndex.NodeAggregator getNodeAggregator()
      Returns the NodeAggregator responsible for providing the aggregation settings or null if aggregation is not available/desired.
      Returns:
      the node aggregator or null