Re: Solrcloud with Zookeeper in production

2015-11-27 Thread Mugeesh Husain
Thanks Eric, I have successfull setup solrcloud setup with zookeeper. everything is working fine, i am little bit confuse. where is the location of solrconfig.xml,schema.xml files. i mean where i define schema for different-2 core. Still i unable to find location of configuration files ? --

Re: Facet count mismatch between solr simple facet and Json facet API.

2015-11-27 Thread Yonik Seeley
Are you using SolrCloud / distributed search? https://issues.apache.org/jira/browse/SOLR-7452 -Yonik On Fri, Nov 27, 2015 at 10:11 AM, Vishnu Mishra wrote: > Hi > > I am using solr 5.3.1 in my application. I have indexed field named given > below : > > multiValued="true"

RE: Spellcheck on first character

2015-11-27 Thread Markus Jelsma
Hi - this is default behaviour, see https://lucene.apache.org/core/4_1_0/suggest/org/apache/lucene/search/spell/DirectSpellChecker.html#setMinPrefix%28int%29 lucky for you it is configurable via Solr:

Re: Facet count mismatch between solr simple facet and Json facet API.

2015-11-27 Thread Mikhail Khludnev
did you try to find two absent values? what is you supply them as fq=Title:(val64 val65)? On Fri, Nov 27, 2015 at 6:11 PM, Vishnu Mishra wrote: > Hi > > I am using solr 5.3.1 in my application. I have indexed field named given > below : > > multiValued="true"

Re: Spellcheck on first character

2015-11-27 Thread Alessandro Benedetti
Hi Ryan, "eappointment" has a Leveinstein distance of 1 edit from "appointment" ( 1 insertion) . There's should be any problem to provide that suggestion, as the solr spellcheck supports up to 2 edits as a maximum distance. Cheers On 27 November 2015 at 03:41, Ryan Yacyshyn

Re: SolrCloud Shard + Replica on Multiple servers with SolrCloud

2015-11-27 Thread Upayavira
Why are you running multiple instances on the same host? You can host your two replicas inside the same Solr instance. Also, you should not concern yourself (too much) with which node is the leader as that can change through time. How have you come to the conclusion that you need to shard?

Re: Spellcheck on first character

2015-11-27 Thread Ryan Yacyshyn
hmm.. I must be missing something then. I do get spelling suggestions if I make a mistake anywhere *after* the first character (eg: apointment or apppointment or apppointmenz). But if there's only an additional character in front, I get nothing back. Have you tried this? I did try an online

Re: Solrcloud with Zookeeper in production

2015-11-27 Thread Brian Narsi
solrconfig.xml, schema.xml are all loaded into the zookeeper. You can view the files loaded into zookeeper by clicking on Cloud on the home page of SolrCloud and then navigating to config folder. Below is a summary of steps to creating a collection: 1) Load the configuration files into

RE: SolrCloud Shard + Replica on Multiple servers with SolrCloud

2015-11-27 Thread Adrian Liew
Hi Upaya, I am trying to setup a 3 shard 3 server setup with a replication factor of 2 with SolrCloud 5.3.0. In particular trying to follow this setup described in this blog: http://lucidworks.com/blog/2014/06/03/introducing-the-solr-scale-toolkit/ Correction to description below: EC2

Boosting Question & Parser Selection

2015-11-27 Thread Josh Collins
All, I have a few questions related to boosting and whether my use case makes sense for Dismax vs. the standard parser. I have created a gist of my field definitions and current query structure here: https://gist.github.com/joshdcollins/0e3f24dd23c3fc6ac8e3 With the given configuration I am

Re: Spellcheck on first character

2015-11-27 Thread Ryan Yacyshyn
Thanks Markus, missed that. I'll try it out. On Sat, 28 Nov 2015 at 00:47 Markus Jelsma wrote: > Hi - this is default behaviour, see > https://lucene.apache.org/core/4_1_0/suggest/org/apache/lucene/search/spell/DirectSpellChecker.html#setMinPrefix%28int%29 > lucky

Re: Solrcloud with Zookeeper in production

2015-11-27 Thread Mugeesh Husain
thanks narsi, could you share some link for configuring these config files -- View this message in context: http://lucene.472066.n3.nabble.com/Solrcloud-with-Zookeeper-in-production-tp4242162p4242543.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Error on DIH log

2015-11-27 Thread Midas A
Please reply . On Fri, Nov 27, 2015 at 12:51 PM, Midas A wrote: > Following is my DIH config > > > row.get('COLcolor_col').trim().toLowerCase().replace('/',' or ').replace( > '&','and').replace(':','').replace(' ','_'); var

Facet count mismatch between solr simple facet and Json facet API.

2015-11-27 Thread Vishnu Mishra
Hi I am using solr 5.3.1 in my application. I have indexed field named given below : And then using solr json facet API for faceting. But it seems that json facet API produce less and incorrect result counts than simple solr facet. The json facet request which I am doing is as below:

Re: Facet count mismatch between solr simple facet and Json facet API.

2015-11-27 Thread Alexandre Rafalovitch
This is not quite enough information without seeing real data, I suspect. What do you get in the Admin Schema screen when you load the term counts? As a completely random poke-in-the-dark, do you by any chance get the same value more than once for the same record's multiValued field? I could see

SolrCloud Shard + Replica on Multiple servers with SolrCloud

2015-11-27 Thread Adrian Liew
Hi all, I am trying to figure out how to setup 3 shard 3 server setup with a replication factor of 2 with SolrCloud 5.3.0. In particular trying to follow this setup described in this blog: http://lucidworks.com/blog/2014/06/03/introducing-the-solr-scale-toolkit/ EC2 Instance 1 Shard 1 -