CreateIndexRequestBuilder on 0.16.2 failed

Hi Everyone,
changing my ES Version from 0.15.2 to 0.16.2 brake the startup of my
Application.

When starting the Application it checks wether an index exists or not.
If not its created programmaticlly with a json document for the index
structure.

With the new Version the Call to the CreateIndexRequestBuilder failed.

One of the stacktraces and the code for creating the Index is here:

Any idea or help would be appreciated. Thanks in advance.

Mirko

some additional Information:

  • ES is included in our application
  • its an local Node
  • index.analysis.analyzer.default.type is set to standard

You need to also include the updated Lucene version (3.1).

On Wednesday, June 29, 2011 at 10:17 AM, Mirko wrote:

some additional Information:

  • ES is included in our application
  • its an local Node
  • index.analysis.analyzer.default.type is set to standard