| Package | Description |
|---|---|
| com.lancedb.lance.index | |
| com.lancedb.lance.index.scalar |
| Modifier and Type | Method and Description |
|---|---|
Optional<ScalarIndexParams> |
IndexParams.getScalarIndexParams() |
| Modifier and Type | Method and Description |
|---|---|
IndexParams.Builder |
IndexParams.Builder.setScalarIndexParams(ScalarIndexParams scalarIndexParams)
Scalar index parameters for creating a scalar index.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarIndexParams |
ScalarIndexParams.Builder.build() |
static ScalarIndexParams |
ScalarIndexParams.create(String indexType)
Create a new ScalarIndexParams with the given index type and no parameters.
|
static ScalarIndexParams |
ScalarIndexParams.create(String indexType,
String jsonParams)
Create a new ScalarIndexParams with the given index type and JSON parameters.
|
Copyright © 2025. All rights reserved.