Changes between Version 29 and Version 30 of Event/2013/GSoC/TextSearch


Ignore:
Timestamp:
07/30/13 21:57:06 (12 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2013/GSoC/TextSearch

    v29 v30  
    3838 * The script Attached below installs the dependencies and also configures and installs Apache Solr and Sunburnt[[BR]]
    3939
     40
     41
    4042* Enabling text search:
    4143-> Uncomment the following line in ''models/000_config.py''
     
    4446settings.base.solr_url = "http://127.0.0.1:8983/solr/"
    4547}}}
     48Specify the appropriate IP, like here it is 127.0.0.1[[BR]]
     49If you are running on different machine, then specify that IP accordingly.
     50
    4651
    4752* Asynchronously Indexing and Deleting Documents: