Package org.uberfire.ext.metadata.io
Class IOSearchServiceImpl
- java.lang.Object
-
- org.uberfire.ext.metadata.io.IOSearchServiceImpl
-
- All Implemented Interfaces:
org.uberfire.ext.metadata.search.IOSearchService
public class IOSearchServiceImpl extends Object implements org.uberfire.ext.metadata.search.IOSearchService
-
-
Constructor Summary
Constructors Constructor Description IOSearchServiceImpl(org.uberfire.ext.metadata.search.SearchIndex searchIndex, org.uberfire.io.IOService ioService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.uberfire.java.nio.file.Path>fullTextSearch(String _term, org.uberfire.ext.metadata.search.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, org.uberfire.ext.metadata.search.IOSearchService.Filter filter, org.uberfire.java.nio.file.Path... roots)intsearchByAttrsHits(Map<String,?> attrs, org.uberfire.java.nio.file.Path... roots)
-
-
-
Method Detail
-
searchByAttrs
public List<org.uberfire.java.nio.file.Path> searchByAttrs(Map<String,?> attrs, org.uberfire.ext.metadata.search.IOSearchService.Filter filter, org.uberfire.java.nio.file.Path... roots)
- Specified by:
searchByAttrsin interfaceorg.uberfire.ext.metadata.search.IOSearchService
-
fullTextSearch
public List<org.uberfire.java.nio.file.Path> fullTextSearch(String _term, org.uberfire.ext.metadata.search.IOSearchService.Filter filter, org.uberfire.java.nio.file.Path... roots)
- Specified by:
fullTextSearchin interfaceorg.uberfire.ext.metadata.search.IOSearchService
-
searchByAttrsHits
public int searchByAttrsHits(Map<String,?> attrs, org.uberfire.java.nio.file.Path... roots)
- Specified by:
searchByAttrsHitsin interfaceorg.uberfire.ext.metadata.search.IOSearchService
-
fullTextSearchHits
public int fullTextSearchHits(String term, org.uberfire.java.nio.file.Path... roots)
- Specified by:
fullTextSearchHitsin interfaceorg.uberfire.ext.metadata.search.IOSearchService
-
-