|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexInfo | |
|---|---|
| org.h2.fulltext | The native full text search implementation, and the wrapper for the the Lucene full text search implementation. |
| Uses of IndexInfo in org.h2.fulltext |
|---|
| Fields in org.h2.fulltext declared as IndexInfo | |
|---|---|
protected IndexInfo |
FullText.FullTextTrigger.index
|
| Fields in org.h2.fulltext with type parameters of type IndexInfo | |
|---|---|
protected java.util.HashMap<java.lang.Integer,IndexInfo> |
FullTextSettings.indexes
The set of indexes in this database. |
| Methods in org.h2.fulltext that return IndexInfo | |
|---|---|
protected IndexInfo |
FullTextSettings.getIndexInfo(int indexId)
Get the index information for the given index id. |
| Methods in org.h2.fulltext with parameters of type IndexInfo | |
|---|---|
protected void |
FullTextSettings.addIndexInfo(IndexInfo index)
Add an index. |
protected void |
FullTextSettings.removeIndexInfo(IndexInfo index)
Remove an index from the settings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||