Re: Query Elevation exception on shard queries

2013-05-08 Thread varun srivastava
Ok found the solution .. Like SpellcheckComponent , Elevate Component also requires shards.qt param .. But still dont know why both these components doesn't work in absense of shards.qt . Can anyone explain ? Thanks Varun On Mon, May 6, 2013 at 1:14 PM, varun srivastava varunmail

Re: Elevate Problem with Distributed query

2013-05-08 Thread varun srivastava
Ok found the solution .. Like SpellcheckComponent , Elevate Component also requires shards.qt param .. But still dont know why both these components doesn't work in absense of shards.qt . Can anyone explain ? Thanks On Sat, May 4, 2013 at 1:08 PM, varun srivastava varunmail...@gmail.comwrote

Re: Query Elevation exception on shard queries

2013-05-06 Thread varun srivastava
of solr into our java code. As long as both cores had some results to return for a given query elevation would work. Thanks, Ravi On Sat, May 4, 2013 at 1:54 PM, varun srivastava varunmail...@gmail.com wrote: Hi Ravi, I am getting same probelm . You got any solution ? Thanks

Re: Is there a way to remove caches in SOLR?

2013-05-06 Thread varun srivastava
make size 0 On Mon, May 6, 2013 at 4:38 PM, bbarani bbar...@gmail.com wrote: I am trying to create performance metrics for SOLR. I don't want the searcher to warm up when I issue a query since I am trying to collect metrics for cold search. Is there a way to disable warming? -- View

Re: How to get solr synonyms in result set.

2013-05-05 Thread varun srivastava
multi-word synonyms see: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory Best Erick On Sun, May 5, 2013 at 12:23 AM, varun srivastava varunmail...@gmail.com wrote: Hi , Synonyms list is used at index time. So I dont think you can pass list

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 ravis...@gmail.com 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

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

Re: Elevate Problem with Distributed query

2013-05-04 Thread varun srivastava
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)\n\tat java.lang.Thread.run(Thread.java:662) On Sat, May 4, 2013 at 11:10 AM, varun srivastava varunmail...@gmail.comwrote: Hi, Is Query Elevate featue is suppose to work with distributed query ? I have 2 shards but when I

Re: Query Elevation exception on shard queries

2013-05-04 Thread varun srivastava
AM, varun srivastava varunmail...@gmail.comwrote: Hi Ravi, I am getting same probelm . You got any solution ? Thanks Varun On Fri, Mar 29, 2013 at 11:48 AM, Ravi Solr ravis...@gmail.com wrote: Hello, We have a Solr 3.6.2 multicore setup, where each core is a complete index for one

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 pandey.sun...@gmail.comwrote: Hi, I want to get specific solr synonyms terms list during query time in result set based on filter

Re: SolrCloud - Sorting Problem

2013-03-09 Thread varun srivastava
Hi Deniz, Your mail about distributed query is really helpful. Can you or someone else improve the following wiki. RIght now we dont have any document explaining distributed search in solr, which is now backbone of solr cloud. http://wiki.apache.org/solr/WritingDistributedSearchComponents

Re: SolrCloud - Sorting Problem

2013-03-09 Thread varun srivastava
Also if anyone who understand DistributedSearch can update following wiki it will be really helpful for all of us. http://wiki.apache.org/solr/DistributedSearchDesign Thanks Varun On Sat, Mar 9, 2013 at 4:03 PM, varun srivastava varunmail...@gmail.comwrote: Hi Deniz, Your mail about

Re: dropping fields from input data

2013-03-05 Thread varun srivastava
Thanks Hoss .. Is this available in 4.0 ? On Tue, Mar 5, 2013 at 5:14 PM, Chris Hostetter hossman_luc...@fucit.orgwrote: :dynamicField name=stamp_* type=string indexed=false : stored=false multiValued=true/ Take a look at IgnoreFieldUpdateProcessorFactory...

Re: Role of zookeeper at runtime

