Hi,
With the below index definition, is there a way to sort createdTime
descending and processedTime ascending?  What would the definition look
like?

Thanks!
Rick

                                                        <bean
class="org.apache.ignite.cache.QueryIndex">
                                                            <constructor-arg>
                                                                <list>
                                                                    
<value>recId</value>
                                                                    
<value>createdTime</value>
                                                                    
<value>processedTime</value>
                                                                    
<value>partitionId</value>
                                                                </list>
                                                            </constructor-arg>
                                                            <constructor-arg 
value="SORTED"/>
                                                        </bean>




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to