[ANNOUNCE] Apache Gora 0.6.1 Release

2015-09-14 Thread lewis john mcgibbney
Hi All, The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.6.1. What is Gora? Gora is a framework which provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and

Find records with no values in solr.LatLongType fied type

2015-09-14 Thread Kamal Kishore Aggarwal
Hi, I am working on solr 4.8,1. I am trying to find the docs where latlongtype have null values. I have tried using these, but not getting the results : 1) http://localhost:8984/solr/IM-Search/select?q.alt=-usrlatlong:[' ' TO *] 2) http://localhost:8984/solr/IM-Search/select?q.alt=-usrlatlong:[

Re: Solr Join between two indexes taking too long.

2015-09-14 Thread Mikhail Khludnev
Why? It's enough to just open index by Solr 5.3 instance. No need to reindex. On Mon, Sep 14, 2015 at 4:57 PM, Russell Taylor < russell.tay...@interactivedata.com> wrote: > Looks like I won't be able to test this out on 5.3. > > Thanks for all your help. > > Russ. > > -Original Message- >

Strange error message in Solr 5.2.1 log

2015-09-14 Thread Shawn Heisey
Below is a very large error message and associated stacktrace that I can see in the Solr log on a Linux system running version 5.2.1 with Oracle JDK 8u60. This message appeared a bunch of times over the weekend, but does not appear to be happening now. This looks like a low level Lucene error, th

RE: Solr Join between two indexes taking too long.

2015-09-14 Thread Russell Taylor
Looks like I won't be able to test this out on 5.3. Thanks for all your help. Russ. -Original Message- From: Russell Taylor Sent: 11 September 2015 14:00 To: solr-user@lucene.apache.org Subject: RE: Solr Join between two indexes taking too long. It will take a little while to set-up a

Re: Solr Replication sometimes coming in log files

2015-09-14 Thread Upayavira
I bet you have the admin UI open on your second slave. The _=144... is the give-away. Those requests are the admin UI asking the replication handler for the status of replication. Upayavira On Wed, Sep 9, 2015, at 06:32 AM, Kamal Kishore Aggarwal wrote: > Hi Team, > > I am currently working with

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-14 Thread dinesh naik
Hi Upayavira, We have an issue here. The boosting work as expected when we run the query from Admin console: where we pass q and bq param as below. q=(((_query_:"{!synonym_edismax qf='itemname OR itemnumber OR itemdesc' v='HTC' bq='' mm=100 synonyms=true synonyms.constructPhrases=true synonyms.ig

Re: Solr Replication sometimes coming in log files

2015-09-14 Thread Mikhail Khludnev
Hello, I'd say opposite: high load causes long time to respond. 'command=details' is rather cheap and fast _I believe_. On Mon, Sep 14, 2015 at 10:20 AM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Can anybody suggest me something.. > > On Wed, Sep 9, 2015 at 11:02 AM, Kamal Kishore

Re: Solr Replication sometimes coming in log files

2015-09-14 Thread Kamal Kishore Aggarwal
Can anybody suggest me something.. On Wed, Sep 9, 2015 at 11:02 AM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi Team, > > I am currently working with Java-1.7, Solr-4.8.1 with tomcat 7. The solr > configuration has master & slave ( 2 Slaves) architecture. > > > Master & Slave 2 ar

Re: Problem with starting Solr with custom core directories in Solr 5.3.0

2015-09-14 Thread Zheng Lin Edwin Yeo
Is this due to a bug with the code provided by Solr, or is it that I did not configure my configurations in the other parts correctly? Regards, Edwin On 9 September 2015 at 17:46, Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to check, is there any problem with this set of codes from Line > 6