I'm porting the following code to take advantage of the Elasticsearch backend and the Lucene query translation:
The migrated version looks like:
This causes NPE when the index manager is not elasticsearch since the LuceneQueryDescriptor does not use the list of indexed classes:
|