Hi Mark, Since the subject of this email includes "solr" I'm assuming you're talking about Riak 2.0 and Yokozuna.
You can see the default Solr schema here: https://github.com/basho/yokozuna/blob/develop/priv/default_schema.xml It has an example of an "ignored" type as well as date fields and other types. _rs_schema is the bucket containing Riak Search schemas, not Solr schemas (like the subject of this email indicates). That being said, you can run this command to retrieve the default Riak Search schema if you're using Search in Riak 1.4.X or earlier: search-cmd show-schema default -- Luke Bakken CSE [email protected] On Tue, Jun 24, 2014 at 12:57 AM, Mark Richard Thomas <[email protected]> wrote: > Hello > > > > 1) Is it possible to specify fields to be ignored when a document is > > indexed (perhaps via an annotation)? > > > > 2) Are all fields added to an index? I could use 'skip' to ensure that a > field is not indexed but would prefer the field to be igonored? > > > > 3) How can I view ‘_rs_schema’ via http? > > > > I tried http://localhost:8080/buckets/_rs_schema/keys?keys=true, to no avail > > > > 4) What analyzer is used for date fields? > > > > 5) What analyzer should be used for decimals (and is there a decimal type)? > > > > Thanks Mark _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
