Changes between Version 20 and Version 21 of Event/2013/GSoC/TextSearch


Ignore:
Timestamp:
07/28/13 12:11:42 (12 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

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

    v20 v21  
    3939 * The script Attached below installs the dependencies and also configures and installs Apache Solr and Sunburnt[[BR]]
    4040
     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
     45settings.base.solr_url = "http://127.0.0.1:8983/solr/"
     46}}}
     47
    4148* Asynchronously Indexing and Deleting Documents:
    42 mvfkl
    43 
     49 * For enabling
    4450 
    4551