Actions
Task #5930
closedFeature #5810: Implement SOLR-based search
Add a configuration property to turn on/off the indexing processes (SOLR indexing)
Description
So that Metacat installations can decide which (or both) they want to use.
The proposed the property is:
dbquery.enabledEngines=pathquery,solr
The default value is both on.
Related issues
Updated by Jing Tao over 11 years ago
If we removed the "solr" from the engine list, metacat-index will not build index anymore. And the solr query will be disabled as well.
The pathquery hasn't been done yet. Here is the idea: if we turn the "pathquery" off, the building index for both xml_index and xml_path_index will be off. But we need to make sure this will not break the metacat.
Updated by ben leinfelder over 11 years ago
- Subject changed from Add a configuration property to turn on/off the indexing processes (both pathquery indexing and the new SOLR indexing) to Add a configuration property to turn on/off the indexing processes (SOLR indexing)
- Status changed from New to Closed
Actions