| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ID |
"Document.QueryES" |
protected static final int |
OLD_DEFAULT_MAX_SIZE_RESULTS |
10000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ELASTICSEARCH_AUDIT_EVENT_CATEGORY |
"opentoutatice.addon.elasticsearch.audit.category" |
public static final String |
ELASTICSEARCH_AUDIT_EVENT_NAME |
"opentoutatice.addon.elasticsearch.audit.event" |
public static final String |
ENUM_REINDEX_TYPE_ALL |
"ALL" |
public static final String |
ENUM_REINDEX_TYPE_QUERY |
"QUERY" |
public static final String |
ENUM_REINDEX_TYPE_ROOT |
"ROOT" |
public static final String |
ID |
"Document.ReIndexES" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ES_INDEXING_ASYNC_FORCE_FLAG |
"nx_es_indexing_async_force" |
public static final String |
ES_INDEXING_SYNC_FORCE |
"ottc.es.indexing.sync.force" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
QUERY_ES_COMPAT_MODE |
"qEsCompat" |
public static final String |
QUERYING_ES_FORCE |
"ottc.querying.es.force" |
public static final String |
QUERYING_VCS_FORCE_FLAG |
"nx_querying_vcs_force" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EP_INDEX |
"elasticSearchIndex" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_MAPPING |
"{\n \"_all\" : {\n \"analyzer\" : \"fulltext\"\n },\n \"properties\" : {\n \"dc:title\" : {\n \"type\" : \"multi_field\",\n \"fields\" : {\n \"dc:title\" : {\n \"type\" : \"string\"\n },\n \"fulltext\" : {\n \"boost\": 2,\n \"type\": \"string\",\n \"analyzer\" : \"fulltext\"\n }\n }\n },\n \"dc:description\" : {\n \"type\" : \"multi_field\",\n \"fields\" : {\n \"dc:description\" : {\n \"type\" : \"string\"\n },\n \"fulltext\" : {\n \"boost\": 1.5,\n \"type\": \"string\",\n \"analyzer\" : \"fulltext\"\n }\n }\n },\n \"ecm:binarytext\" : {\n \"type\" : \"string\",\n \"index\" : \"no\",\n \"include_in_all\" : true\n },\n \"ecm:path\" : {\n \"type\" : \"multi_field\",\n \"fields\" : {\n \"children\" : {\n \"search_analyzer\" : \"keyword\",\n \"index_analyzer\" : \"path_analyzer\",\n \"type\" : \"string\"\n },\n \"ecm:path\" : {\n \"index\" : \"not_analyzed\",\n \"type\" : \"string\"\n }\n }\n },\n \"dc:created\": {\n \"format\": \"dateOptionalTime\",\n \"type\": \"date\"\n },\n \"dc:modified\": {\n \"format\": \"dateOptionalTime\",\n \"type\": \"date\"\n },\n \"ecm:pos*\" : {\n \"type\" : \"integer\"\n }\n }\n}" |
public static final String |
DEFAULT_SETTING |
"{\n \"number_of_shards\" : 1,\n \"number_of_replicas\" : 0,\n \"analysis\" : {\n \"filter\" : {\n \"truncate_filter\" : {\n \"length\" : 256,\n \"type\" : \"truncate\"\n },\n \"en_stem_filter\" : {\n \"name\" : \"minimal_english\",\n \"type\" : \"stemmer\"\n },\n \"en_stop_filter\" : {\n \"stopwords\" : [\n \"_english_\"\n ],\n \"type\" : \"stop\"\n }\n },\n \"tokenizer\" : {\n \"path_tokenizer\" : {\n \"delimiter\" : \"/\",\n \"type\" : \"path_hierarchy\"\n }\n },\n \"analyzer\" : {\n \"en_analyzer\" : {\n \"alias\" : \"fulltext\",\n \"filter\" : [\n \"lowercase\",\n \"en_stop_filter\",\n \"en_stem_filter\",\n \"asciifolding\"\n ],\n \"type\" : \"custom\",\n \"tokenizer\" : \"standard\"\n },\n \"path_analyzer\" : {\n \"type\" : \"custom\",\n \"tokenizer\" : \"path_tokenizer\"\n },\n \"default\" : {\n \"type\" : \"custom\",\n \"tokenizer\" : \"keyword\",\n \"filter\" : [\n \"truncate_filter\"\n ]\n }\n }\n }\n}" |
public static final String |
NX_ALIAS_SUFFIX |
"-alias" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ID |
"Documents.CleanESIndices" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ID |
"Documents.ReIndexZeroDownTimeES" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REINDEXING_MANAGER_QUEUE_ID |
"zeroDownTimeEsReIndexingManager" |
public static final String |
REINDEXING_QUEUE_ID |
"zeroDownTimeEsReIndexing" |
public static final String |
REINDEXING_WAIT_LOOP_TIME |
"ottc.reindexing.check.loop.period" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONTRIBUTED_DOCS_DURING_REINDEXING_QUERY |
"select * from Document where (dc:created >= datetime \'%s\') or (dc:modified >= datetime \'%s\')" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NB_CREATED_DOCS_DURING_REINDEXING |
"select ecm:uuid from Document where dc:created >= TIMESTAMP \'%s\'" |
public static final String |
NB_MODIFIED_DOCS_DURING_REINDEXING |
"select ecm:uuid from Document where dc:modified >= TIMESTAMP \'%s\'" |
public static final String |
TOTAL_DOCS_IN_BDD_QUERY |
"select ecm:uuid from Document" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SEPARATOR |
"__" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DUPLICATE_AGGREGATE_FIELD |
"ecm:uuid" |
public static final String |
DUPLICATE_AGGREGATE_NAME |
"duplicate_aggregate" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CREATE_ALIAS_N_INDEX_ON_STARTUP_TEST |
"ottc.reindexing.test.create.index.alias.on.startup" |
public static final String |
CREATE_BAD_ALIAS_N_INDEX_ON_STARTUP_TEST |
"ottc.reindexing.test.create.bad.index.alias.on.startup" |
public static final String |
CREATE_BAD_FORMER_ALIAS_ON_STARTUP_TEST |
"ottc.reindexing.test.create.bad.former.alias.on.startup" |
public static final String |
CREATE_READ_ALIAS_ON_STARTUP_TEST |
"ottc.reindexing.test.create.read.alias.on.startup" |
public static final String |
FIRE_TEST_ERRORS_ON_STEP_PROP |
"ottc.reindexing.test.mode.fire.errors.step" |
public static final String |
FIRE_TEST_ERRORS_ON_STEP_RECOVERY_PROP |
"ottc.reindexing.test.mode.fire.errors.step.recovery" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ALIAS_MODE_LABEL |
"%s (alias mode enabled - Zero Down Time)" |
Copyright © 2021. All rights reserved.