Class IndexDocumentConfiguration

java.lang.Object
com.atlassian.jira.index.IndexDocumentConfiguration

@ExperimentalApi public class IndexDocumentConfiguration extends Object
Document that configures indexing of entityProperties it reads to description in format of: <key entity-key="com.atlassian.jira.thing"> <extract path="foo.bar" type="string"> <!-- "path" tells you what part of the json to extract. "type" could be "number", "string", "text", "date" and tells you how to analyse it --> </<extract> </key> <key prefix="com.atlassian.jira.rank"> <extract...><extract/> </key>
Since:
v6.2