Search backend¶
Searching in Vidispine is implemented using either Solr or Elasticsearch (New in 4.10.) as the backend. This allows functionality such as boolean operators, faceted searching, term highlighting, search term suggestions, etc.
Solr¶
Solr is the default search backend. It supports all features and works with both standalone Solr and SolrCloud.
Elasticsearch¶
New in version 4.10.
Requirements¶
- Elasticsearch 5.6.x, 6.0.x, 6.1.x, and 6.2.x.
- The analysis-icu plugin needs to be installed. If you are using Amazon Elasticsearch Service, this plugin is already installed.
- Make sure to configure the search backend and that either
the search backend URL or the
elasticsearchPathproperty is set properly. - Run
vidispine elasticsearch initto initialize Elasticsearch. If an Elasticsearch instance is initialized already, the initialization will not create a new index, unless the--recreateargument is used when initializing. - Running
vidispine elasticsearch checkcan be used to check if Elasticsearch is active already or should be initialized. (New in 4.13.)
Limitations¶
The search interface is the same compared to using Solr (both syntactically and semantically), except that:
- Collection-item join is not yet supported.
- The
noescapeoption in the “version 1” search document is not supported.