Software.Development
  • Home
  • Projects
  • About
  • Privacy Policy
Sign in Subscribe

solr

A collection of 2 posts
Using spring-data-solr with configurable Solr core
solr

Using spring-data-solr with configurable Solr core

Developing Java applications accessing data from Solr [http://lucene.apache.org/solr/] is easier with spring-data-solr [https://docs.spring.io/spring-data/solr/docs/current/reference/html/]. You can just use Repository interfaces, auto generated findBy... methods or @Query [https://docs.spring.io/spring-data/solr/docs/current/reference/html/#repositories.query-methods.
Aug 21, 2018 1 min read
solr Featured

Solr 4 packaged with logging libraries

The Solr 4 web archive (war) does not ship with logging libraries any more. So everyone who want to deploy it into a container have to either include the logging libraries in the classpath of the container or repackage the solr with the logging libraries. I assume there are hundreds
Aug 15, 2015 1 min read
Page 1 of 1
Software.Development © 2023
Powered by Ghost