BuildInfo

Prev Next

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
  • Index settings to be added
  • Initial values: 1.0 * stw_2p (tf, 0.5, 0.25, 0., length / 128.0)
indexProcessors List<IndexProcessor> Required Indexer information
name String Required Index name
  • 3 to 20 characters, including English letters, numbers, and the special character "_", and must begin with an English letter or "_"