Uses of Interface
org.teiid.core.index.IQueryResult
-
Packages that use IQueryResult Package Description org.teiid.core.index org.teiid.internal.core.index -
-
Uses of IQueryResult in org.teiid.core.index
Methods in org.teiid.core.index that return IQueryResult Modifier and Type Method Description IQueryResult[]
IIndex. query(String word)
Returns the paths of the documents containing the given word.IQueryResult[]
IIndex. queryInDocumentNames(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. -
Uses of IQueryResult in org.teiid.internal.core.index
Classes in org.teiid.internal.core.index that implement IQueryResult Modifier and Type Class Description class
IndexedFile
An indexedFile associates a number to a document path, and document properties.Methods in org.teiid.internal.core.index that return IQueryResult Modifier and Type Method Description IQueryResult[]
BlocksIndexInput. query(String word)
IQueryResult[]
Index. query(String word)
IQueryResult[]
BlocksIndexInput. queryFilesReferringToPrefix(char[] prefix)
abstract IQueryResult[]
IndexInput. queryFilesReferringToPrefix(char[] prefix)
IQueryResult[]
BlocksIndexInput. queryInDocumentNames(String word)
IQueryResult[]
Index. queryInDocumentNames(String word)
abstract IQueryResult[]
IndexInput. queryInDocumentNames(String word)
Returns the list of the files whose name contain the given word in the index.IQueryResult[]
Index. queryPrefix(char[] prefix)
-