org.xcmis.search.query
Interface Searcher

All Known Implementing Classes:
SearchService

public interface Searcher

Content searcher interface.


Method Summary
 List<ScoredRow> execute(org.xcmis.search.model.Query query)
          Execute given query with empty map of bind variables and default InvocationContext
 List<ScoredRow> execute(org.xcmis.search.model.Query query, Map<String,Object> bindVariablesValues)
          Execute given query with default InvocationContext
 List<ScoredRow> execute(org.xcmis.search.model.Query query, Map<String,Object> bindVariablesValues, InvocationContext invocationContext)
          Execute query.
 

Method Detail

execute

List<ScoredRow> execute(org.xcmis.search.model.Query query)
                        throws org.xcmis.search.InvalidQueryException,
                               QueryExecutionException
Execute given query with empty map of bind variables and default InvocationContext

Parameters:
query -
Returns:
Throws:
org.xcmis.search.InvalidQueryException
QueryExecutionException

execute

List<ScoredRow> execute(org.xcmis.search.model.Query query,
                        Map<String,Object> bindVariablesValues)
                        throws org.xcmis.search.InvalidQueryException,
                               QueryExecutionException
Execute given query with default InvocationContext

Parameters:
query -
Returns:
Throws:
org.xcmis.search.InvalidQueryException
QueryExecutionException

execute

List<ScoredRow> execute(org.xcmis.search.model.Query query,
                        Map<String,Object> bindVariablesValues,
                        InvocationContext invocationContext)
                        throws org.xcmis.search.InvalidQueryException,
                               QueryExecutionException
Execute query.

Parameters:
query -
Returns:
Throws:
org.xcmis.search.InvalidQueryException
QueryExecutionException


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.