Re: Issue with getting highlight with hl.maxAnalyzedChars = -1

2013-05-12 Thread Dmitry Kan
You didn't say, what is exactly going weird.. On Fri, May 10, 2013 at 2:19 PM, meghana wrote: > I am facing one weird issue while setting hl.maxAnalyzedChars to -1 to > fetch > highlight for some random records, for other records its working fine. > > Below is my solr query > > http://localhost

Re: Looking to see if solrj 3.5 could be used with solr server 4.2.1

2013-05-12 Thread Robert J. Haschart
Peter, In the work I have done for the project SolrMarc, which various sites use to index Marc records into Solr. It ships as a binary version that includes a slightly modified version of solrj 3.5, which it uses to communicate with whatever version of solr that site uses. It can operate wi

RE: Looking to see if solrj 3.5 could be used with solr server 4.2.1

2013-05-12 Thread Lee, Peter
Michael, Thanks for the information. We are tracking down an issue now that might be related...but we are far from having determined that yet. Either way I'll let you know how it turns out. -Original Message- From: Michael Sokolov [mailto:msoko...@safaribooksonline.com] Sent: Sunday, M

Re: MultiValue

2013-05-12 Thread manju16832003
Hi All, I wanted to achieve something similar [ { "last_name" : "jain", "training_skill":["c", "c++", "php,java,.net"] }] [{"person_id" : "111", "documents" : ["doc_1","doc_2","doc_3","doc4,doc5,doc6"]}] Meaning one person could have more than one document. how do we need to write the query, an

RE: Looking to see if solrj 3.5 could be used with solr server 4.2.1

2013-05-12 Thread Lee, Peter
Shawn, Thanks for the feedback. I did read carefully through your thread before I posted as it looked close...but as you say..."backwards"...to what we are trying to do. Fortunately for us, "commit" doesn't enter the picture. Our index at runtime is effectively "read only," and the indexing a

Re: Solr - Best Java Combination for performance?

2013-05-12 Thread Otis Gospodnetic
Hi, These days I get to see which Java people run not only through consulting clients at Sematext, but also because a lot of Solr, ES, etc. people are using our performance monitoring service. When they send us info about their systems I get to see which Java they are running and these days I am

Re: Exceptions on startup & shutdown for solr 4.3 on Tomcat 7

2013-05-12 Thread Manuel Le Normand
Ok! Will check eventually if it's an ACE issue and will upload the stack trace in case something else is throwing theses exceptions... Thanks meanwhile On Mon, May 13, 2013 at 12:11 AM, Shawn Heisey wrote: > On 5/12/2013 2:37 PM, Manuel Le Normand wrote: > > The upgrade from 4.2.1 to 4.3 on To

Re: Exceptions on startup & shutdown for solr 4.3 on Tomcat 7

2013-05-12 Thread Shawn Heisey
On 5/12/2013 2:37 PM, Manuel Le Normand wrote: > The upgrade from 4.2.1 to 4.3 on Tomcat 7 didn't go successfully, and I get > many exceptions I didn't see in the earlier version. The services on > different servers are up, I can access admin UI, create collections etc. > but service startup and sh

Test Scenarios For Solr/SolrCloud?

2013-05-12 Thread Furkan KAMACI
I am writing test scenarios for Solr and SolrCloud. I know Solr has built-in test but I want to document it and give scenarios to test team. Here is what I think: * Response time test with SolrMeter * When a query occurs does it occurs at log (this maybe extended what happens at log when what hap

Re: Looking to see if solrj 3.5 could be used with solr server 4.2.1

2013-05-12 Thread Michael Sokolov
On 5/11/2013 11:36 PM, Lee, Peter wrote: If you have any information regarding whether or not this might work (as in "yeah, we did that and it worked okay"...or..."no, that won't work because protocol XYZ changed between versions and ") I would appreciate it. As stated above, simple cases using