Changes between Version 72 and Version 73 of BluePrint/TextSearch


Ignore:
Timestamp:
07/20/13 12:03:15 (12 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/TextSearch

    v72 v73  
    416416== Apache Solr ==
    417417
    418 * Prerequisites: [[BR]]
    419 
    420 -> Java OpenJDK or Oracle Sun JDK[[BR]]
    421 -> GCC comipler( sudo apt-get install gcc g++ )[[BR]]
    422 
    423 -> Get the source from here: [[BR]]
    424 http://www.bizdirusa.com/mirrors/apache/lucene/solr/4.3.0/
    425 [[BR]]
    426 Unzip the folder to a directory.
    427 
    428 [[BR]]
    429 That's all its needed :)
    430 
    431 [[BR]][[BR]]
    432 Links:  http://lucene.apache.org/solr/4_3_0/tutorial.html
     418[http://lucene.apache.org/solr/mirrors-solr-latest-redir.html Solr distribution]
     419
     420[http://wiki.apache.org/solr/SolrInstall Installation]
     421
     422[http://lucene.apache.org/solr/4_3_0/tutorial.html Tutorial]
     423
     424Prerequisites:
     425
     426* Java, at least 1.6
     427
     428Not sure this is needed:
     429
     430* GCC compiler: {{{sudo apt-get install gcc g++}}}
     431
     432Briefly:
     433
     434* Unzip the distribution.
     435* You can, for now, use the setup in the example directory, though this contains sample data that we won't want.
     436* {{{cd example}}}
     437* {{{java -jar start.jar}}}
     438* Open in browser: http://localhost:8983/solr/
     439
     440Eden configuration changes:
    433441
    434442----
    435443BluePrint
     444BluePrint