Index

Prev Next

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
  • Only English letters, numbers, and the special character "_" are allowed
createTermLoc Boolean Required Whether to log location information for indexed terms
  • true | false
documentTermWeight String Required Expressions used to store document values
  • Index settings to be added
  • sum_wgt (default)
buildInfos List<BuildInfo> Required List of index creation information