Hi,
I'm using @CompositeIndex for creating index on multiple attributes on a node.
Please find the code and error below. Any help will be highly appreciated.
Code:
package com.test.neo4j.domain;
import lombok.AllArgsConstructor;
import lombok.Data;
...