I'm getting the below error:
java.lang.ClassNotFoundException: org.apache.lucene.search.DocValuesTermsQuery
After dong some digging it seems that org.elasticsearch.index.query.ParentIdQueryBuilder (line 174) still references org.apache.lucene.search.DocValuesTermsQuery but that class seems to not exists in lucene-core-6.2.0.jar.
When I do a search for that class it seems the last version of Lucene it existed in was 5.2.1
Am I missing something silly here or is there some sort of way to work around this issue?