Re: What is the use of Solr configuration in Katta master and nodes after integrating katta into Solr

2010-03-17 Thread Jason Venner
The katta master is set up to act as a solr master server. The config there is to be setup to distribute requests to the individual shards. The solr config in the nodes is the default config to use, to start the solr instance in the node. On 3/17/10 9:05 PM, "V SudershanReddy" wrote: Hi All,

Re: create requesthandler with default shard parameter for different query parser, stock solr 1.4

2010-02-17 Thread Jason Venner
Anyone come up with an answer for this? I am using the blacklight ruby app and seems to require multiple handlers for different styles of queries. In particular, what I am noticing is that the facet query using q=*:* seems to produce a single shard answer. This query produces 1 result and face

Re: Solr: How to create a core from the command line ?

2009-10-27 Thread Jason Venner
wget or curl? -- Jason Venner Author: Pro Hadoop A howto guide to learning and using hadoop and map/reduce http://www.prohadoopbook.com/ a Ning network for Hadoop using Professionals On 10/27/09 10:03 AM, "SGE0" wrote: > > Hi, > > currently on dev. I use following com