Lucene FullText Indexing
The Lucene FullText Indexing configuration category includes the following configurable options:
Lucene Indexing Enabled
Lucene Indexing Provider
Enable Terminology Index
Enable FullText Content Index
Lucene Index Directory
FullText Index Delay (Secs)
FullText Indexing Pass Size
ElasticSearch URL
ElasticSearch URL protocol. Either http or https
ElasticSearch Username
ElasticSearch Password
|
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
|
|
|
|
Lucene Indexing Provider |
|
|
ENUM | |
Values |
|
Specifies which provider will be used. See Lucene Providers for information on the available options. | |
LUCENE_DISK
|
|
|
|
Enable Terminology Index |
|
|
BOOLEAN | |
Should the system index terminology (i.e. CodeSystem) content in the Lucene Index. See Indexes for more information. | |
true
|
|
|
|
Enable FullText Content Index |
|
|
BOOLEAN | |
Should the system index FullText Content on the resources stored in the repository. See Indexes for more information. | |
false
|
|
|
|
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) | |
|
|
FullText Index Delay (Secs) |
|
|
POSITIVE_INTEGER | |
Specify how long to wait after a resource is updated before beginning a fulltext index pass across the cluster. This setting is necessary in order to prevent errors caused by clock skew between nodes in the cluster. | |
10
|
|
|
|
FullText Indexing Pass Size |
|
|
POSITIVE_INTEGER | |
The number of resources to index in a single fulltext indexing pass. | |
100
|
|
|
|
ElasticSearch URL |
|
|
STRING | |
The connection URL to use for connections to the ElasticSearch cluster. | |
http://localhost:9090
|
|
|
|
ElasticSearch URL protocol. Either http or https |
|
|
STRING | |
Whether the server to be connected to uses http or https. | |
http
|
|
|
|
ElasticSearch Username |
|
|
STRING | |
The username to use for connections to the ElasticSearch cluster. | |
(no default) | |
|
|
ElasticSearch Password |
|
|
PASSWORD | |
The password to use for connections to the ElasticSearch cluster. | |
(no default) | |
|