Skip to content

bartvanremortele/hibernate_search_solr_integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

hibernate_search_solr_integration

Example of how to integrate hibernate search and solr together.
All you need to do is:

`
        
        
        
        
        
        
`
* Comment the predefined fields name, id and comment in schema.xml file  
* Remove the elevate.xml file from X/example/solr/collection1/conf (it preloads bad data)  
* go to X/example and run java -jar start.jar  
* mvn install (in the project's folder)  
* Now you need to run the PersonCRUDMain program (mvn exec:java) and go check the solr document at http://localhost:8983/solr/#/collection1/query  
* You can change the wt parameter to json to see the results in a more clear format.  
Enjoy,  
  Avner  

About

Example of how to integrate hibernate search and solr together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published