0

I am developing a Spring Boot Client cache application (spring-geode-starter version 1.7.5) with a region name say 'Element' having 5 fields (say, id, code1,stDate,endDate,code2). Now I have OQL , i.e. a single select statement from the 4 fields (code1,stDate,endDate,code2) with and & where conditions. I see @Indexed for single fields and @EnableIndexing are used in tutorials to create indexes. ( https://docs.spring.io/spring-boot-data-geode-build/1.7.x/reference/html5/ )

my objective is: To create a single index from client cache application on these 4 fields in sequence code1+code2+stDate+endDate, i.e. single multi field index can any one help me ?

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90

0 Answers0