foam-framework / foam2

FOAM: Feature-Oriented Active Modeller, Version 2
Apache License 2.0
73 stars 63 forks source link

MDAO Index: OR support #126

Closed jacksonic closed 8 years ago

jacksonic commented 8 years ago

Add an OrIndex to support optimization in queries with an OR.

jacksonic commented 8 years ago

To consider: as this index is a decorator that doesn't store state, it could potentially be applied as needed (at the cost of complicating TreeIndex and other nesting indexes).

jacksonic commented 8 years ago

This is implemented in MDAO itself. See AutoIndex2 branch or #128