In the Field Annotation the indexAnalyzer not found, Is this any version problem.
Error:- The attribute indexAnalyzer is undefined for the annotation type Field
My Gradle:-
dependencies {
compile('org.springframework.boot:spring-boot-starter-web')
compile group: 'commons-validator', name: 'commons-validator', version: '1.6'
//compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-elasticsearch', version: '1.2.5.RELEASE'
//compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-elasticsearch', version: '1.5.6.RELEASE'
compile('org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.2.RELEASE')
compile group: 'net.java.dev.jna', name: 'platform', version: '3.5.0'
testCompile('org.springframework.boot:spring-boot-starter-test')
}