Kie Commons I/O 6.0.0.CR4

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)
           
 

Method Detail

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)

Kie Commons I/O 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.