Cant we have multiple indexTypes for one cache. I have created my
configuration from below Ignite Documentations:
https://apacheignite.readme.io/docs/sql-queries#configuring-sql-indexes-using-queryentity
<https://apacheignite.readme.io/docs/sql-queries#configuring-sql-indexes-using-queryentity>
  

 <property name="indexes">
<bean class="org.apache.ignite.cache.QueryIndex">
                            <constructor-arg value="id"/>
 </bean>
....

 Can't I add one more field to indexes like below :

<bean class="org.apache.ignite.cache.QueryIndex">
                            <constructor-arg value="name"/>
 </bean>




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Getting-exception-in-SQL-Query-JOINS-tp6674p6702.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to