public interface MultiColumnQuery
MultiColumnQuery defines an interface for a query that returns
 MultiColumnQueryHits.| Modifier and Type | Method and Description | 
|---|---|
MultiColumnQueryHits | 
execute(JackrabbitIndexSearcher searcher,
       Ordering[] orderings,
       long resultFetchHint)
Executes this query and returns multi column query hits. 
 | 
MultiColumnQueryHits execute(JackrabbitIndexSearcher searcher, Ordering[] orderings, long resultFetchHint) throws IOException
searcher - the index searcher.orderings - the orderings.resultFetchHint - the result fetch hint.IOException - if an error occurs while executing the query.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.