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, org.apache.lucene.search.Sort sort, long resultFetchHint)
          Executes this query and returns multi column query hits.
 

Method Detail

execute

MultiColumnQueryHits execute(JackrabbitIndexSearcher searcher,
                             org.apache.lucene.search.Sort sort,
                             long resultFetchHint)
                             throws IOException
Executes this query and returns multi column query hits.

Parameters:
searcher - the index searcher.
sort - the sort criteria.
resultFetchHint - the result fetch hint.
Returns:
the query hits.
Throws:
IOException - if an error occurs while executing the query.


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