| Package | Description |
|---|---|
| com.textkernel.tx | |
| com.textkernel.tx.models.api.indexes | |
| com.textkernel.tx.models.matching |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexResponse |
TxClient.createIndex(IndexType type,
String indexId)
Create a new index
|
| Modifier and Type | Field and Description |
|---|---|
IndexType |
CreateIndexRequest.IndexType
The type of documents this index will contain
|
| Modifier and Type | Field and Description |
|---|---|
IndexType |
Index.IndexType
The type of document in this index
|
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.