Uses of Class
org.xcmis.search.result.ScoredRow

Packages that use ScoredRow
org.xcmis.search   
org.xcmis.search.content.interceptors   
org.xcmis.search.query   
org.xcmis.search.result   
 

Uses of ScoredRow in org.xcmis.search
 

Methods in org.xcmis.search that return types with arguments of type ScoredRow
 List<ScoredRow> SearchService.execute(Query query)
          Execute query.
 List<ScoredRow> SearchService.execute(Query query, Map<String,Object> bindVariablesValues)
          Execute query.
 List<ScoredRow> SearchService.execute(Query query, Map<String,Object> bindVariablesValues, InvocationContext invocationContext)
           
 

Uses of ScoredRow in org.xcmis.search.content.interceptors
 

Methods in org.xcmis.search.content.interceptors that return types with arguments of type ScoredRow
 List<ScoredRow> QueryProcessorInterceptor.execute(InvocationContext ctx, QueryExecutionContext context, Query query)
          Execute the supplied query by planning, optimizing, and then processing it.
 

Uses of ScoredRow in org.xcmis.search.query
 

Methods in org.xcmis.search.query that return types with arguments of type ScoredRow
 List<ScoredRow> Searcher.execute(Query query)
          Execute given query with empty map of bind variables and default InvocationContext
 List<ScoredRow> Searcher.execute(Query query, Map<String,Object> bindVariablesValues)
          Execute given query with default InvocationContext
 List<ScoredRow> Searcher.execute(Query query, Map<String,Object> bindVariablesValues, InvocationContext invocationContext)
          Execute query.
 

Uses of ScoredRow in org.xcmis.search.result
 

Methods in org.xcmis.search.result that return ScoredRow
static ScoredRow ScoredRow.merge(ScoredRow nodes1, ScoredRow nodes2, float newscore)
           
 

Methods in org.xcmis.search.result with parameters of type ScoredRow
static ScoredRow ScoredRow.merge(ScoredRow nodes1, ScoredRow nodes2, float newscore)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.