org.kie.commons.io
Interface IOSearchService
public interface IOSearchService
|
Method Summary |
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)
|
searchByAttrs
List<Path> searchByAttrs(Map<String,?> attrs,
int pageSize,
int startIndex,
Path... roots)
fullTextSearch
List<Path> fullTextSearch(String term,
int pageSize,
int startIndex,
Path... roots)
searchByAttrsHits
int searchByAttrsHits(Map<String,?> attrs,
Path... roots)
fullTextSearchHits
int fullTextSearchHits(String term,
Path... roots)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.