Re: Antw: Re: Solr 6.2.1 :: Collection Aliasing

2016-12-12 Thread Shawn Heisey
On 12/12/2016 3:56 AM, Rainer Gnan wrote: > Do the query this way: > http://hostname.de:8983/solr/live/select?indent=on=*:* > > I have no idea whether the behavior you are seeing is correct or wrong, > but if you send the traffic directly to the alias it should work correctly. > > It might turn

Antw: Re: Solr 6.2.1 :: Collection Aliasing

2016-12-12 Thread Rainer Gnan
Rainer Gnan wrote: > Hi, > > actually I am trying to use Collection Aliasing in a SolrCloud-environment. > > My set up is as follows: > > 1. Collection_1 (alias "live") linked with config_1 > 2. Collection_2 (alias "test") linked with config_2 > 3

Re: Solr 6.2.1 :: Collection Aliasing

2016-12-12 Thread Shawn Heisey
On 12/12/2016 3:32 AM, Rainer Gnan wrote: > Hi, > > actually I am trying to use Collection Aliasing in a SolrCloud-environment. > > My set up is as follows: > > 1. Collection_1 (alias "live") linked with config_1 > 2. Collection_2 (alias "test") linked

Solr 6.2.1 :: Collection Aliasing

2016-12-12 Thread Rainer Gnan
Hi, actually I am trying to use Collection Aliasing in a SolrCloud-environment. My set up is as follows: 1. Collection_1 (alias "live") linked with config_1 2. Collection_2 (alias "test") linked with config_2 3. Collection_1 is different to Collection _2 4. config_1 is d

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
/28/16, 6:07 AM, "Shawn Heisey" <apa...@elyograg.org> wrote: >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. >> >>

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

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 = > http://localhost:89

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

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:// :8983/solr/admin/collections?ac

collection aliasing

2016-01-22 Thread vidya
Hi I wanted to mainatain two sets of indexes or collections for maintaing my large input data for indexing for which i found collection aliasing is helpful. I have created alais for 2 collections. but my problem is , how can i point out my alias to 2 different colletions at 2 different times

Re: collection aliasing

2016-01-22 Thread Susheel Kumar
sets of indexes or collections for maintaing my > large input data for indexing for which i found collection aliasing is > helpful. I have created alais for 2 collections. but my problem is , how > can > i point out my alias to 2 different colletions at 2 different times. > > Tha

Re: collection aliasing,solrctl

2016-01-21 Thread Erick Erickson
I am using solr with cloudera distribution to index data from hdfs and I am > using "solrctl" utility for my deployment. Now i wanted to create collection > alias. How can i perform the action of creating collection aliasing by > commands. > > From google i got : " /admin/

collection aliasing,solrctl

2016-01-20 Thread vidya
Hi I am using solr with cloudera distribution to index data from hdfs and I am using "solrctl" utility for my deployment. Now i wanted to create collection alias. How can i perform the action of creating collection aliasing by commands. >From google i got : " /admin/collect

Searching and sorting using field aliasing

2015-12-02 Thread Mahmoud Almokadem
Hi all, I have two cores (core1, core2). core1 contains fields(f1, f2, f3, date1) and core2 contains fields(f2, f3, f4, date2). I want to search on the two cores with the date field. Is there an alias to query the two fields on distributed search. For example when q=dateField:NOW perform

Re: aliasing for Stats component

2014-05-29 Thread Mohit Jain
with SOLR-3177 in v4.8.0 You can specify e.g. stats.field={!key=xyz}id and the output will use xyz instead of id. On Wed, May 28, 2014 at 1:55 PM, Mohit Jain mo...@bloomreach.com wrote: Hi, In a solr request one can specify aliasing for returned fields using key:fl_name in fl param

aliasing for Stats component

2014-05-28 Thread Mohit Jain
Hi, In a solr request one can specify aliasing for returned fields using key:fl_name in fl param. I was looking at stats component and found that similar support is not available. I do not want to expose internal field names to external world. The plan is to do it in fl fashion instead of post

Re: aliasing for Stats component

2014-05-28 Thread Shalin Shekhar Mangar
specify aliasing for returned fields using key:fl_name in fl param. I was looking at stats component and found that similar support is not available. I do not want to expose internal field names to external world. The plan is to do it in fl fashion instead of post-processing the response

Re-Indexing without downtime (using collection aliasing)

2013-12-21 Thread Zahoor Mohamed
Hi Iam using Solr 4.4 We re-Index our data every week... Right now the process has a down time - Create new index in staging - Bring production solr down - Copy the index to production - Start the production I want to do this without bringing production down... by using collection

Re: Re-Indexing without downtime (using collection aliasing)

2013-12-21 Thread Shawn Heisey
On 12/21/2013 11:58 AM, Zahoor Mohamed wrote: I want to do this without bringing production down... by using collection aliases - Create a new index in production with date as collection name - once done change the alias to point to the new collection - remove/unload the old

Re: Can I use Field Aliasing/Renaming on Solr3.3?

2012-04-17 Thread Jan Høydahl
On 17. apr. 2012, at 04:16, bing wrote: Hi, all, I am working on Solr3.3. Recently I found out a new feature (Field Aliasing/Renaming) in Solr3.6, and I want to use it in Solr3.3. Can I do that, and how? Thank you. Best Regards, Bing -- View this message in context: http

Can I use Field Aliasing/Renaming on Solr3.3?

2012-04-16 Thread bing
Hi, all, I am working on Solr3.3. Recently I found out a new feature (Field Aliasing/Renaming) in Solr3.6, and I want to use it in Solr3.3. Can I do that, and how? Thank you. Best Regards, Bing -- View this message in context: http://lucene.472066.n3.nabble.com/Can-I-use-Field-Aliasing

aliasing?

2011-05-09 Thread deniz
anyone knows about aliasing in Lucene/Solr? I need to implement something and there is a title called on the task list as aliasing... I have few ideas though but still not clear... anyone can explain that to me or refer some docs? -- View this message in context: http://lucene.472066.n3

Re: aliasing?

2011-05-09 Thread Grijesh
Can you provide more detail about your required aliasing. - Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/aliasing-tp2917733p2918303.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: aliasing?

2011-05-09 Thread deniz
well... if i knew what to do about aliasing, i wouldnt post my question here Grijesh :) My idea is this: for some search queries, I need to provide some synonyms... But it is just an idea... -- View this message in context: http://lucene.472066.n3.nabble.com/aliasing-tp2917733p2921305.html Sent

Re: aliasing?

2011-05-09 Thread Rob Casson
, May 9, 2011 at 9:09 PM, deniz denizdurmu...@gmail.com wrote: well... if i knew what to do about aliasing, i wouldnt post my question here Grijesh :) My idea is this: for some search queries, I need to provide some synonyms... But it is just an idea... -- View this message in context: http