Specifying shards when querying a alias.

2017-07-11 Thread philippa griggs
Hello, Solr 5.4.1 I have two collections ‘Online’ and ‘Offline’ both collections have an implicit router and are sharded into weekly cores (for example an online shard would be Online_20170605). I have created an alias to query both collections called ‘AllData’. I want to query the alias

Re: Returning results for multi-word search term

2017-07-11 Thread Shawn Heisey
On 7/10/2017 1:02 PM, Miller, William K - Norman, OK - Contractor wrote: > > I am trying to return results when using a multi-word term. I am > using “Paddle Arm” as my search term(including the quotes). I know > that the field that I am querying against has these words together. > If I run the

RE: Returning results for multi-word search term

2017-07-11 Thread Miller, William K - Norman, OK - Contractor
I do have my fields as strings not text, so I am going to play around with using the "text". If I continue to have problems, I will post the additional information you are requesting. ~~~ William Kevin Miller ECS Federal, Inc. USPS/MTSC (405) 573-2158 -Original

Re: High disk write usage

2017-07-11 Thread Antonio De Miguel
Thanks Shawn! I will try to change the values of those parameters 2017-07-10 14:57 GMT+02:00 Shawn Heisey : > On 7/10/2017 2:57 AM, Antonio De Miguel wrote: > > I continue deeping inside this problem... high writing rates continues. > > > > Searching in logs i see this:

Re: SolrCloud - Sharing zookeeper ensemble with Kafka

2017-07-11 Thread Ganesh M
Even we use same zookeeper for HBase and SolrCloud with corresponding folder structure. On Tue 11 Jul, 2017 7:01 pm Joe Obernberger, wrote: > Vincenzo - we do this in our environment. Zookeeper handles, HDFS, > HBase, Kafka, and Solr Cloud. > > -Joe > > > On

Collections API Overseer Status

2017-07-11 Thread Webster Homer
Looking at the overseer API call as documented in the Solr Collections API https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-OVERSEERSTATUS:OverseerStatusandStatistics The information returned looks like it could be useful in diagnosing problems with Solrcloud. It

Re: SolrCloud - Sharing zookeeper ensemble with Kafka

2017-07-11 Thread Joe Obernberger
Vincenzo - we do this in our environment. Zookeeper handles, HDFS, HBase, Kafka, and Solr Cloud. -Joe On 7/11/2017 4:18 AM, Vincenzo D'Amore wrote: Hi All, in my test environment I've two Zookeeper instances one for SolrCloud (6.6.0) and another for a Kafka server (2.11-0.10.1.0). My task

Re: Tlogs not being deleted/truncated

2017-07-11 Thread jmyatt
Have you found a solution to this? I'm seeing the same behavior (running solr v6.5.0): - source data center replicates to target just fine - autocommit on Source with openSearcher=false causes tlogs to rollover at a reasonable size - a post-import explicit commit (with the default

Re: Tlogs not being deleted/truncated

2017-07-11 Thread jmyatt
another interesting clue in my case (different from what WebsterHomer is seeing): the response from /cdcr?action=QUEUES reflects what I would expect to see in the tlog directory but it's not accurate. By that I mean tlogTotalSize shows 1500271 (bytes) and tlogTotalCount shows 2. This changes as

Re: Specifying shards when querying a alias.

2017-07-11 Thread Erick Erickson
Maybe shard.keys? See: https://lucidworks.com/2013/06/13/solr-cloud-document-routing/ Best, Erick On Tue, Jul 11, 2017 at 4:24 AM, philippa griggs wrote: > Hello, > > > Solr 5.4.1 > > > I have two collections ‘Online’ and ‘Offline’ both collections have an >

Re: Returning results for multi-word search term

2017-07-11 Thread Erick Erickson
The admin/analysis page is your friend here. Hover over the light gray abbreviations (like "ST") and you'll see what the analysis chain component is that does the transformation. (Standard Tokenizer in this case). I almost always turn off the "verbose" checkbox BTW. In general you only want

RE: Returning results for multi-word search term

2017-07-11 Thread Miller, William K - Norman, OK - Contractor
I used the "copyField" and created a text version of the field that I wanted to search on and am now getting the results I was looking for. Thanks for all your help. ~~~ William Kevin Miller ECS Federal, Inc. USPS/MTSC (405) 573-2158 -Original Message- From:

Re: Cross DC SolrCloud anti-patterns in presentation shalinmangar/cross-datacenter-replication-in-apache-solr-6

2017-07-11 Thread Erick Erickson
bq: if you loose DC1, then your cluster will not be able to recover after DC1 comes back as there will be no clear majority When ZK loses majority, no indexing takes place. So in the case where you have 3 nodes in DC1 and 3 nodes in DC2, _neither_ of them would allow updates if the connection was

Using HTTP and HTTPS at the same time

2017-07-11 Thread Nawab Zada Asad Iqbal
Hi, I am reading a comment on https://cwiki.apache.org/confluence/display/solr/Enabling+SSL which says. Just wanted to check if this is still the same with 6.5? This used to work in 4.5. Shalin Shekhar Mangar Solr does not support

Re: Arabic words search in solr

2017-07-11 Thread mohanmca01
Hi Steve, thank you for your reply, it been quite long time to reply to you back. i have tried what you suggested, and there were some improvements in terms of searching and getting the results. however, the team is facing some difficulty in searching using shortcut of the indexed names which

SolrCloud - Sharing zookeeper ensemble with Kafka

2017-07-11 Thread Vincenzo D'Amore
Hi All, in my test environment I've two Zookeeper instances one for SolrCloud (6.6.0) and another for a Kafka server (2.11-0.10.1.0). My task (for now) is reading from a topic queue from the Kafka instance and then writing all the documents in a Solr Collection. I write here just to ask if in

Re: Tlogs not being deleted/truncated

2017-07-11 Thread Xie, Sean
Please see my previous thread. I have to disable buffer on source cluster and a scheduled hard commit with scheduled logscheduler to make it work. -- Thank you Sean From: jmyatt > Date: Tuesday, Jul 11, 2017, 1:56 PM To: solr-user@lucene.apache.org