Skip to content

Elastic - Add support for ebean.docstore.generateMapping #602

@rbygrave

Description

@rbygrave

So setting this means Ebean will generate mapping files for ElasticSearch indexes.

## generate mapping files for each of the indexes
ebean.docstore.generateMapping=true

Note that in development/testing you also frquently do:

## drop and re-create indexes
ebean.docstore.dropCreate=true

OR

## create any indexes that do not already exist
ebean.docstore.create=true

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions