Kieora API 6.0.0.CR5

org.kie.kieora.search
Interface SearchIndex


public interface SearchIndex


Method Summary
 List<KObject> fullTextSearch(String term, int pageSize, int startIndex, ClusterSegment... clusterSegments)
           
 int fullTextSearchHits(String term, ClusterSegment... clusterSegments)
           
 List<KObject> searchByAttrs(Map<String,?> attrs, int pageSize, int startIndex, ClusterSegment... clusterSegments)
           
 int searchByAttrsHits(Map<String,?> attrs, ClusterSegment... clusterSegments)
           
 

Method Detail

searchByAttrs

List<KObject> searchByAttrs(Map<String,?> attrs,
                            int pageSize,
                            int startIndex,
                            ClusterSegment... clusterSegments)

fullTextSearch

List<KObject> fullTextSearch(String term,
                             int pageSize,
                             int startIndex,
                             ClusterSegment... clusterSegments)

searchByAttrsHits

int searchByAttrsHits(Map<String,?> attrs,
                      ClusterSegment... clusterSegments)

fullTextSearchHits

int fullTextSearchHits(String term,
                       ClusterSegment... clusterSegments)

Kieora API 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.