public static class ScalarIndexParams.Builder extends Object
| Constructor and Description |
|---|
Builder(String indexType)
Create a new builder for scalar index parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarIndexParams |
build() |
ScalarIndexParams.Builder |
setJsonParams(String jsonParams)
Set the parameters for the index as a JSON string.
|
public Builder(String indexType)
indexType - the index type (e.g., "btree", "zonemap", "bitmap", "inverted", "labellist",
"ngram")public ScalarIndexParams.Builder setJsonParams(String jsonParams)
jsonParams - JSON string containing index-specific parameterspublic ScalarIndexParams build()
Copyright © 2025. All rights reserved.