Package org.uberfire.ext.metadata.search
Interface IOSearchService
-
public interface IOSearchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIOSearchService.Filterstatic classIOSearchService.NoOpFilter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.uberfire.java.nio.file.Path>fullTextSearch(String term, IOSearchService.Filter filter, org.uberfire.java.nio.file.Path... roots)intfullTextSearchHits(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)intsearchByAttrsHits(Map<String,?> attrs, org.uberfire.java.nio.file.Path... roots)
-
-
-
Method Detail
-
searchByAttrs
List<org.uberfire.java.nio.file.Path> searchByAttrs(Map<String,?> attrs, IOSearchService.Filter filter, org.uberfire.java.nio.file.Path... roots)
-
fullTextSearch
List<org.uberfire.java.nio.file.Path> fullTextSearch(String term, IOSearchService.Filter filter, org.uberfire.java.nio.file.Path... roots)
-
searchByAttrsHits
int searchByAttrsHits(Map<String,?> attrs, org.uberfire.java.nio.file.Path... roots)
-
fullTextSearchHits
int fullTextSearchHits(String term, org.uberfire.java.nio.file.Path... roots)
-
-