public interface IOSearchService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IOSearchService.Filter |
static class |
IOSearchService.NoOpFilter |
| 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) |
List<org.uberfire.java.nio.file.Path> searchByAttrs(Map<String,?> attrs, IOSearchService.Filter filter, org.uberfire.java.nio.file.Path... roots)
List<org.uberfire.java.nio.file.Path> fullTextSearch(String term, IOSearchService.Filter filter, org.uberfire.java.nio.file.Path... roots)
int searchByAttrsHits(Map<String,?> attrs, org.uberfire.java.nio.file.Path... roots)
int fullTextSearchHits(String term, org.uberfire.java.nio.file.Path... roots)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.