Is there a way to index tags in Riak Search?  For example, say I have the
following data structure:

hello.json

    {
      "title": "Hello, World!"
      "tags": ["greetings", "first program"]
    }

I noticed the result from Solr returns fielded data that resembles this:

GET /solr/tagtest/select?q=tags:greetings&wt=json

   {
      "title": "Hello, World",
      "tags": "greetings first programs
    }

Now if I use "q=tags:program", the same document is returned.  Is there an
analyzer that will treat each item in that list as a single term?

Thanks,
Eric.
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to