Uses of Interface
org.teiid.core.index.IQueryResult

Packages that use IQueryResult
org.teiid.core.index   
 

Uses of IQueryResult in org.teiid.core.index
 

Methods in org.teiid.core.index that return IQueryResult
 IQueryResult[] IIndex.query(java.lang.String word)
          Returns the paths of the documents containing the given word.
 IQueryResult[] IIndex.queryInDocumentNames(java.lang.String word)
          Returns the paths of the documents whose names contain the given word.
 IQueryResult[] IIndex.queryPrefix(char[] prefix)
          Returns the paths of the documents containing the given word prefix.
 



Copyright © 2009. All Rights Reserved.