Re: uniquekey generation in solr

2013-12-14 Thread Gora Mohanty
On 15 December 2013 07:22, gpssolr2020 wrote: > > hi all, > > We are generating unique key(signaturefield) for solr based six unique > fields from DB. The generated uniquekey is different in solr , when run > through dataimport handler and updaterequesthandler for the same document > though we are

Re: Apache Curator integration

2013-12-14 Thread Mark Miller
As you can see by all the bugs introduced by the recent large scale refactorings around core container, the tests will not prevent this. SolrCloud is even worse in this regard - many things are difficult to test or rely on timing or this or that. We could use way more tests than we have and even

uniquekey generation in solr

2013-12-14 Thread gpssolr2020
hi all, We are generating unique key(signaturefield) for solr based six unique fields from DB. The generated uniquekey is different in solr , when run through dataimport handler and updaterequesthandler for the same document though we are calling the same update.chain for both. So can any one ple

Re: Apache Curator integration

2013-12-14 Thread Alan Woodward
On 14 Dec 2013, at 19:58, Mark Miller wrote: > I’ve looked at it over the years, but honestly, for most things, I don’t > think switching would help much other than rewrite code that has been fairly > hardened with fresh code that is just likely to introduce new bugs. Well, that's what our com

Re: Apache Curator integration

2013-12-14 Thread Mark Miller
I’ve looked at it over the years, but honestly, for most things, I don’t think switching would help much other than rewrite code that has been fairly hardened with fresh code that is just likely to introduce new bugs. Targeted use of it for specific things could make sense, but that’s the type o

Re: Unknow Query exception

2013-12-14 Thread Jack Krupansky
Yes, it is true that empty nested queries are not supported - your empty parentheses. The exception is simply indicating that a right parenthesis is not permissible immediately after a left parenthesis. What effect were you trying to achieve? Or was that just a typo on your part? An empty to

Apache Curator integration

2013-12-14 Thread Alan Woodward
Evening all, I discovered the Apache Curator project yesterday (http://curator.apache.org/index.html), which seems to make interaction with Zookeeper much easier. What do people think about using it for SolrCloud? In particular, the LeaderLatch, Barrier and NodeCache recipes would make the O

Re: Solr 4.4.0 on hadoop 2.2.0

2013-12-14 Thread Mark Miller
Hmm…I think we shipped 4.4.0 on a pre hadoop 2.2.0 version? I’d assume that is the problem - for instance, the goog protobuf lib prob has to be updated to match what’s expected by 2.2.0 at the least if I remember right. - Mark On Dec 13, 2013, at 4:41 AM, javozzo wrote: > Hi, > I'm new in So

Re: [Solr Wiki] Your wiki account data

2013-12-14 Thread Steve Rowe
Hello madeinch, Please see the Apache Public Forum Archive Policy - instructions for archive modification are at the bottom of the page (read the rest of the page first, though): http://www.apache.org/foundation/public-archives.html Steve

Unknow Query exception

2013-12-14 Thread Cool Techi
I am seeing the following exception in solr logs after regular intervals, we are not firing any query to have such error, what could be causing this? ERROR - 2013-12-14 05:35:52.722; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: org.apache.solr.search.Synt

Re: [Solr Wiki] Your wiki account data

2013-12-14 Thread madeinch
Hello, Could you please remove completely this thread? Thank you -- View this message in context: http://lucene.472066.n3.nabble.com/Fwd-Solr-Wiki-Your-wiki-account-data-tp4104901p4106728.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: [ContentStreamUpdateRequest] POST Http Request header

2013-12-14 Thread Alessandro Benedetti
I copy here this information as well. Another detail that comes to my mind is that the SolrServer used to process the request is *CloudSolrServer.* I will check the implementation of the method. 2013/12/14 Alessandro Benedetti > Thank you Raymond, > so what's wrong in the code ? > Who is respon

Re: [ContentStreamUpdateRequest] POST Http Request header

2013-12-14 Thread Alessandro Benedetti
Thank you Raymond, so what's wrong in the code ? Who is responsible to decide if that params will go to the Header or in the body? Which is the "library I am using" you quoted ? I am using that objects from SolrJ API library. 2013/12/13 Raymond Wiker > I think you're wrong about this; both the

Re: CollapsingQParserPlugin scores incorrectly in Solr 4.6.0 when multiple sort criteria are used

2013-12-14 Thread Umesh Prasad
Thanks a lot Joel .. For now I have taken it from trunk and verified the patched code works fine .. On Thu, Dec 12, 2013 at 9:21 PM, Joel Bernstein wrote: > Hi, > > This is a known issue resolved in SOLR-5408. It's fixed in trunk and 4x and > if there is a 4.6.1 it will be in there. If not