Skip to content

Latest commit

 

History

History
 
 

spring-solr-repository-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
#################################################################################
#                                                                               # 
#    In order to run this example a solr 4.1 server has to be available.        #            
#    You may download it from the solr website http://lucene.apache.org/solr    #
#                                                                               #
################################################################################# 
   
### Installing Solr  ####
1. Get solr
   download: http://www.apache.org/dyn/closer.cgi/lucene/solr/4.1.0
   
2. Start solr server
   extract: unarchive to destination directory
   open: <your solr installation directory>/example/
   type: java -jar start.jar
   verify: http://localhost:8983/solr/

### Running the example ###
1. With Maven
   type: mvn failsafe:integration-test

2. With Eclipse
   press: Alt+Shift+X,T