Changes between Version 1 and Version 2 of SearchEngine
- Timestamp:
- 02/24/10 11:51:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SearchEngine
v1 v2 23 23 == Tickets == 24 24 25 1 Get a SOLR instance running, using basic config. 26 2 Get indexing and searching working with name and title fields only: 25 1 Get a SOLR instance running, using basic config. 26 27 2 Get indexing and searching working with name and title fields only: 27 28 * Harness one of the three python SOLR libraries to send SOLR Update XML of CKAN Packages (triggered on the command-line). 28 29 * Write tests for SOLR by sending data with SOLR library and using JSON interface for queries. 29 3 Get it working with all package fields, optimising the field descriptions in schema.xml. 30 4 Trigger the indexing sensibly (as decided above). 31 5 Provide option to connect CKAN's search WUI to SOLR back-end. 32 6 CKAN Developer docs - description of how to setup SOLR link and schema.xml. 30 31 3 Get it working with all package fields, optimising the field descriptions in schema.xml. 32 33 4 Trigger the indexing sensibly (as decided above). 34 35 5 Provide option to connect CKAN's search WUI to SOLR back-end. 36 37 6 CKAN Developer docs - description of how to setup SOLR link and schema.xml.