Transport Client and elastic 5.0.0-beta1 issue

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?

it's in the lucene-sandbox jar now. Are you correctly resolving all dependencies?

1 Like

Thanks! I'm having to resolve dependencies to a server that is offline so resolving dependencies has been a bit tricky. This helps a ton though!