Re: Secondary indexes do not work with leveldb and write_once?

2016-01-13 Thread Fred Dushin
Hi Eugene, Unfortunately, the write-once put path does not support pre-commit hooks, which the 2i system uses for indexing. So secondary indexing is not currently supported with write-once. However, the indexing through yokozuna (Riak Search 2.0) is done in the vnode back-end, and indexing wi

Secondary indexes do not work with leveldb and write_once?

2016-01-13 Thread Eugene Shubin
Hello, I am using riak 2.1.3 with leveldb backend. Secondary indexes do not return me anything if bucket type has write_once option set to true. Record is accessible buy key and has index in metadata. It works though for other bucket types. Is it bug or undocumented constraint? Best, Eugene Shu