public interface LuceneSchema extends QueryIndexing
| Modifier and Type | Method and Description |
|---|---|
LuceneQueryFactory |
createLuceneQueryFactory(QueryContext context,
org.hibernate.search.SearchFactory searchFactory) |
LuceneQuery |
createQuery(SelectorName selectorName,
List<Constraint> andedConstraints,
LuceneProcessingContext context)
Create a
LuceneQuery for the supplied ANDed constraints of the ModeShape access query, which comes from the leaves
of a query plan. |
LuceneQueryEngine.TupleCollector |
createTupleCollector(QueryContext queryContext,
QueryResults.Columns columns) |
addBinaryToIndex, addToIndex, initializedIndexes, removeAllFromIndex, removeBinariesFromIndex, removeFromIndex, updateIndexLuceneQuery createQuery(SelectorName selectorName, List<Constraint> andedConstraints, LuceneProcessingContext context) throws LuceneException
LuceneQuery for the supplied ANDed constraints of the ModeShape access query, which comes from the leaves
of a query plan.selectorName - the name of the selector (or node type); never nullandedConstraints - the constraints of the access query that are all ANDed together; never nullcontext - the processing context; never nullLuceneExceptionLuceneQueryEngine.TupleCollector createTupleCollector(QueryContext queryContext, QueryResults.Columns columns)
LuceneQueryFactory createLuceneQueryFactory(QueryContext context, org.hibernate.search.SearchFactory searchFactory)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.