|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IQueryResult | |
|---|---|
| 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 | |
|---|---|
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. |
| Uses of IQueryResult in org.teiid.internal.core.index |
|---|
| Classes in org.teiid.internal.core.index that implement IQueryResult | |
|---|---|
class |
IndexedFile
An indexedFile associates a number to a document path, and document properties. |
| Methods in org.teiid.internal.core.index that return IQueryResult | |
|---|---|
IQueryResult[] |
BlocksIndexInput.query(java.lang.String word)
|
IQueryResult[] |
Index.query(java.lang.String word)
|
IQueryResult[] |
BlocksIndexInput.queryFilesReferringToPrefix(char[] prefix)
|
IQueryResult[] |
SimpleIndexInput.queryFilesReferringToPrefix(char[] prefix)
|
abstract IQueryResult[] |
IndexInput.queryFilesReferringToPrefix(char[] prefix)
|
IQueryResult[] |
BlocksIndexInput.queryInDocumentNames(java.lang.String word)
|
IQueryResult[] |
SimpleIndexInput.queryInDocumentNames(java.lang.String word)
|
abstract IQueryResult[] |
IndexInput.queryInDocumentNames(java.lang.String word)
Returns the list of the files whose name contain the given word in the index. |
IQueryResult[] |
Index.queryInDocumentNames(java.lang.String word)
|
IQueryResult[] |
Index.queryPrefix(char[] prefix)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||