Re: Lib Directives in SolrConfig when using SolrCloud

2017-01-02 Thread Shawn Heisey
On 1/2/2017 7:07 PM, Bob Cook wrote: > I've create some custom plugin that I put in a lib directory at the > same level as the conf directory for the core which is loaded via the > lib directives in solrconfig.xml /solrdata/CoreName/conf > /solrdata/CoreName/lib /solrdata/CoreName/core.properties

Re: Facet Null Pointer Exception with upgraded indexes

2017-01-02 Thread Damien Kamerman
Try docValues="false" in your v6 schema.xml. You will may need to upgrade again. On 31 December 2016 at 07:59, Mikhail Khludnev wrote: > Hi Andreu, > > I think it can't facet text field anymore per se > https://issues.apache.org/jira/browse/SOLR-8362. > > On Fri, Dec 30, 2016

Lib Directives in SolrConfig when using SolrCloud

2017-01-02 Thread Bob Cook
I've create some custom plugin that I put in a lib directory at the same level as the conf directory for the core which is loaded via the lib directives in solrconfig.xml /solrdata/CoreName/conf /solrdata/CoreName/lib /solrdata/CoreName/core.properties This works great when using Solr. But when

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2017-01-02 Thread Erick Erickson
MRIT has never worked by specifying cores on the command line, it's always been about collections. It reads the data from ZK and then tries to create temporary cores to index into. Eventually, these temporary cores are merged into the final index for the shard. So a couple of wild shots in the

Enabling SSL in solr server. (Single mode or Cloud mode) Getting Errors & How to add parameters to service script.

2017-01-02 Thread Behera, Pranaya P
Hi, I have followed the documentation and executed in a fresh machine to enable the ssl in the server. It is an ec2 instance of centos 7. I have installed solr which is working fine. But as soon as I modify /etc/default/solr.in.sh file to incorporate the ssl related variables, the server