Package org.uberfire.ext.metadata.search
Interface SearchIndex
-
public interface SearchIndex
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<KObject>fullTextSearch(String term, IOSearchService.Filter filter, ClusterSegment... clusterSegments)intfullTextSearchHits(String term, ClusterSegment... clusterSegments)List<KObject>searchByAttrs(Map<String,?> attrs, IOSearchService.Filter filter, ClusterSegment... clusterSegments)intsearchByAttrsHits(Map<String,?> attrs, ClusterSegment... clusterSegments)
-
-
-
Method Detail
-
searchByAttrs
List<KObject> searchByAttrs(Map<String,?> attrs, IOSearchService.Filter filter, ClusterSegment... clusterSegments)
-
fullTextSearch
List<KObject> fullTextSearch(String term, IOSearchService.Filter filter, ClusterSegment... clusterSegments)
-
searchByAttrsHits
int searchByAttrsHits(Map<String,?> attrs, ClusterSegment... clusterSegments)
-
fullTextSearchHits
int fullTextSearchHits(String term, ClusterSegment... clusterSegments)
-
-