public interface IOSearchService
Modifier and Type | Interface and Description |
---|---|
static interface |
IOSearchService.Filter |
static class |
IOSearchService.NoOpFilter |
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) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.