Changes between Version 20 and Version 21 of Event/2013/GSoC/TextSearch
- Timestamp:
- 07/28/13 12:11:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2013/GSoC/TextSearch
v20 v21 39 39 * The script Attached below installs the dependencies and also configures and installs Apache Solr and Sunburnt[[BR]] 40 40 41 * Enabling text search: 42 -> Uncomment the following line in models/000_config.py 43 {{{ 44 # Uncomment this and set the solr url to connect to solr server for Full-Text Search 45 settings.base.solr_url = "http://127.0.0.1:8983/solr/" 46 }}} 47 41 48 * Asynchronously Indexing and Deleting Documents: 42 mvfkl 43 49 * For enabling 44 50 45 51