On Wed, Mar 26, 2014 at 9:44 AM, Eric Redmond <eredm...@basho.com> wrote:

> The newest Riak Search 2 (yokozuna) allows you to create custom solr
> schemas. One of the field options is to save the values you wish to index.
> Then when you perform a search request, you can retrieve any of the stored
> values with a field list (fl) property
>
Certainly, but that makes the KV storage redundant.  If that is really the
suggested solution, then there may as well be a null storage KV backend.

Of curse, a null KV backend is not sufficient, given that writes to
Yokozuna happen asynchronously and that AAE is used to ensure KV and
Yomozuna are in sync.  You'd also need to make writes to Yokozuna
synchronous with the client request and disable AAE as there is nothing to
sync with.
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to