forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
201311solr
Jeroen Ticheler edited this page Nov 22, 2013
·
12 revisions
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
- Spatial operators support. Verify if all spatial operators provided by GeoTools are also available in SOLR.
References:
- Apache SOLR
- Multilingual Indexing and Search
- SOLR Spatial query parameters
- Under development
- Spatial extension
Interest Lars, Bernhard, Paul H, Maria, Jesse, Jeroen