Re: Unable to update config file using zkcli or RELOAD

2015-04-04 Thread Shai Erera
I was looking into a similar issue when I saw this thread. I wrote a simple test which uploads a configuration to ZK, creates a collection and indexes a document. Then I delete the configuration and I see these in the logs, which is expected: 6299 [Thread-13] INFO org.apache.solr.cloud.ZkControll

Re: DOcValues

2015-04-04 Thread William Bell
Thank you. This is very understandable. I heard the Strings limitation for DocValues goes away in 5.0? On Fri, Apr 3, 2015 at 2:35 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Fri, Apr 3, 2015 at 12:52 PM, Toke Eskildsen > wrote: > > > Shalin Shekhar Mangar wrote: > > > The

Re: sort on facet.index?

2015-04-04 Thread William Bell
Yonik, Are you supporting enum/fc/fcs? Or native lucene faceting? On Thu, Apr 2, 2015 at 10:28 AM, Yonik Seeley wrote: > On Thu, Apr 2, 2015 at 10:25 AM, Ryan Josal wrote: > > Sorting the result set or the facets? For the facets there is > > facet.sort=index (lexicographically) and facet.sor

Facet

2015-04-04 Thread William Bell
We increased our number of terms (String) in a facet by 50,000. Now we are getting an error when we facet by this field - so we switched it to facet.method=enum, and now the results come back. However, when we put it into production we literally hit a wall (CPU went to 100% for 16 cores) after abo

Re: solr query latency spike when replicating index

2015-04-04 Thread wei
seems "sar" is not installed. This is product machine, so I can't install it. We use ssd, and the gc throughput is about 95.8. We already throttle the replication to below 20M. We also have enough memory to hold both the jvm and index in memory. I am not sure when replicating the index, if both in

Re: Example of sorting by custom function

2015-04-04 Thread Robert Krüger
Thanks a lot! Robert On Fri, Apr 3, 2015 at 5:34 PM, david.w.smi...@gmail.com < david.w.smi...@gmail.com> wrote: > ValueSourceParser — yes. You’ll find a ton of them in Solr to get ideas > from. > > In your example you forgot the “asc” or “desc”. > > ~ David Smiley > Freelance Apache Lucene/Sol

Re: Solr -indexing from csv file having 28 cols taking lot of time ..plz help i m new to solr

2015-04-04 Thread Swaraj Kumar
I am not sure but the following regex have worked for me in JAVA. Kindly check with your's one. ([^\x01])\x01([^\x01])\x01..([^\x01])$ Thanks, Swaraj

Re: Solr -indexing from csv file having 28 cols taking lot of time ..plz help i m new to solr

2015-04-04 Thread Toke Eskildsen
avinash09 wrote: > Thanks Toke , nice explanation , i have one more concern instead of comma > separated my columns are ^A separated how to deal ^A ?? I am really not proficient with control characters and regexp. If ^A is Start Of Heading, which has ASCII & unicode character 1, my guess is that

Re: multi core faceting

2015-04-04 Thread Aman Tandon
> > Your message history on this list mentions SolrCloud quite frequently, > but your message specifically says "cores" ... which would tend to mean > that it's NOT SolrCloud. I am trying to implement solr cloud, but there is lot to test before implementation. And on our live servers we are using

Re: Solr -indexing from csv file having 28 cols taking lot of time ..plz help i m new to solr

2015-04-04 Thread avinash09
Thanks Toke , nice explanation , i have one more concern instead of comma separated my columns are ^A separated how to deal ^A ?? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-indexing-from-csv-file-having-28-cols-taking-lot-of-time-plz-help-i-m-new-to-solr-tp4196904p

Re: Measuring QPS

2015-04-04 Thread Siegfried Goeschl
Hi Dan, I’m using JavaMelody for my SOLR production servers - gives you the relevant HTTP stats (what’s happening now & historical data) plus JVM monitoring as additional benefit. The servers are deployed on Tomcat so I’m of little help regarding Jetty - having said that * you need two Jars (j

Re: Solr -indexing from csv file having 28 cols taking lot of time ..plz help i m new to solr

2015-04-04 Thread Swaraj Kumar
I have used the following and it works very fast in DIH solr-5.0 You can try this for getting groupNames from regex. Regards, Swaraj Kumar Senior Software Engineer I MakeMyTrip.com +91-9811774497