updated search_api, search_api_solr_override, imce

This commit is contained in:
2019-05-14 11:01:58 +02:00
parent dc39ddbbea
commit 2e69e3fd4c
41 changed files with 1383 additions and 140 deletions

View File

@@ -31,9 +31,9 @@ Terms as used in this module.
Sphinx or any other professional or simple indexing mechanism. Takes care of
the details of all operations, especially indexing or searching content.
- Server:
One specific place for indexing data, using a set service class. Can
e.g. be some tables in a database, a connection to a Solr server or other
external services, etc.
One specific place for indexing data, using a specific service class. For
example this could be some tables in a database, a connection to a Solr server
or other external services, etc.
- Index:
A configuration object for indexing data of a specific type. What and how data
is indexed is determined by its settings. Also keeps track of which items