Aliases work when indexing too.
Create collection: collection1
Create alias: this_week -> collection1
Index to: this_week
Next week...
Create collection: collection2
Create (Move) alias: this_week -> collection2
Index to: this_week
On 2/1/16, 2:14 AM, "vidya" wrote:
>Hi
>
>How can that b
Hi
How can that be useful, can u please explain.
I want to have the same collection name everytime when I index data i.e.,
current_collection.
By collection aliasing, i can create a new collection and point my alias
(say ALIAS) to new collection but cannot rename that collection to the same
curr
It sounds like collection aliasing would be a perfect fit for you -
https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api4
On Fri, Jan 29, 2016 at 6:24 AM, vidya wrote:
> Hi
>
> I wanted to restore the core into a new one in solrcloud by following the
> below link.