| 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 | |
| | 424 | Prerequisites: |
| | 425 | |
| | 426 | * Java, at least 1.6 |
| | 427 | |
| | 428 | Not sure this is needed: |
| | 429 | |
| | 430 | * GCC compiler: {{{sudo apt-get install gcc g++}}} |
| | 431 | |
| | 432 | Briefly: |
| | 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 | |
| | 440 | Eden configuration changes: |