-
Type:
New Feature
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Later
-
Fix Version/s: None
-
Component/s: Legacy/CQL
-
Labels:None
Add boolean operators similar to Lucene style searches. Currently there is implicit support for the && operator. It would be helpful to also add support for ||/Union operators. I would envision this as the client would be required to construct the expression tree and pass it via the thrift interface.
BooleanExpression --> BooleanOrIndexExpression
--> BooleanOperator
--> BooleanOrIndexExpression
I'd like to take a crack at this since it will greatly improve my Datanucleus plugin
- depends upon
-
CASSANDRA-2915 Lucene based Secondary Indexes
-
- Resolved
-
- is depended upon by
-
CASSANDRA-1599 Add sort/order support for secondary indexing
-
- Resolved
-