2013-02-28 Thread varun srivastava
? Thanks Varun On Thu, Feb 28, 2013 at 6:12 AM, Mark Miller markrmil...@gmail.com wrote: On Feb 26, 2013, at 6:49 PM, varun srivastava varunmail...@gmail.com wrote: So does it means while doing document add the state of cluster is fetched from zookeeper and then depending upon hash of docid

Re: Solr cloud deployment on tomcat in prod

2013-02-28 Thread varun srivastava
Great .. I will do it and send you all for review. Thanks Varun On Thu, Feb 28, 2013 at 4:50 AM, Erick Erickson erickerick...@gmail.comwrote: Anyone can edit the Wiki, contributions welcome! Best Erick On Mon, Feb 25, 2013 at 5:50 PM, varun srivastava varunmail...@gmail.com wrote: Hi

Re: Role of zookeeper at runtime

2013-02-28 Thread varun srivastava
:33 AM, varun srivastava varunmail...@gmail.comwrote: How can I setup cloud master-slave ? Can you point me to any sample config or tutorial which describe the steps to get slor cloud in master-slave setup. As you know from my previous mails, that I dont need active solr replicas, I just need

Re: Role of zookeeper at runtime

2013-02-28 Thread varun srivastava
entries will be made in zookeeper. Zookeeper need to know which doc id range residing in which shard. Thanks Varun On Thu, Feb 28, 2013 at 4:27 PM, Mark Miller markrmil...@gmail.com wrote: On Feb 28, 2013, at 6:20 PM, varun srivastava varunmail...@gmail.com wrote: So we need way of indexing 1 dc

Re: org.apache.solr.cloud.ZkCLI timeout

2013-02-27 Thread varun srivastava
To: solr-user@lucene.apache.org Subject: Re: org.apache.solr.cloud.ZkCLI timeout Did you adjust ZooKeeper so that it will accept files greater than 1MB per node? That's more config files than I've ever tried to deal with... - Mark On Feb 27, 2013, at 4:02 PM, varun srivastava

Re: org.apache.solr.cloud.ZkCLI timeout

2013-02-27 Thread varun srivastava
solr-cores is my solr/home On Wed, Feb 27, 2013 at 1:16 PM, varun srivastava varunmail...@gmail.comwrote: Hi Markus, Do you mean keeping the file in solr-cores/lib directory or inside collection1 ( if name of my solr cloud collection is collection1) ? In case I keep it inside solr-cores

Re: zk Config URL?

2013-02-26 Thread varun srivastava
agree with darren here... setting up solr cloud is way too complicated .. moreover if you are using tomcat. Do we have any ticket to simplify the solr cloud installation ? I would love to include my suggestions in it. Thanks Varun On Mon, Feb 25, 2013 at 7:24 PM, darren dar...@ontrenet.com

Re: Role of zookeeper at runtime

2013-02-26 Thread varun srivastava
collections, etc /overseer_elect - overseer voting zk nodes - Mark On Feb 26, 2013, at 6:18 PM, varun srivastava varunmail...@gmail.com wrote: Hi Mark, One more question While doing solr doc update/add what information is required from zookeeper ? Can you tell what all information

Re: zk Config URL?

2013-02-26 Thread varun srivastava
Is there any page following for solr cloud ? http://wiki.apache.org/solr/SolrTomcat Can we set -zkHost and -zkTimeout in tomcat/webapps/solr/META_INF/context.xml Thanks Varun On Tue, Feb 26, 2013 at 3:04 PM, Mark Miller markrmil...@gmail.com wrote: On Feb 26, 2013, at 4:35 PM, varun

Re: zk Config URL?

2013-02-26 Thread varun srivastava
Thanks Varun On Tue, Feb 26, 2013 at 4:09 PM, Mark Miller markrmil...@gmail.com wrote: On Feb 26, 2013, at 7:01 PM, varun srivastava varunmail...@gmail.com wrote: Is there any page following for solr cloud ? http://wiki.apache.org/solr/SolrTomcat Not that I know of. The main hitch

Re: zk Config URL?

