Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plan to support FieldType.WILDCARD #48

Open
alaahong opened this issue Dec 29, 2022 · 0 comments
Open

Any plan to support FieldType.WILDCARD #48

alaahong opened this issue Dec 29, 2022 · 0 comments

Comments

@alaahong
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant