The Full-Text Indexing configuration category includes the following configurable options:
Lucene Index Directory
Elasticsearch/OpenSearch AWS Region.
Elasticsearch Index Prefix
ElasticSearch Password
ElasticSearch URL protocol. Either http or https
ElasticSearch Host URLs.
ElasticSearch Username
Enable Full-Text Content Index
Enable Indexing of Search Parameters (experimental)
Store resource bodies in the Full-Text index (experimental)
Full-Text Indexing Provider
Full-Text Indexing Enabled
|
Lucene Index Directory |
|
|
LOCAL_FILEDIR | |
This is the local directory where Lucene will put its index files when operating in LUCENE_DISK mode. This can be an absolute path, or a relative path (treated as relative to the base of the Smile CDR installation).
|
|
|
|
(no default) | |
|
|
Elasticsearch/OpenSearch AWS Region. |
|
|
STRING | |
The AWS Region if using AWS-managed Elasticsearch/OpenSearch. If this is set, authentication will be attempted via the DefaultCredentialsProviderChain using the AWS SDK. However, you can force static credentials of Access Key and Secret Key by putting them into the username and password fields, respectively. | |
|
|
(no default) | |
|
|
Elasticsearch Index Prefix |
|
|
STRING | |
If set, all indexes created by elasticsearch will be prefixed with the provided value, followed by a hyphen." | |
|
|
(no default) | |
|
|
ElasticSearch Password |
|
|
PASSWORD | |
The password to use for connections to the ElasticSearch cluster. | |
|
|
(no default) | |
|
|
ElasticSearch URL protocol. Either http or https |
|
|
STRING | |
Whether the server to be connected to uses http or https. | |
|
|
http
|
|
|
|
ElasticSearch Host URLs. |
|
|
STRING | |
A comma-delimited list of the connection URLs to use for connections to the ElasticSearch cluster when running in ELASTICSEARCH mode.
|
|
|
|
localhost:9090
|
|
|
|
ElasticSearch Username |
|
|
STRING | |
The username to use for connections to the ElasticSearch cluster. | |
|
|
(no default) | |
|
|
Enable Full-Text Content Index |
|
|
BOOLEAN | |
Should the system index Full-Text Content on the resources stored in the repository. See Indexes for more information. | |
|
|
true
|
|
|
|
Enable Indexing of Search Parameters (experimental) |
|
|
BOOLEAN | |
Enables the indexing of token, string, and other search parameters in the Full-Text Index. Reindexing could be required. See Indexes for more information. | |
|
|
false
|
|
|
|
Store resource bodies in the Full-Text index (experimental) |
|
|
BOOLEAN | |
Enables storing all data needed to load a resource in the Full-Text Index. Reindexing could be required. See Indexes for more information. | |
|
|
false
|
|
|
|
Full-Text Indexing Provider |
|
|
ENUM | |
Values |
|
Specifies which provider will be used. See Full-Text Providers for information on the available options. | |
|
|
LUCENE_DISK
|
|
|
|
Full-Text Indexing Enabled |
|
|
BOOLEAN | |
If enabled, a Full-Text provider will be used for additional indexing. This provider can support additional search and terminology service functionality. See Full-Text Indexing for more information. This setting must be enabled in order for any other settings in this section to take effect. | |
|
|
false
|
|
|