2013-02-26 Thread varun srivastava
Hi Mark, specifying zkHost in solr.xml is not working. It seems only system property -DzkHost works. Can you confirm the param name is zkHost in solr.xml ? Thanks Varun On Tue, Feb 26, 2013 at 4:24 PM, Mark Miller markrmil...@gmail.com wrote: On Feb 26, 2013, at 7:15 PM, varun srivastava

Re: zk Config URL?

2013-02-26 Thread varun srivastava
Varun On Tue, Feb 26, 2013 at 5:26 PM, varun srivastava varunmail...@gmail.comwrote: Hi Mark, specifying zkHost in solr.xml is not working. It seems only system property -DzkHost works. Can you confirm the param name is zkHost in solr.xml ? Thanks Varun On Tue, Feb 26, 2013 at 4:24 PM

Re: SloppyPhraseScorer behavior change

2013-01-11 Thread varun srivastava
Moreover just checked .. autoGeneratePhraseQueries=true is set for both 3.4 and 4.0 in my schema. Thanks Varun On Fri, Jan 11, 2013 at 1:04 PM, varun srivastava varunmail...@gmail.comwrote: Hi Jack, Is this a new change done in solr 4.0 ? Seems autoGeneratePhraseQueries option is present

Re: SloppyPhraseScorer behavior change

2012-12-24 Thread varun srivastava
-Original Message- From: varun srivastava Sent: Monday, December 24, 2012 1:53 PM To: solr-user@lucene.apache.org Subject: SloppyPhraseScorer behavior change Hi, Due to following bug fix https://issues.apache.org/**jira/browse/LUCENE-3215https://issues.apache.org/jira/browse/LUCENE

Re: solr 4.0 missing SolrPluginUtils addOrReplaceResults

2012-10-24 Thread varun srivastava
Hi Solr-Users, Anyone has any work around for SolrPluginUtils.addOrReplaceResults in solr 4.0 ? Should be easy to migrate the code from 3.6 branch to 4.0 SolrPluginUtils. Is there any specific reason why this method is dropped in 4.0 ? Thanks Varun On Tue, Oct 23, 2012 at 11:14 AM, varun

Re: anyone has solrcloud perfromance numbers ?

2012-10-02 Thread varun srivastava
for any of those systems, which you'll probably want to observe during testing. Otis -- Performance Monitoring - http://sematext.com/spm On Oct 2, 2012 6:47 PM, varun srivastava varunmail...@gmail.com wrote: Hi, Does anyone has some solr cloud preliminary performance numbers

Re: anyone has solrcloud perfromance numbers ?

2012-10-02 Thread varun srivastava
Otis, I am looking for performance benchmark number rather than performance monitoring tools. SPM looks like monitoring tool. Moreover its comparing Solr with Elastic Search etc, I want comparison between Solr 3.6 and solrcloud. Thanks Varun On Tue, Oct 2, 2012 at 9:15 PM, varun srivastava

Re: Zookeeper setup for solr cloud

2012-10-01 Thread varun srivastava
://find.searchhub.org/?q=zookeeper+cluster http://find.searchhub.org/link?url=http://wiki.apache.org/solr/SolrCloud - Original Message - | From: varun srivastava varunmail...@gmail.com | To: solr-user@lucene.apache.org | Sent: Saturday, September 29, 2012 9:38:16 PM | Subject: Zookeeper setup

Re: Solr Caching - how to tune, how much to increase, and any tips on using Solr with JDK7 and G1 GC?

2012-09-29 Thread varun srivastava
Hi Erick, You mentioned for 4.0 memory pattern is much difference than 3.X . Can you elaborate whether its worse or better ? Does 4.0 tend to use more memory for similar index size as compared to 3.X ? Thanks Varun On Sat, Sep 29, 2012 at 1:58 PM, Erick Erickson erickerick...@gmail.comwrote:

Zookeeper setup for solr cloud

2012-09-29 Thread varun srivastava
Hi, I would like to get recommendation on zookeeper ensemble architecture. I am thinking of following options, please let me know if I am correct in pros and con of each option. Also please feel free to add differentiating points I am missing. 1) Have separate boxes for zookeeper ensemble and