Uses of Interface
org.apache.jackrabbit.core.query.lucene.QueryHits
-
Packages that use QueryHits Package Description org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.core.query.lucene.constraint -
-
Uses of QueryHits in org.apache.jackrabbit.core.query.lucene
Classes in org.apache.jackrabbit.core.query.lucene that implement QueryHits Modifier and Type Class Description classAbstractQueryHitsAbstractQueryHitsserves as a base class forQueryHitsimplementations.classChildNodesQueryHitsChildNodesQueryHitsimplements query hits that returns the child nodes of another given query hits.classDefaultQueryHitsclassLuceneQueryHitsWraps a lucene query result and adds a close method that allows to release resources after a query has been executed and the results have been read completely.classNodeTraversingQueryHitsNodeTraversingQueryHitsimplements query hits that traverse a node hierarchy.classSortedLuceneQueryHitsWraps a lucene query result and adds a close method that allows to release resources after a query has been executed and the results have been read completely.Methods in org.apache.jackrabbit.core.query.lucene that return QueryHits Modifier and Type Method Description QueryHitsJackrabbitIndexSearcher. evaluate(Query query)Evaluates the query and returns the hits that match the query.QueryHitsJackrabbitIndexSearcher. evaluate(Query query, Sort sort, long resultFetchHint)Evaluates the query and returns the hits that match the query.QueryHitsJackrabbitQuery. execute(JackrabbitIndexSearcher searcher, SessionImpl session, Sort sort)Executes this query and returnsQueryHitsornullif this query should be executed using the regular Lucene API.QueryHitsMatchAllDocsQuery. execute(JackrabbitIndexSearcher searcher, SessionImpl session, Sort sort)Executes this query and returnsQueryHitsornullif this query should be executed using the regular Lucene API.QueryHitsQueryHitsQuery. execute(JackrabbitIndexSearcher searcher, SessionImpl session, Sort sort)Executes this query and returnsQueryHitsornullif this query should be executed using the regular Lucene API.Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type QueryHits Constructor Description ChildNodesQueryHits(QueryHits parents, SessionImpl session)Creates a newChildNodesQueryHitsthat returns the child nodes of all query hits from the givenparents.QueryHitsAdapter(QueryHits hits, Name selectorName)Creates a new adapter forhits.QueryHitsQuery(QueryHits hits)Creates a new query based onQueryHits. -
Uses of QueryHits in org.apache.jackrabbit.core.query.lucene.constraint
Methods in org.apache.jackrabbit.core.query.lucene.constraint that return QueryHits Modifier and Type Method Description QueryHitsEvaluationContext. evaluate(Query query)Evaluates the given lucenequeryand returns the query hits.
-