org.kie.kieora.io
public class IOSearchIndex extends Object implements org.kie.commons.io.IOSearchService
Constructor and Description |
---|
IOSearchIndex(SearchIndex searchIndex,
org.kie.commons.io.IOService ioService) |
Modifier and Type | Method and Description |
---|---|
List<org.kie.commons.java.nio.file.Path> |
fullTextSearch(String term,
int pageSize,
int startIndex,
org.kie.commons.java.nio.file.Path... roots) |
int |
fullTextSearchHits(String term,
org.kie.commons.java.nio.file.Path... roots) |
List<org.kie.commons.java.nio.file.Path> |
searchByAttrs(Map<String,?> attrs,
int pageSize,
int startIndex,
org.kie.commons.java.nio.file.Path... roots) |
int |
searchByAttrsHits(Map<String,?> attrs,
org.kie.commons.java.nio.file.Path... roots) |
public IOSearchIndex(SearchIndex searchIndex, org.kie.commons.io.IOService ioService)
public List<org.kie.commons.java.nio.file.Path> searchByAttrs(Map<String,?> attrs, int pageSize, int startIndex, org.kie.commons.java.nio.file.Path... roots)
searchByAttrs
in interface org.kie.commons.io.IOSearchService
public List<org.kie.commons.java.nio.file.Path> fullTextSearch(String term, int pageSize, int startIndex, org.kie.commons.java.nio.file.Path... roots)
fullTextSearch
in interface org.kie.commons.io.IOSearchService
public int searchByAttrsHits(Map<String,?> attrs, org.kie.commons.java.nio.file.Path... roots)
searchByAttrsHits
in interface org.kie.commons.io.IOSearchService
public int fullTextSearchHits(String term, org.kie.commons.java.nio.file.Path... roots)
fullTextSearchHits
in interface org.kie.commons.io.IOSearchService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.