RE: Beginer's questions

2016-06-29 Thread Kostas
Thanks a lot Erick. That was a big help. :) -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Tuesday, June 28, 2016 5:47 PM To: solr-user Subject: Re: Beginer's questions 1> When running in SolrCloud mode the configs live on Zookeeper. When running locall

Solr Cloud 2nd Server Recover Stuck

2016-06-29 Thread Tim Chen
Hi, I need some help please. I am running Solr Cloud 4.10.4, with ensemble ZooKeeper. Server A running Solr Cloud + ZooKeeper Server B running Solr Cloud + ZooKeeper Server C running ZooKeeper only. For some reason Server B is crashed and all data lost. I have cleaned it up, deleted all existi

Re: SimplePostTool: FATAL: IOException while posting data: java.io.IOException: too many bytes written

2016-06-29 Thread Toke Eskildsen
On Tue, 2016-06-28 at 16:42 +, Rajendran, Prabaharan wrote: > Please suggest me which is best way to index(multithreaded) if your > input format is text/csv (file). Last I tried, it was pretty straight forward: Split your CSV in chunks and start about as many separate uploads as you have (real

Re: edismax - Regex query.

2016-06-29 Thread Anil
if I remember it correctly, regex is not supported with Edismax. On 29 June 2016 at 10:11, Modassar Ather wrote: > Hi, > > Any input will be really helpful. > > Regards, > Modassar > > On Tue, Jun 28, 2016 at 9:30 AM, Modassar Ather > wrote: > > > Kindly provide your inputs. > > > > Thanks, >

Re: CDCR (Solr6.x) does not start (logfile)

2016-06-29 Thread Uwe Reh
Hi, trying to get more information, I restarted the SOURCE node and watched the log. For each shard i got following triple: WARN org.apache.solr.handler.CdcrRequestHandler - Action LASTPROCESSEDVERSION sent to non-leader replica @ scoll:shard1 ERROR org.apache.solr.handler.RequestHandlerBa

Re: edismax - Regex query.

2016-06-29 Thread Erik Hatcher
“f.fl.qf” is not a recognized Solr parameter. Please provide the full (debug=true) response from Solr so we can see how the query is being parsed. Erik > On Jun 27, 2016, at 6:41 AM, Modassar Ather wrote: > > Hi, > > I have a qf defined as follows: > > *fl1 fl2 fl3 fl4* > These are

How to create highlight search component using Config API

2016-06-29 Thread Alexandre Drouin
Hi, I'm trying to create a highlight search component using the Config API of Solr 6.0.1 however I cannot figure out how to include the elements fragmenter, formatter, encoder, etc... Let's say I have the following component: 100

Re: error rendering solr spatial in geoserver

2016-06-29 Thread Erick Erickson
There is not nearly enough information here to say anything very helpful. What does your schema look like for this field? What does the input look like? How are you pulling data from geoserver? You might want to review: http://wiki.apache.org/solr/UsingMailingLists Best, Erick On Wed, Jun 29, 20

Re: error rendering solr spatial in geoserver

2016-06-29 Thread tkg_cangkul
hi erick, thx for your reply. i've solve this problem. i got this error when i use solr 6.0.0 so i try to downgrade my solr to version 5.5.0 and it's successfull On 29/06/16 22:39, Erick Erickson wrote: There is not nearly enough information here to say anything very helpful. What does your sc

Re: Solr Cloud 2nd Server Recover Stuck

2016-06-29 Thread Erick Erickson
I'm assuming that 10.1.11.79 is server A here. What this _looks_ like is that you deleted the entire directory here: cr_dev_shard1_replica2 cr_dev_shard2_replica2 but not collection1 on server B. This is a little inconsistent, but I think the collection1 core naming was a little weird with the d

Re: IO Exception : Truncated chunk for WORKER collection for paraller stream Join Query

2016-06-29 Thread Joel Bernstein
Does this log come from the worker node or from the shards? It would be good to see the error logs from the server that this node was talking to when the exception was thrown. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Jun 28, 2016 at 1:06 PM, Roshan Kamble < roshan.kam...@smartstream

Specify sorting of merged streams

2016-06-29 Thread tedsolr
I'm looking at the streaming API as an alternative to post filtering. The first thing I noticed is the restrictions on sorting. If I have two collections, one has the true field data and the other has linked markers, how can I combine them but also provide the sort desired by the end user? collect

Spell check suggestions because of case

2016-06-29 Thread Kalpana
Hello I am getting suggestions for Diabetes as diabetes - even though it brings the same results for both. I used the case filter to no use. Solrconfig default solr.IndexBasedSpellChecker org.apache.solr.spelling.suggest.tst.TSTLookup spell

Re: error rendering solr spatial in geoserver

2016-06-29 Thread David Smiley
For polygons in 6.0 you need to set spatialContextFactory="org.locationtech.spatial4j.context.jts.JtsSpatialContextFactory" -- see https://cwiki.apache.org/confluence/display/solr/Spatial+Search and the example. And of course as you probably already know, put the JTS jar on Solr's classpath. What

Difference in performance of faceting.

2016-06-29 Thread Modassar Ather
Hi, Please help me understand if there is any benefit of using number faceting over String faceting? Thanks, Modassar

Re: edismax - Regex query.

2016-06-29 Thread Modassar Ather
Thanks Anil and Erik for your response. “f.fl.qf” is not a recognized Solr parameter. Please note that in f.fl.qf the fl is just used as an example alias name. f.fl.qf is alias of four fields as defined below for fl1,fl2,fl3 and fl4. This is as per edismax specification. fl1 fl2 fl3 fl4 Please le

Re: edismax - Regex query.

2016-06-29 Thread Modassar Ather
Please read the last example in my previous mail as follows: *Query: fl1:/netw.{0,4}/* "parsedquery_toString": "+fl1:/netw.{0,4}/" Basically the regex query is getting analyzed only for alias fields. Thanks, Modassar On Thu, Jun 30, 2016 at 9:10 AM, Modassar Ather wrote: > Thanks Anil and Er

RE: Solr Cloud 2nd Server Recover Stuck

2016-06-29 Thread Tim Chen
Hi Erick, I have followed your instruction to added as new replica and deleted the old replica - works great! Everything back to normal now. Thanks mate! Cheers, Tim -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thursday, 30 June 2016 1:49 AM To: solr-