Package | Description |
---|---|
org.teiid.core.index | |
org.teiid.internal.core.index |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedFile
An indexedFile associates a number to a document path, and document properties.
|
Modifier and Type | Method and Description |
---|---|
IQueryResult[] |
Index.query(String word) |
IQueryResult[] |
BlocksIndexInput.query(String word) |
abstract IQueryResult[] |
IndexInput.queryFilesReferringToPrefix(char[] prefix) |
IQueryResult[] |
BlocksIndexInput.queryFilesReferringToPrefix(char[] prefix) |
abstract IQueryResult[] |
IndexInput.queryInDocumentNames(String word)
Returns the list of the files whose name contain the given word in the index.
|
IQueryResult[] |
Index.queryInDocumentNames(String word) |
IQueryResult[] |
BlocksIndexInput.queryInDocumentNames(String word) |
IQueryResult[] |
Index.queryPrefix(char[] prefix) |
Copyright © 2020. All rights reserved.