All siblings (values in conflict, or as you say "versions") are indexed.
On Tue, Jan 13, 2015 at 10:30 AM, Santi Kumar wrote:
> Sean,
> As at any given point of time, there could be multiple versions of a given
> entry in Riak, how does riak search manages that? Which version of the
> entry is i
Sean,
As at any given point of time, there could be multiple versions of a given
entry in Riak, how does riak search manages that? Which version of the
entry is indexed with solr?
Thanks
Santi
On Tue, Jan 13, 2015 at 9:51 PM, Sean Cribbs wrote:
> The version of Solr bundled with Riak 2.0.4 is 4
The version of Solr bundled with Riak 2.0.4 is 4.7.0.
I'm not sure what process would be required to bundle tokenizers and
analyzers, but I suspect it would be similar to how you deploy them with
stock Solr. Some tweaks may need to be made to load customizations.
You cannot upgrade the Solr versi
> I would like to know which solr version is bundled with riak 2.0.4
Solr 4.7.0 is the current version:
https://github.com/basho/yokozuna/blob/develop/tools/grab-solr.sh#L21
> and if we
> have the freedom to create our own tokenizers and analyzers and integrate
> them on the solr instances
You