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 n
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 dar
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
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 at 5:07 PM, Andreu
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 T