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)
|
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.