Changes between Version 29 and Version 30 of Event/2013/GSoC/TextSearch
- Timestamp:
- 07/30/13 21:57:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2013/GSoC/TextSearch
v29 v30 38 38 * The script Attached below installs the dependencies and also configures and installs Apache Solr and Sunburnt[[BR]] 39 39 40 41 40 42 * Enabling text search: 41 43 -> Uncomment the following line in ''models/000_config.py'' … … 44 46 settings.base.solr_url = "http://127.0.0.1:8983/solr/" 45 47 }}} 48 Specify the appropriate IP, like here it is 127.0.0.1[[BR]] 49 If you are running on different machine, then specify that IP accordingly. 50 46 51 47 52 * Asynchronously Indexing and Deleting Documents: