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