Skip to content

Basic example of solr implementation with Springboot rest application

Notifications You must be signed in to change notification settings

ycrathi/ApacheSolrBasicExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ApacheSolrBasicExample

Basic example of solr implementation with Springboot Rest application

Download Apache solr from
-> https://lucene.apache.org/solr/downloads.html
Add Maven Dependecy
-> https://mvnrepository.com/artifact/org.apache.solr/solr-solrj/8.5.0

How to configure solr ?
-> Follow steps https://lucene.apache.org/solr/guide/8_5/solr-tutorial.html
Create collection with name of gettingstarted. After setup everything start apche solr server

Solr Admin UI console
http://localhost:8983

Springboot console
http://localhost:8080

Solr Admin Console
http://localhost:8983/solr/#/gettingstarted/query

Springboot Query's
http://localhost:8080/solr/list
http://localhost:8080/solr/list/1
http://localhost:8080/solr/search/
http://localhost:8080/solr/add/
http://localhost:8080/solr/delete/

About

Basic example of solr implementation with Springboot rest application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages