org.apache.jackrabbit.core.query.lucene
Interface MultiColumnQuery

All Known Implementing Classes:
FilterMultiColumnQuery, JoinQuery, MultiColumnQueryAdapter

public interface MultiColumnQuery

MultiColumnQuery defines an interface for a query that returns MultiColumnQueryHits.


Method Summary
 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.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.