BuildInfo
- Print
- PDF
BuildInfo
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the index creation information.
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 List<String> sections;
private String sectionTermWeight = "1.0 * stw_2p(tf, 0.5, 0.25, 0., length / 128.0)";
private List<IndexProcessor> indexProcessors = new ArrayList<IndexProcessor>();
private String name;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
sections | List | Required | List of section names to index |
sectionTermWeight | String | Required | Index calculation logic
|
indexProcessors | List<IndexProcessor> | Required | Indexer information |
name | String | Required | Index name
|
Was this article helpful?