Get desktop application:
View/edit binary Protocol Buffers messages
string name = 1
bytes metadata = 2
(message has no fields)
(message has no fields)
string name = 1
bytes metadata = 2
(message has no fields)
string name = 1
string shard_id = 2
repeated bytes docs = 3
(message has no fields)
string name = 1
string shard_id = 2
repeated string doc_ids = 3
(message has no fields)
string name = 1
string shard_id = 2
(message has no fields)
string name = 1
string shard_id = 2
(message has no fields)
string name = 1
string shard_id = 2
optional Query query = 3
optional Sort sort = 5
repeated string fields = 6
int32 offset = 7
int32 hits = 8
int64 total_hits = 1
repeated Document documents = 2
Used in: SearchRequest
UNKNOWN = 0
COUNT_AND_TOP_DOCS = 1
COUNT = 2
TOP_DOCS = 3
Used in: SearchResponse
string id = 1
float score = 2
int64 timestamp = 3
double sort_value = 4
bytes fields = 5
Used in: SearchRequest
Used in: Query
UNKNOWN = 0
ALL = 1
BOOLEAN = 2
BOOST = 3
FUZZY_TERM = 4
PHRASE = 5
QUERY_STRING = 6
RANGE = 7
REGEX = 8
TERM = 9
Used in: SearchRequest
Used in: Sort
UNKNOWN = 0
ASC = 1
DESC = 2