Interface MultiColumnQuery
-
- All Known Implementing Classes:
FilterMultiColumnQuery
,JoinQuery
,MultiColumnQueryAdapter
public interface MultiColumnQuery
MultiColumnQuery
defines an interface for a query that returnsMultiColumnQueryHits
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiColumnQueryHits
execute(JackrabbitIndexSearcher searcher, Ordering[] orderings, long resultFetchHint)
Executes this query and returns multi column query hits.
-
-
-
Method Detail
-
execute
MultiColumnQueryHits execute(JackrabbitIndexSearcher searcher, Ordering[] orderings, long resultFetchHint) throws IOException
Executes this query and returns multi column query hits.- Parameters:
searcher
- the index searcher.orderings
- the orderings.resultFetchHint
- the result fetch hint.- Returns:
- the query hits.
- Throws:
IOException
- if an error occurs while executing the query.
-
-