Interface MultiColumnQuery

    • 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.