| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
FTIndex |
CreateFTIndexReq.index |
| Modifier and Type | Field and Description |
|---|---|
Map<byte[],FTIndex> |
ListFTIndexesResp.indexes |
| Modifier and Type | Method and Description |
|---|---|
FTIndex |
FTIndex.Builder.build() |
FTIndex |
FTIndex.deepCopy() |
FTIndex |
CreateFTIndexReq.getIndex() |
FTIndex |
FTIndex.setDepend_schema(SchemaID depend_schema) |
FTIndex |
FTIndex.setFields(List<byte[]> fields) |
FTIndex |
FTIndex.setSpace_id(int space_id) |
| Modifier and Type | Method and Description |
|---|---|
Map<byte[],FTIndex> |
ListFTIndexesResp.getIndexes() |
| Modifier and Type | Method and Description |
|---|---|
int |
FTIndex.compareTo(FTIndex other) |
CreateFTIndexReq |
CreateFTIndexReq.setIndex(FTIndex index) |
CreateFTIndexReq.Builder |
CreateFTIndexReq.Builder.setIndex(FTIndex index) |
| Modifier and Type | Method and Description |
|---|---|
ListFTIndexesResp |
ListFTIndexesResp.setIndexes(Map<byte[],FTIndex> indexes) |
ListFTIndexesResp.Builder |
ListFTIndexesResp.Builder.setIndexes(Map<byte[],FTIndex> indexes) |
| Constructor and Description |
|---|
CreateFTIndexReq(byte[] fulltext_index_name,
FTIndex index) |
FTIndex(FTIndex other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListFTIndexesResp(ErrorCode code,
HostAddr leader,
Map<byte[],FTIndex> indexes) |
Copyright © 2022. All rights reserved.