Class LuceneIndexQueryPlan

java.lang.Object
com.apple.foundationdb.record.query.plan.plans.RecordQueryIndexPlan
com.apple.foundationdb.record.lucene.LuceneIndexQueryPlan
All Implemented Interfaces:
PlanHashable, PlanSerializable, Correlated<RelationalExpression>, com.apple.foundationdb.record.query.plan.cascades.explain.PlannerGraphRewritable, RelationalExpression, Narrowable<RelationalExpression>, com.apple.foundationdb.record.query.plan.cascades.typing.Typed, QueryPlan<FDBQueriedRecord<Message>>, RecordQueryPlan, RecordQueryPlanWithComparisons, RecordQueryPlanWithConstraint, RecordQueryPlanWithExplain, RecordQueryPlanWithIndex, RecordQueryPlanWithMatchCandidate, RecordQueryPlanWithNoChildren, PlanWithOrderingKey, PlanWithStoredFields
Direct Known Subclasses:
LuceneIndexSpellCheckQueryPlan

public class LuceneIndexQueryPlan extends RecordQueryIndexPlan implements PlanWithOrderingKey, PlanWithStoredFields, RecordQueryPlanWithExplain
Lucene query plan for including search-related scan parameters.