You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
True fix for RiakIndex type signature is incorrect [JIRA: CLIENTS-690] #585. Scala cannot infer the types from RiakIndexes:getIndex(), and you must currently provide them. riakIndexes.getIndex[StringBinIndex,StringBinIndex.Name](StringBinIndex.named("myindex")).add("myvalue")