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 wrote: > > i

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 wrote: > Tha

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 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 this messag

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 >wrote: > > > Hi Ravi, > > I am getting same probelm . You got

Re: How to get solr synonyms in result set.

2013-05-05 Thread varun srivastava
lly around 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 > wrote: > > Hi , > > Synonyms list is used at index time. So I don

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: Query Elevation exception on shard queries

2013-05-04 Thread varun srivastava
AM, varun srivastava wrote: > 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 &g

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 wrote: > Hi, > Is Query Elevate featue is suppose to work with distributed query ? I > have 2 shards but when I am doing di

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: 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: 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 wrote: > Hi Deniz, > Your mail about distributed query is

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 Thanks

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 wrote: > > : : stored="false" multiValued="true"/> > > Take a look at IgnoreFieldUpdateProcessorFactory... > > > https://lucene.apache.org/solr/4_1_0/solr-core/org/apache/solr/update/processor/IgnoreFiel

Re: Role of zookeeper at runtime

2013-02-28 Thread varun srivastava
how appropriate 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 wrote: > > On Feb 28, 2013, at 6:20 PM, varun srivastava > wrote: > > > So we need way of indexing

Re: Role of zookeeper at runtime

2013-02-28 Thread varun srivastava
at 11:33 AM, varun srivastava wrote: > 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 j

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 wrote: > Anyone can edit the Wiki, contributions welcome! > > Best > Erick > > > On Mon, Feb 25, 2013 at 5:50 PM, varun srivastava >wrote: > > &g

Re: Role of zookeeper at runtime

2013-02-28 Thread varun srivastava
cloud ? Thanks Varun On Thu, Feb 28, 2013 at 6:12 AM, Mark Miller wrote: > > On Feb 26, 2013, at 6:49 PM, varun srivastava > wrote: > > > So does it means while doing "document add" the state of cluster is > fetched > > from zookeeper and then depending upon has

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 wrote: > 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/lib wi

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

2013-02-27 Thread varun srivastava
gt; > 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... > >

Re: zk Config URL?

2013-02-26 Thread varun srivastava
r=1) Thanks Varun On Tue, Feb 26, 2013 at 5:26 PM, varun srivastava wrote: > 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

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 wrote: > > On Feb 26, 2013, at 7:15 PM, varun srivastava > wrote: >

Re: zk Config URL?

2013-02-26 Thread varun srivastava
I dont like setting parameters as system properties, but I am happy if i can setup these fields inside solr.xml . So you mean following config will work Thanks Varun On Tue, Feb 26, 2013 at 4:09 PM, Mark Miller wrote: > > On Feb 26, 2013, at 7:01 PM, varun srivastava > wrote:

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 wrote: > > On Feb 26, 2013, at 4:35 PM, varun srivastava &

Re: Role of zookeeper at runtime

2013-02-26 Thread varun srivastava
for update clusterstate.json, creating new > collections, etc > /overseer_elect - overseer voting zk nodes > > - Mark > > On Feb 26, 2013, at 6:18 PM, varun srivastava > wrote: > > > Hi Mark, > > One more question > > > > While doing solr doc update/add what inf

Re: Role of zookeeper at runtime

2013-02-26 Thread varun srivastava
:25 PM, varun srivastava > wrote: > > > Hi All, > > I have some questions regarding role of zookeeper in solrcloud runtime, > > while processing the queries . > > > > 1) Is zookeeper cluster referred by solr shards for processing every > > request, or its o

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 wrote: > Ok. But its way

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 wrote: > Hi Jack, > Is this a new change done in solr 4.0 ? Seems autoGeneratePhraseQueries > option is present

Re: SloppyPhraseScorer behavior change

2013-01-11 Thread varun srivastava
ase. > > Look at the new example schema for the "text_en_splitting" field type as > an example. > > > -- Jack Krupansky > > -Original Message- From: varun srivastava > Sent: Monday, December 24, 2012 5:49 PM > To: solr-user@lucene.apache.org > Subject: Re: Slopp

Re: SloppyPhraseScorer behavior change

2012-12-24 Thread varun srivastava
URL, so we can see exactly what your query > was? Or, post the output of &debug=query, which will show us what Lucene > query was generated. > > -- Jack Krupansky > > -Original Message- From: varun srivastava > Sent: Monday, December 24, 2012 1:53 PM > To: solr-user@lu

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
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 wrote

Re: anyone has solrcloud perfromance numbers ?

2012-10-02 Thread varun srivastava
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" wrote: > > > Hi, > > Does anyone has some solr cloud preliminary perf

Re: Zookeeper setup for solr cloud

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

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 all

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 wrote: > Well, I haven't had exp