@Internal public final class FeatureKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CQL_INPUT_LOGGING
Enables CQL input logging to aid debugging ES vs Lucene discrepancy.
|
static String |
ES_CHANGE_SEARCH
Enables Elasticsearch implementation of all other change searches.
|
static String |
ES_CONTENT_NAME_SEARCHER
Enables Elasticsearch implementation of content name searcher.
|
static String |
ES_CONTENT_SEARCH
Enables Elasticsearch implementation of all other content searches.
|
static String |
ES_CQL_SEARCH
Enables Elasticsearch implementation of CQL.
|
static String |
ES_DISABLE_SHADOW
Enable this dark feature to disable all shadow searching.
|
static String |
ES_INDEX_JOURNAL_VERIFIER
Enables verification of Elasticsearch indexing pipeline
|
static String |
ES_INDEXING
Enables an additional indexing pipeline that indexes to Elasticsearch.
|
static String |
ES_NETWORK_FEED
Enables network feed implementation backed by Elasticsearch.
|
static String |
ES_ONE_FEATURE
One feature to rule them all
One feature to find them
One feature to bring them all
And in the darkness bind them
Enabling this dark feature will enable all other es indexing and searching dark features.
|
static String |
ES_RECENT_UPDATES
Enables recent updates implementation backed by Elasticsearch.
|
static String |
ES_REINDEX
Enables re-index operation on Elasticsearch and disable it on Lucene.
|
static String |
ES_REINDEX_AMQ
Enables re-index operation on Elasticsearch using atlassian-messagequeue-api (AMQ).
|
static String |
ES_SITE_SEARCH
Enables Elasticsearch implementation of site search.
|
static String |
ES_SITE_SEARCH_ODD
Enables Elasticsearch implementation of site search for odd search session.
|
static String |
ES_UNINDEX
Enables un-index operation on Elasticsearch and disable it on Lucene.
|
static String |
LUCENE_QUERY_EXPANSION
Enables v2 query/filter expansion when running with Lucene.
|
| Constructor and Description |
|---|
FeatureKeys() |
public static final String ES_INDEXING
public static final String ES_RECENT_UPDATES
public static final String ES_NETWORK_FEED
public static final String LUCENE_QUERY_EXPANSION
public static final String ES_INDEX_JOURNAL_VERIFIER
public static final String ES_REINDEX
public static final String ES_REINDEX_AMQ
ES_REINDEX is enabled.public static final String ES_UNINDEX
public static final String ES_SITE_SEARCH
public static final String ES_CONTENT_NAME_SEARCHER
public static final String ES_SITE_SEARCH_ODD
public static final String ES_CQL_SEARCH
public static final String ES_CONTENT_SEARCH
public static final String ES_CHANGE_SEARCH
public static final String CQL_INPUT_LOGGING
public static final String ES_ONE_FEATURE
public static final String ES_DISABLE_SHADOW
Copyright © 2003–2016 Atlassian. All rights reserved.