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 IOSearchService
public List<Path> fullTextSearch(String _term, IOSearchService.Filter filter, Path... roots)
fullTextSearch
in interface IOSearchService
public int searchByAttrsHits(Map<String,?> attrs, Path... roots)
searchByAttrsHits
in interface IOSearchService
public int fullTextSearchHits(String term, Path... roots)
fullTextSearchHits
in interface IOSearchService
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.