Lucene FullText Indexing
The Lucene FullText 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 FullText Content Index
Enable Indexing of Search Parameters (experimental)
Store resource bodies in Lucene (experimental)
Lucene Indexing Provider
Lucene 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. | |
|
|
localhost:9090
|
|
|
|
ElasticSearch Username |
|
|
STRING | |
The username to use for connections to the ElasticSearch cluster. | |
|
|
(no default) | |
|
|
Enable FullText Content Index |
|
|
BOOLEAN | |
Should the system index FullText Content on the resources stored in the repository. See Indexes for more information. | |
|
|
false
|
|
|
|
Enable Indexing of Search Parameters (experimental) |
|
|
BOOLEAN | |
Enables the indexing of token, string, and other search parameters in the Lucene Index. Reindexing could be required. See Indexes for more information. | |
|
|
false
|
|
|
|
Store resource bodies in Lucene (experimental) |
|
|
BOOLEAN | |
Enables storing all data needed to load a resource in the Lucene Index. Reindexing could be required. See Indexes for more information. | |
|
|
false
|
|
|
|
Lucene Indexing Provider |
|
|
ENUM | |
Values |
|
Specifies which provider will be used. See Lucene Providers for information on the available options. | |
|
|
LUCENE_DISK
|
|
|
|
Lucene Indexing Enabled |
|
|
BOOLEAN | |
If enabled, Lucene will be used for indexing (default is disabled). Lucene can be used to provide fulltext searching, and enhances the capabilities of the Smile CDR Terminology Services. | |
|
|
false
|
|
|