Class CascadingSelectCustomFieldIndexer

java.lang.Object
com.atlassian.jira.search.issue.index.indexers.impl.BaseCustomFieldIndexer
com.atlassian.jira.search.issue.index.indexers.impl.CascadingSelectCustomFieldIndexer
All Implemented Interfaces:
CustomFieldIndexer, FieldIndexer, FieldWithVisibilityIndexer

public class CascadingSelectCustomFieldIndexer extends BaseCustomFieldIndexer implements FieldWithVisibilityIndexer
This indexer contains two inner class indexers: one for indexing Child Options and another for indexing Combined (Parent and Child) Options. Each field uses a different name for indexing; however, we want them to be indexed together when CascadingSelectCustomFieldIndexer.indexFields() is called. Therefore, the inner class indexers should only be invoked by CascadingSelectCustomFieldIndexer.indexFields() and not from outside this class.
Since:
10.7