Streaming expression in solr doesnot support collection alias

2016-09-08 Thread Tali Finelt
Hi All, We saw there is an open issue regarding this subject: https://issues.apache.org/jira/browse/SOLR-9077 We would very much like to use this feature in our new production version. This issue currently prevents us from using streaming. We were wondering if there is any plan to fix this

Solr date range returns wrong number of results

2016-08-18 Thread Tali Finelt
Hi All, I am using Solr 6 in SolrCloud mode and trying to filter results according to a date range. The date field is defined as following in the managed_schema file: When I run the following query: https://:8983/solr//select?q=date:[2016-08-02T04:43:38Z TO 2016-08-02T05:43:38Z]=10 I get

SolrCloud - Fails to delete documents when some shard is down

2016-03-21 Thread Tali Finelt
Hi, I am using Solr 4.10.2. When one of the shards in my environment is down and fails to recover - The process of deleting documents from other shards fails as well. For example, When running: https://:8983/solr//update?stream.body= *:*=true I get the following error message: No registered

Solr with Tomcat - enabling SSL problem

2015-01-08 Thread Tali Finelt
Hi, I am using Solr 4.10.2 with tomcat and embedded Zookeeper. I followed https://cwiki.apache.org/confluence/display/solr/Enabling+SSL#EnablingSSL-SolrCloud to enable SSL. I am currently doing the following: Starting tomcat Running: ../scripts/cloud-scripts/zkcli.sh -zkhost localhost:9983

Re: Solr with Tomcat - enabling SSL problem

2015-01-08 Thread Tali Finelt
@lucene.apache.org Date: 08/01/2015 05:14 PM Subject:Re: Solr with Tomcat - enabling SSL problem On 1/8/2015 6:25 AM, Tali Finelt wrote: I am using Solr 4.10.2 with tomcat and embedded Zookeeper. I followed https://cwiki.apache.org/confluence/display/solr/Enabling+SSL#EnablingSSL