How to exclude stop words in spellcheck collations

2017-07-16 Thread Naveen Pajjuri
Hi, Is there any way i can exclude stop words from the collations and sugesstions from spell check component ? Regards, Naveen Pajjuri.

Re: Issue faced while re-starting solr 6.1.0 after cleaning zk data.

2016-08-07 Thread Naveen Pajjuri
Here sample is the name of my collection. Thanks On Sun, Aug 7, 2016 at 3:10 PM, Naveen Pajjuri wrote: > Hi, > I'm trying to move to solr-6.1.0. it was working fine and i cleaned up zk > data (version folder) and restarted solr and zookeeper. I started gettin

Issue faced while re-starting solr 6.1.0 after cleaning zk data.

2016-08-07 Thread Naveen Pajjuri
Hi, I'm trying to move to solr-6.1.0. it was working fine and i cleaned up zk data (version folder) and restarted solr and zookeeper. I started getting this error. - *sample_shard1_replica1:* org.apache.solr.common.cloud.ZooKeeperException:org.apache.solr.common.cloud.ZooKeeperException: Sp

custom field types in solr 6.1.0

2016-08-02 Thread Naveen Pajjuri
Hi, Im trying to move from 4.10.4 to 6.1.0. I want to define and use custom field types. but i read that its not advisable to modify managed-schema file. how do i create custom field types ?? Thanks in advance, Naveen Reddy

CloudSolrServer instead of httpSolrServer

2016-07-30 Thread Naveen Pajjuri
Hi, While sending updates to solr cloud i randomly send updates to one of the node (in my cloud) directly using httpSolrServer. if i use cloudSolrServer (by passing zk ip's), instead of httpSolrServer can i expect any improvment in performance. my baisc question is how does updates propagate when

Sorting in solr

2016-07-11 Thread Naveen Pajjuri
Hi, If i apply some sorting order on solr. when are the Documents sorted. 1. are documents sorted after fetching the results ? 2. or we get sorted documents ? Regards, Naveen

CloudSolrServer with multiple zookeeper cluster setup.

2016-07-06 Thread Naveen Pajjuri
Hi, In our production we have a solr cloud setup with zookeeper cluster setup. I want to shift to CloudSolrServer from httpsolrserver is there any way to specify all the ip addresses of zookeeper machines while instantiating CloudSolrServer, so that i will have an automatic fallback mechanism. PS

Boosting exact match fields.

2016-06-14 Thread Naveen Pajjuri
Hi, I have documents with a field (data type definition for that field is below) values as ear phones, sony ear phones, philips ear phones. when i query for earphones sony ear phones is the top result where as i want ear phones as top result. please suggest how to boost exact matches. PS: I have e

Re: Question about CloudSolrServer

2016-06-09 Thread Naveen Pajjuri
Thanks *Shawn.* i was using older version of solrj. upgrading it to newer version worked. Thank you. On Thu, Jun 9, 2016 at 11:41 AM, Shawn Heisey wrote: > On 6/8/2016 11:44 PM, Naveen Pajjuri wrote: > > Trying to migrate from HttpSolrServer to CloudSolrServer. getting the >

Question about CloudSolrServer

2016-06-08 Thread Naveen Pajjuri
Hi, Trying to migrate from HttpSolrServer to CloudSolrServer. getting the following exception while adding docs using CloudSolrServer. org.apache.solr.common.SolrException: Unknown document router '{name=compositeId}' at org.apache.solr.common.cloud.DocRouter.getDocRouter(DocRouter.java:46) whe