Re: How to actually use IndexPlan to store the index details?

2014-06-17 Thread Justin Edelson
Hi, In the "advanced" patch attached to OAK-1894 (https://issues.apache.org/jira/secure/attachment/12650790/OAK-1894-advanced.diff), I added a new method to IndexPlan which allows a PropertyDescription to be attached to the plan. With that patch, PropertyIndex reads the description out later (in qu

How to actually use IndexPlan to store the index details?

2014-06-16 Thread Justin Edelson
Hi, As part of OAK-1894[1], I was looking into converting PropertyIndex to an AdvancedQueryIndex in order to avoid having to do the cost calculation multiple times. I'm having some trouble understanding how this is supposed to work as the IndexPlan interface doesn't seem to have the ability to stor