Re: ConcurrentUpdateSolrClient example?

2017-08-14 Thread Paul Smith Parker
ome > more information about the NPE you're seeing. Could you post the stacktrace > to help others investigate please? > > Best, > > Jason > > On Aug 13, 2017 5:43 AM, "Paul Smith Parker" <paul.smith.par...@gmail.com> > wrote: > >>

ConcurrentUpdateSolrClient example?

2017-08-13 Thread Paul Smith Parker
Hello, I can’t find an example on how to properly instantiate/configure an instance of ConcurrentUpdateSolrClient. I tried this but it gives me a NPE: ConcurrentUpdateSolrClient solrClient = new ConcurrentUpdateSolrClient.Builder(“http://localhost:8389/solr

Architecture: How to commercialise a Solr based application?

2017-08-06 Thread Paul Smith Parker
Hello, I am building a search application based on single core Solr 6.6 server, with an Angular frontend. Between the frontend and the Solr server I am thinking of using a Java backend (this to avoid exposing Solr end points directly to the frontend). I would like to package all those

Re: Architecture: How to commercialise a Solr based application?

2017-08-07 Thread Paul Smith Parker
ony Russell-Rose & Tyler Tate's > Designing the Search Experience and the book I've just co-authored with > Professor Udo Krutschwitz, Searching the Enterprise. > > Really I'm only scratching the surface here, this is potentially a very big > subject! > > Cheers >

Solr 7.6.0 and Java 11: ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')

2019-01-03 Thread Paul Smith Parker
Hello, I am going nuts with an issue I noticed since upgrading to Java 11. What I am using: Java 11 Spring Boot 2.1.1 with spring-boot-starter-data-solr (amongst spring-data-jpa etc) solr-solrj 7.6.0 What I am doing: SolrCrudRepository.saveAll(documents) What I am getting: 2019-01-03