easy-es
easy-es copied to clipboard
Any plan to support FieldType.WILDCARD
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