Skip to content
Jeroen Ticheler edited this page Nov 22, 2013 · 13 revisions

SOLR to replace native Lucene

Use SOLR indexes instead of the current Lucene implementation.

Benefits:

  • Scalability
  • Native Spatial search support instead of using GeoTools
  • Possibly the OR queries of alphanumeric & spatial search criteria can be resolved (required for CSW compliancy)

Challenges:

  • Multilingual indexing and search

References: http://lucene.apache.org/solr/ http://docs.lucidworks.com/display/lweug/Multilingual+Indexing+and+Search

Clone this wiki locally