Re: Requesting to add into a Contributor Group

2013-05-04 Thread Robert Muir
done. let us know if you have any problems. On Sat, May 4, 2013 at 10:12 AM, Krunal wrote: > Dear Sir, > > Kindly add me to the contributor group to help me contribute to the Solr > wiki. > > My Email id: jariwalakru...@gmail.com > Login Name: Krunal > > Specific changes I would like to make to

Re: How to get solr synonyms in result set.

2013-05-04 Thread varun srivastava
Hi , Synonyms list is used at index time. So I dont think you can pass list at query time and make it work. On Fri, May 3, 2013 at 11:53 PM, Suneel Pandey wrote: > Hi, > > I want to get specific solr synonyms terms list during query time in result > set based on filter criteria. > I have implem

Re: Why is SolrCloud doing a full copy of the index?

2013-05-04 Thread Lance Norskog
Great! Thank you very much Shawn. On 05/04/2013 10:55 AM, Shawn Heisey wrote: On 5/4/2013 11:45 AM, Shawn Heisey wrote: Advance warning: this is a long reply. I have condensed some relevant performance problem information into the following wiki page: http://wiki.apache.org/solr/SolrPerforman

Re: Query Elevation exception on shard queries

2013-05-04 Thread varun srivastava
Hi , I am getting same exception as Ravi when using shard query containing elevated terms. I am using solr 4.0.0 stable version which is suppose to contain fix for this. https://issues.apache.org/jira/browse/SOLR-2949 ava.lang.IndexOutOfBoundsException: Index: 1, Size: 0\n\tat java.util.ArrayLi

Re: Elevate Problem with Distributed query

2013-05-04 Thread varun srivastava
i am getting following exception when sort fieldname is _elevate_ . ava.lang.IndexOutOfBoundsException: Index: 1, Size: 0\n\tat java.util.ArrayList.RangeCheck(ArrayList.java:547)\n\tat java.util.ArrayList.get(ArrayList.java:322)\n\tat org.apache.solr.common.util.NamedList.getVal(NamedList.java:

Re: Pulling Config Folder from Zookeeper at SolrCloud

2013-05-04 Thread Mark Miller
The ZkCli cmd line tool allows you to pull config down too - so just pull the latest down, update it, and push it back up. Alternatively, there may be ZK UI tools that let you do this if you look. - Mark On May 2, 2013, at 1:45 AM, Furkan KAMACI wrote: > I use the same folder naming conventio

Re: Solr 4.2 rollback not working

2013-05-04 Thread Mark Miller
Rollback is unsupported in SolrCloud - this is a bug really - you should get an error back. - Mark On May 1, 2013, at 11:12 PM, Dipti Srivastava wrote: > Hi All, > WE have setup a 4.2 Solr cloud with 4 nodes and while the add/update/delete > operations are working we are not able to perform

Elevate Problem with Distributed query

2013-05-04 Thread varun srivastava
Hi, Is Query Elevate featue is suppose to work with distributed query ? I have 2 shards but when I am doing distributed query I get following Exception. I am using solr 4.0.0 in following bug yonik is refering to problem in his comment https://issues.apache.org/jira/browse/SOLR-2949?focusedComme

Re: Why is SolrCloud doing a full copy of the index?

2013-05-04 Thread Shawn Heisey
On 5/4/2013 11:45 AM, Shawn Heisey wrote: > Advance warning: this is a long reply. I have condensed some relevant performance problem information into the following wiki page: http://wiki.apache.org/solr/SolrPerformanceProblems Anyone who has additional information for this page, feel free to ad

Re: Query Elevation exception on shard queries

2013-05-04 Thread varun srivastava
Hi Ravi, I am getting same probelm . You got any solution ? Thanks Varun On Fri, Mar 29, 2013 at 11:48 AM, Ravi Solr wrote: > Hello, > We have a Solr 3.6.2 multicore setup, where each core is a complete > index for one application. In our site search we use sharded query to query > two

Re: Why is SolrCloud doing a full copy of the index?

2013-05-04 Thread Shawn Heisey
On 5/4/2013 2:06 AM, Kumar Limbu wrote: > We have Solr setup on 3 machines with only a single shard. We are using Solr > 4.0 and currently have around 7 Million documents in our index. The size of > our index is around 25 GB. We have a zookeeper ensemble of 3 zookeeper > instances. > > Let's call

Re: Why is SolrCloud doing a full copy of the index?

2013-05-04 Thread Erick Erickson
Hmmm, there was a problem with replication where it would do a full copy unnecessarily that was fixed in 4.2 (I think). Frankly I don't quite know whether it was a problem with 4.0. It's also possible that your servlet containers have a short enough timeout that you're occasionally just getting co

Re: Duplicated Documents Across shards

2013-05-04 Thread Erick Erickson
Sounds like you've explicitly routed the same document to two different shards. Document replacement only happens locally to a shard, so the fact that you have documents with the same ID on two different shards is why you're getting duplicate documents. Best Erick On Fri, May 3, 2013 at 3:44 PM,

Requesting to add into a Contributor Group

2013-05-04 Thread Krunal
Dear Sir, Kindly add me to the contributor group to help me contribute to the Solr wiki. My Email id: jariwalakru...@gmail.com Login Name: Krunal Specific changes I would like to make to begin with are: - Correct Link of Ajax Solr here http://wiki.apache.org/solr/SolrJS which is wrong, the corr

Re: Recommendation for integration test framework

2013-05-04 Thread Jan Morlock
Hi kamaci, sorry for the late reply. I did't mean to say that we are building Solr using Maven. I meant to say that we are currently working on our own project which uses the Solr jars and wars. This project is built using Maven. BTW, we solved the original problem by using EmbeddedSolrServer

Why is SolrCloud doing a full copy of the index?

2013-05-04 Thread Kumar Limbu
We have Solr setup on 3 machines with only a single shard. We are using Solr 4.0 and currently have around 7 Million documents in our index. The size of our index is around 25 GB. We have a zookeeper ensemble of 3 zookeeper instances. Let's call the servers in our setup server (A), (B) and (C). A