- Notifications
You must be signed in to change notification settings - Fork 74
Client Test Checklist
Ryan Zezeski edited this page Aug 19, 2013 · 2 revisions
- Create schema
- Read schema
- Create index
- Read index
- List indexes
- Associate index with a bucket
- Insert values and ensure they're indexed - ensure plain text, XML and JSON can all be indexed
- Perform various queries: single term, multiple terms, boolean logic, range, phrase, wildcard, regex, etc
- Range query
- Test params (q, start, rows, fl, etc: https://github.com/basho/riak_pb/blob/master/src/riak_search.proto)
- don't apply to Yokozuna: presort
- misnamed params: filter => fq, op => q.op (not sure we need to do anything about this)
- Char encoding - everything should be UTF8