| Author |
Message |
|
|
Thank you very much.
I'll test your recommandation and i'll infrom you about results.
|
 |
|
|
above we create an index for the attributes "queueId", "shippingDone", "timeNextSend".
if i want to research a list that satisfy the constraints queueId = 1, shippingDone = 3 and timeNextSend = 3000.
i find a way just to get a list satisfying juste one constraint ( look the seconde code)
How can i do it??
thank you
|
 |
|
|
Hello,
i create index for many attributes and i want to get a list which satisfies more than 1 constraints.
Below how we can get list satisfying one constraint.
my question is how we can use multi elements ?, not just one as i did above _multiMap.get(new Key(queueId)) and what we can find on phonebook example.
thanks for responses.
|
 |
|
|
|
|