Re: Cleaning old indexes

2014-12-11 Thread Eric Redmond
You can't remove an index if there is still a bucket referencing it via 'search_index'. You must remove that property from every referring bucket first. Eric On Dec 11, 2014, at 10:54 AM, Geoff Garbers wrote: > Hey Luke. > > There are actually some legacy items within Riak that still use th

Re: Cleaning old indexes

2014-12-11 Thread Geoff Garbers
Hey Luke. There are actually some legacy items within Riak that still use the global search index - so we haven't yet had a need to remove it. It's good to know that there is a way to remove it though. And just a side question - I take it you're able to remove a search index even if there are sti

Re: Cleaning old indexes

2014-12-11 Thread Luke Bakken
Hi Geoff, Are you having issues removing the old "global" index? You should be able to delete it this way: curl -XDELETE riak-host:8098/search/index/global > Is it safe to mess with anything within the Solr admin interface (is there a > possibility of corruption from Riak -> Solr, or vice versa

Cleaning old indexes

2014-11-18 Thread Geoff Garbers
Hey all. When our company started out with Riak, there were some choices made with regards to indexing that are now coming back to bite us. Currently, *everything* in our Riak cluster is being indexed (dynamicField * indexed as text_general). We've learnt a lot about Riak and Solr since then, and