Re: collection aliasing

2016-01-29 Thread Shawn Heisey
On 1/29/2016 5:00 AM, vidya wrote: > How can a full index rebuild can be done ? Here is the "not exactly helpful" wiki page on this topic: https://wiki.apache.org/solr/HowToReindex Thanks, Shawn

Re: collection aliasing

2016-01-29 Thread vidya
Hi How can a full index rebuild can be done ? -- View this message in context: http://lucene.472066.n3.nabble.com/collection-aliasing-tp4252527p4254077.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: collection aliasing

2016-01-29 Thread Erick Erickson
bq: How can a full index rebuild can be done ? > The points to the current collection (collection1) > create a new collection (collection 2) > full index to collection2 > point the alias at collection2 Best, Erick On Fri, Jan 29, 2016 at 5:20 AM, Shawn Heisey wrote: > On

Re: collection aliasing

2016-01-28 Thread Jeff Wartes
I enjoy using collection aliases in all client references, because that allows me to change the collection all clients use without updating the clients. I just move the alias. This is particularly useful if I’m doing a full index rebuild and want an atomic, zero-downtime switchover. On

Re: collection aliasing

2016-01-28 Thread vidya
Hi Then what is the difference between collection aliasing and shards parameter mentioned in request handler of solrconfig.xml. In request handler of new collection's solrconfig.xml shards = http://localhost:8983/solr/collection1,http://localhost:8983/solr/collection1 I can query both data of

Re: collection aliasing

2016-01-28 Thread Shawn Heisey
On 1/28/2016 2:59 AM, vidya wrote: > Hi > > Then what is the difference between collection aliasing and shards parameter > mentioned in request handler of solrconfig.xml. > > In request handler of new collection's solrconfig.xml >shards = >

Re: collection aliasing

2016-01-24 Thread vidya
Yeah, while querying and indexing also, we can directly use our collection names. Then what is the use of aliasing ? -- View this message in context: http://lucene.472066.n3.nabble.com/collection-aliasing-tp4252527p4252885.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: collection aliasing

2016-01-24 Thread Jens Brandt
Hi, you may, for instance, create one alias for several collections in order to search all of them in one request. Another possibility is to use an alias to switch between collections. Jens > Am 24.01.2016 um 13:44 schrieb vidya : > > Yeah, while querying and indexing

Re: collection aliasing

2016-01-24 Thread Susheel Kumar
As Jens mentioned you use aliasing for referring to a group of collections. E.g. below command you can create a alias called quarterly for 3 separate collections Jan,Feb & Mar and then you can use alias quarterly to refer all of them in single query http://

Re: collection aliasing

2016-01-22 Thread Susheel Kumar
Hi Vidya, if i understood your question correctly you can simply use the original collection name(s) to point to individual collections. Isn't that the case? Thanks, Susheel On Fri, Jan 22, 2016 at 8:10 AM, vidya wrote: > Hi > > I wanted to mainatain two sets of indexes

Re: collection aliasing,solrctl

2016-01-21 Thread Erick Erickson
I suggest you ask on the Cloudera support forums. But you have access to a browser connected to the system, right? Just issue the command in a browser window or CURL is one option. Best, Erick On Wed, Jan 20, 2016 at 10:59 PM, vidya wrote: > Hi > > I am using solr with