Re: X-Riak-Meta-* and Solr

2015-08-11 Thread Dmitri Zagidulin
Here's some more examples / writeups on indexing custom metadata fields, in addition to Zeeshan's links: https://github.com/basho/yokozuna/issues/5 https://github.com/basho/yokozuna/blob/develop/docs/TAGGING.md On Wed, Aug 12, 2015 at 12:25 AM, Zeeshan Lakhani wrote: > Hey Joe, > > Yes, you are

Re: X-Riak-Meta-* and Solr

2015-08-11 Thread Zeeshan Lakhani
Hey Joe, Yes, you are able to index with meta/tag fields. Here’s an example in one of our erlang tests using the riak_erlang pb client: https://github.com/basho/yokozuna/blob/32d71135644a579943799ff9a70b67dee0201f80/riak_test/yokozuna_essential.erl#L306

X-Riak-Meta-* and Solr

2015-08-11 Thread Joe Olson
Is it possible to automatically index custom X-Riak-Meta-* fields with Solr? Do I have to create a custom extractor or modify the default search schema as outlined at http://docs.basho.com/riak/latest/dev/search/custom-extractors/ ? Here is my python code I am using to test: # Create search