easy-es icon indicating copy to clipboard operation
easy-es copied to clipboard

Any plan to support FieldType.WILDCARD

Open alaahong opened this issue 3 years ago • 0 comments

Description

Auto index only cover TEXT or KEYWORD, do we have the possible to support wildcard? For current version, I have to set manual index-mode and manually create index for wildcard.

Expect Sample

@IndexField(fieldType = FieldType.WILDCARD)
private String content;

Then it will auto create index as type wildcard

Reference

https://www.elastic.co/guide/en/elasticsearch/reference/7.17/keyword.html#wildcard-field-type

alaahong avatar Dec 29 '22 06:12 alaahong