Create a core from scratch trough the API

2020-03-25 Thread Thomas Mortagne
olr to copy the configset instead of using it directly but maybe I missed it. Is this use case not possible with Solr Standalone or did I missed something obvious ? My version is too old and there is something in more recent version ? Thanks, -- Thomas Mortagne

Getting org.apache.lucene.document.Field instead of String in SolrDocument#get

2016-01-27 Thread Thomas Mortagne
Hi guys, I have some code using SolrInstance#queryAndStreamResponse and since I moved to Solr 5.3.1 (from 4.10.4) my StreamingResponseCallback is called with a SolrDocument filled with Field instead of the String it used to receive when calling #get('myfield'). Is this expected ? Should I change

Memory issue in merge thread

2014-09-24 Thread Thomas Mortagne
Hi guys, I recently upgraded from Solr 4.0 to 4.8.1. I start it with a clean index (we did some change in the Solr schema in the meantime) and after some time of indexing a very big database my instance is becoming totally unusable with 99% of the heap filled. Then when I restart it it get stuck v