Changes between Version 34 and Version 35 of Event/2013/GSoC/TextSearch


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

--

Legend:

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

    v34 v35  
    3434 * Installation details are here: http://eden.sahanafoundation.org/wiki/BluePrint/TextSearch#Pylucene
    3535* Apache Solr
    36  * The installation details are here: http://eden.sahanafoundation.org/wiki/BluePrint/TextSearch#ApacheSolr
     36 * The installation details are here:
     37  * [http://lucene.apache.org/solr/mirrors-solr-latest-redir.html Solr distribution]
     38  * [http://wiki.apache.org/solr/SolrInstall Installation]
     39  * [http://lucene.apache.org/solr/4_3_0/tutorial.html Tutorial]
     40  * Prerequisites:
     41   * Java, at least 1.6
     42   * Unzip the distribution.
     43   * You can, for now, use the setup in the example directory, though this contains sample data that we won't want.
     44   * {{{cd example}}}
     45   * {{{java -jar start.jar}}}
     46   * Open in browser: http://localhost:8983/solr/
    3747 
    3848* Sunburnt