Interface IOSearchService


  • public interface IOSearchService
    • Method Detail

      • 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)