Index
- Print
- PDF
Index
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the index information for the target you're searching for.
Note
Currently, there are no index settings available, so you can only set the sections to index and the index name.
Syntax
The syntax is as follows.
private String name = "idx1";
private boolean createTermLoc = false;
private String documentTermWeight = "sum_wgt";
private List<BuildInfo> buildInfos = new ArrayList<BuildInfo>();
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
name | String | Required | Index name
|
createTermLoc | Boolean | Required | Whether to log location information for indexed terms
|
documentTermWeight | String | Required | Expressions used to store document values
|
buildInfos | List<BuildInfo> | Required | List of index creation information |
Was this article helpful?