MSO - Search
Intended audience: ANALYSTS DEVELOPERS ADMINISTRATORS
AO Platform: 4.3
Overview
This section contains the configuration options for defining fast search for specific Properties available in the MSO.

User Actions
Expand/Collapse - opens/closes the right-side panel of properties for the MSO field property selected.
Properties
Source & Sink
Label | Description |
---|---|
Data Source Name | The Data Source Name dropdown allows user to select the database name from where the data is retrieved. |
Index Name | The Index Name dropdown allows user to select the name of the index name. |
Use JSON | Enable this property to allow the configuration of remaining properties to be done by typing or pasting in a JSON file into the JSON property. If some remaining properties have already been entered, user will be prompted to confirm to overwrite. |
Shards | The shard is the unit at which Elasticsearch distributes data around the cluster. The speed at which Elasticsearch can move shards around when rebalancing data, e.g. following a failure, will depend on the size and number of shards as well as network and disk performance. |
Replicas | A replica shard is a copy of a primary shard. Replicas provide redundant copies of your data to protect against hardware failure and increase capacity to serve read requests like searching or retrieving a document. |
Refresh (Seconds) | By default, Elasticsearch periodically refreshes indices every second, but only on indices that have received one search request or more in the last 30 seconds. |
ADDITIONAL INDEX PROPERTIES | |
Key | A predefined list of keys that helps configure the Generic data source. Select and configure only the keys that are required to retrieve the data. |
Value | The Value content relating to the Key field selected. |
Properties | |
Name | The Name field is the display name of the data source. |
Data Type | |
Parent | |
Searchable | |
Auto Complete | Not available for Date Data Types. |
Is Category Context | Not available for Date Data Types. |
Copy To Fields | |
Aggregated | Available for String Data Types only. |
Search Field Data Type | Available for String Data Types only. |
Analyzer | The Analyzer parameter specifies the analyzer used for text analysis when indexing or searching a text field. Unless overridden with the Search Analyzer mapping parameter, this analyzer is used for both index and search analysis. See https://www.elastic.co/guide/en/elasticsearch/reference/current/specify-analyzer.html. Available for String Data Types only. |
Search Analyzer | Usually, the same analyzer should be applied at index time and at search time, to ensure that the terms in the query are in the same format as the terms in the inverted index. Sometimes, though, it can make sense to use a different analyzer at search time, such as when using the edge_ngram tokenizer for autocomplete or when using search-time synonyms. By default, queries will use the analyzer defined in the Analyzer property, but this can be overridden with the Search Analyzer. Available for String Data Types only. |
Quote Analyzer | The Quote Analyzer (or Search Quote Analyzer) setting allows you to specify an analyzer for phrases, this is particularly useful when dealing with disabling stop words for phrase queries. See https://www.elastic.co/guide/en/elasticsearch/reference/master/analyzer.html#search-quote-analyzer Available for String Data Types only. |
Term Vector | Term vectors contain information about the terms produced by the analysis process, including:
Available for String Data Types only. |
Additional Properties | Available for String Data Types only. |
Source
Label | Description |
---|---|
Data Source Name | The Data Source Name dropdown allows user to select the database name from where the data is retrieved. |
Index Name | The Index Name field is the display name of the index. |
MAPPING |
|
Update | Clicking the Update button retrieves all the field properties from the data source selected. |
MSO Property | The MSO Property section displays all the fields which are configured for the MSO. |
Elastic Search Field | The Elastic Search Field dropdown allows user to index the contents of each data to make them searchable eg: index, search, stores entire objects, sort, and filter data. |