Get desktop application:
View/edit binary Protocol Buffers messages
bool is_existed = 1
optional DBMeta exist_table = 2
repeated string db_names = 3
bool query_status = 1
optional int32 current_valid_docs = 2
optional int32 total_docs = 3
optional int32 deleted_docs = 4
optional uint64 table_mem_bytes = 5
optional uint64 vectors_index_bytes = 6
optional uint64 vectors_mem_bytes = 7
optional uint64 filters_index_bytes = 8
optional uint64 bitmap_mem_bytes = 9
optional string db_name = 1
optional string table_name = 2
repeated VectorQuery vec_queries = 3
repeated string page_text_queries = 4
repeated TermFilter term_filters = 5
repeated RangeFilter range_filters = 6
optional int32 topn = 7
optional string retrieval_params = 8
optional string online_log_level = 9
optional bool brute_force_search = 10
optional bool is_pack_all_fields = 11
repeated string pack_fields = 12
optional bool is_l2 = 14
repeated Query queries = 15
optional string db_name = 1
optional string table_name = 2
optional string online_log_message = 4
Used as request type in: AwaDBServer.AddFields, AwaDBServer.Create
Used as field type in: TableStatus
optional string db_name = 1
optional string desc = 2
repeated TableMeta tables_meta = 3
Used as request type in: AwaDBServer.DropDB, AwaDBServer.ShowTables
Used as request type in: AwaDBServer.CheckTable, AwaDBServer.QueryTableDetail
optional string db_name = 1
optional string table_name = 2
Used as request type in: AwaDBServer.Delete, AwaDBServer.Get
string db_name = 1
string table_name = 2
repeated bytes ids = 3
map<string, string> filter_fields = 4
optional bool include_all_fields = 5
repeated string not_include_fields = 6
optional int32 limit = 7
repeated string pack_fields = 8
repeated RangeFilter range_filters = 9
repeated TermFilter term_filters = 10
Used in: Documents
optional bytes id = 1
repeated Field fields = 2
Used as request type in: AwaDBServer.AddOrUpdate
Used as response type in: AwaDBServer.Get
optional string db_name = 1
optional string table_name = 2
repeated Document docs = 3
Used in: Document, ResultItem
optional string name = 1
optional bytes value = 2
optional string source = 4
repeated string mul_str_value = 5
Used in: TableMeta
optional string name = 1
optional bool is_index = 3
optional bool is_store = 4
optional bool reindex = 5
optional VectorMeta vec_meta = 6
optional string desc = 7
optional string embedding_model = 8
optional string words_tokenizer = 9
Used in: Field, FieldMeta, VectorMeta
INT = 0
LONG = 1
FLOAT = 2
DOUBLE = 3
STRING = 4
MULTI_STRING = 5
VECTOR = 6
KEYWORD = 7
Used in: Query, SearchRequest
Used in: SearchRequest
Used in: DocCondition, Query, SearchRequest
optional string field_name = 1
optional bytes lower_value = 2
optional bytes upper_value = 3
optional bool include_lower = 4
optional bool include_upper = 5
Used in: ResponseStatus
INPUT_PARAMETER_ERROR = 0
OK = 200
TIME_OUT = 201
INTERNAL_ERROR = 202
NETWORK_ERROR = 203
TABLE_EXIST = 204
Used as response type in: AwaDBServer.AddFields, AwaDBServer.AddOrUpdate, AwaDBServer.Create, AwaDBServer.Delete, AwaDBServer.DropDB, AwaDBServer.DropTable
Used in: SearchResult
float score = 1
repeated Field fields = 2
Used in: SearchResponse
optional int32 total = 1
optional string msg = 2
repeated ResultItem result_items = 3
Used in: SearchResponse
SUCCESS = 0
INDEX_NOT_TRAINED = 1
SEARCH_ERROR = 2
DB_NOT_FOUND = 3
TABLE_NOT_FOUND = 4
Used as response type in: AwaDBServer.DescTable
Used as field type in: DBMeta
optional string name = 1
optional string desc = 2
repeated FieldMeta fields_meta = 3
Used as request type in: AwaDBServer.DescTable, AwaDBServer.DropTable
Used in: DocCondition, Query, SearchRequest
optional string field_name = 1
optional string value = 2
optional int32 is_union = 3
Used in: FieldMeta
optional FieldType data_type = 1
optional int32 dimension = 2
optional string store_type = 3
optional string store_param = 4
optional bool has_source = 5
optional bool is_normalization = 6
Used in: Query, SearchRequest
optional string field_name = 1
optional bytes value = 2
optional float min_score = 3
optional float max_score = 4
optional float boost = 5
optional bool is_boost = 6
optional string retrieval_type = 7