public interface IOSearchService
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
fullTextSearch(String term,
int pageSize,
int startIndex,
Path... roots) |
int |
fullTextSearchHits(String term,
Path... roots) |
List<Path> |
searchByAttrs(Map<String,?> attrs,
int pageSize,
int startIndex,
Path... roots) |
int |
searchByAttrsHits(Map<String,?> attrs,
Path... roots) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.