public class IOSearchServiceImpl extends Object implements IOSearchService
IOSearchService.Filter, IOSearchService.NoOpFilter| Constructor and Description |
|---|
IOSearchServiceImpl(SearchIndex searchIndex,
IOService ioService) |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
fullTextSearch(String _term,
IOSearchService.Filter filter,
Path... roots) |
int |
fullTextSearchHits(String term,
Path... roots) |
List<Path> |
searchByAttrs(Map<String,?> attrs,
IOSearchService.Filter filter,
Path... roots) |
int |
searchByAttrsHits(Map<String,?> attrs,
Path... roots) |
public IOSearchServiceImpl(SearchIndex searchIndex, IOService ioService)
public List<Path> searchByAttrs(Map<String,?> attrs, IOSearchService.Filter filter, Path... roots)
searchByAttrs in interface IOSearchServicepublic List<Path> fullTextSearch(String _term, IOSearchService.Filter filter, Path... roots)
fullTextSearch in interface IOSearchServicepublic int searchByAttrsHits(Map<String,?> attrs, Path... roots)
searchByAttrsHits in interface IOSearchServicepublic int fullTextSearchHits(String term, Path... roots)
fullTextSearchHits in interface IOSearchServiceCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.