public interface SearchIndex
Modifier and Type | Method and Description |
---|---|
List<KObject> |
fullTextSearch(String term,
IOSearchService.Filter filter,
ClusterSegment... clusterSegments) |
int |
fullTextSearchHits(String term,
ClusterSegment... clusterSegments) |
List<KObject> |
searchByAttrs(Map<String,?> attrs,
IOSearchService.Filter filter,
ClusterSegment... clusterSegments) |
int |
searchByAttrsHits(Map<String,?> attrs,
ClusterSegment... clusterSegments) |
List<KObject> searchByAttrs(Map<String,?> attrs, IOSearchService.Filter filter, ClusterSegment... clusterSegments)
List<KObject> fullTextSearch(String term, IOSearchService.Filter filter, ClusterSegment... clusterSegments)
int searchByAttrsHits(Map<String,?> attrs, ClusterSegment... clusterSegments)
int fullTextSearchHits(String term, ClusterSegment... clusterSegments)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.