Re: Expressing "not equals" in Block Join Parent Query

2017-04-06 Thread Zheng Lin Edwin Yeo
Thanks for your reply. Meaning there is still a need to include accountNo_s:* before we put the "not equals" parameters? Regards, Edwin On 6 April 2017 at 15:49, Mikhail Khludnev wrote: > &fq={!parent which="contentType_s:Header"}accountNo_s:* -accountNo_s > :"123456" > > 05 апр. 2017 г. 21:4

Re: clusterstate.json not updated in zookeeper after creating the collection using API

2017-04-06 Thread Erick Erickson
clusterstate.json is a remnant of when all collection information was held in that node. It should always be empty currently. The state for the collection should be in collections>>collection_name1>>state.json collections>>collection_name2>>state.json and so on. Best, Erick On Thu, Apr 6, 2017

clusterstate.json not updated in zookeeper after creating the collection using API

2017-04-06 Thread Xie, Sean
Hi I created collection in a SolrCloud cluster (6.3.0), but found the clusterstate.json is not updated in zookeeper. It’s empty. I’m able to query cluster state using API: admin/collections?action=CLUSTERSTATUS&wt=json Any reason why clusterstate.json is not updated? Thanks Sean Confidential

Re: Solr 6.4.1 Issue

2017-04-06 Thread Mikhail Khludnev
Hello, I can't understand what does actually means "everything was ok > but when the solr finish fetching data from database it *can't stop* running > full import command and continue trying to fetch another data.". Islam, How do you know that it finishes fetching the data? Are you sure that there

Re: Possible bug

2017-04-06 Thread Steve Rowe
Thanks for reporting. This was fixed by , which will be included in forthcoming Solr 6.5.1. -- Steve www.lucidworks.com > On Apr 6, 2017, at 12:54 PM, OTH wrote: > > I'm not sure if any one else had this problem, but this is a problem I had: >

Possible bug

2017-04-06 Thread OTH
I'm not sure if any one else had this problem, but this is a problem I had: I'm using Solr 6.4.1, on Windows, and when would run 'bin\solr delete -c ', it wouldn't work properly. It turned out it was because there was a space character which shouldn't have been there at the end of line 1380 in th

Re: Solr 6.4.1 Issue

2017-04-06 Thread Shawn Heisey
On 4/3/2017 9:55 AM, Islam Omar wrote: > I have a trouble problem when doing *full import in solr 6.4.1 using MySQL > DB , the problem is : * > > i need to create 1 core which will be around 9,500,000 documents , when i > do full import with *batchSize* *= -1* in datasource , everything was ok > b

SolrCloudProxy

2017-04-06 Thread Florian Gleixner
Hi, i created a Solr Cloud Proxy. Its intention is to provide a real cloud connection to clients that are not cloud-aware. Since SolrJ is Java only, this is true for almost all clients, that are written in other languages. https://gitlab.lrz.de/a2814ad/SolrCloudProxy It is not very much tested a

SOLR 4.10.3 - Replication for DR strategy

2017-04-06 Thread Muhammad Imad Qureshi
I know this is a very old version and we are working to upgrade this to SOLR 5.5. In the meantime, We also know how to do the replication by copying indexed data from the file system. Currently on prod a particular shard (shard1/replica1) has a directory called “/core_node_97”. When we move data

Where does the value for ${dih.delta.id} come from exactly?

2017-04-06 Thread Mathias
Hello, I'm trying to write the data config for our dataimporthandler, from postges database to solr. In many tables we use a bytea as pk and for this tables the value returned from ${dih.delta.id} looks like '[B@3bbd583d' and I get an query exception at [. Does someone know how to work with thi

Re: Solr Index size keeps fluctuating, becomes ~4x normal size.

2017-04-06 Thread Toke Eskildsen
On Thu, 2017-04-06 at 16:30 +0530, Himanshu Sachdeva wrote: > We monitored the index size for a few days and found that it varies > widely from 11GB to 43GB.  Lucene/Solr indexes consists of segments, each holding a number of documents. When a document is deleted, its bytes are not removed immedia

Solr Index size keeps fluctuating, becomes ~4x normal size.

2017-04-06 Thread Himanshu Sachdeva
Hi all, We use solr in our website for product search. Currently, we have 2.1 million documents in the products core and these documents each have around 350 fields. >90% of the fields are indexed. We have this master instance of solr running on 15GB RAM and 200GB drive. We have also configured 10

Re: Expressing "not equals" in Block Join Parent Query

2017-04-06 Thread Mikhail Khludnev
&fq={!parent which="contentType_s:Header"}accountNo_s:* -accountNo_s :"123456" 05 апр. 2017 г. 21:47 пользователь "Zheng Lin Edwin Yeo" < edwinye...@gmail.com> написал: > Hi, > > Is there any way which we can express not equals in Block Join Parent > Query? > > For example, I want to find account