| ConnectFailedException |
Thrown when client failed to connect to server
|
| ConnectParam |
Contains parameters for connecting to Milvus server
|
| ConnectParam.Builder |
Builder for ConnectParam
|
| CreateIndexParam |
Contains parameters for createIndex
|
| CreateIndexParam.Builder |
Builder for CreateIndexParam
|
| DateRange |
Represents a date range [startDate, endDate)
|
| DescribeIndexResponse |
Contains the returned response and index for describeIndex
|
| DescribeTableResponse |
Contains the returned response and tableSchema for describeTable
|
| GetTableRowCountResponse |
Contains the returned response and tableRowCount for
getTableRowCount
|
| HasTableResponse |
Contains the returned response and hasTable for hasTable
|
| Index |
Represents an index containing indexType and nList
|
| Index.Builder |
Builder for Index
|
| IndexType |
Represents different types of indexing method to query the table:
|
| InsertParam |
Contains parameters for insert
|
| InsertParam.Builder |
Builder for InsertParam
|
| InsertResponse |
Contains the returned response and vectorIds for insert
|
| MetricType |
Represents available metric types
|
| MilvusClient |
The Milvus Client Interface
|
| Response |
Represents response of a client call.
|
| Response.Status |
Represents server and client side status code
|
| SearchInFilesParam |
Contains parameters for searchInFiles
|
| SearchParam |
Contains parameters for search
|
| SearchParam.Builder |
Builder for SearchParam
|
| SearchResponse |
Contains the returned response and queryResultsList for search
|
| SearchResponse.QueryResult |
Represents a single result of a vector query.
|
| ShowTablesResponse |
Contains the returned response and tableNames for showTables
|
| TableSchema |
Represents a table schema
|
| TableSchema.Builder |
Builder for TableSchema
|