Hi,
Am new to elastic search.Am trying to use auto complete feature in elastic search.
Data am searching on:-
The data am using is a comma separated sentence.
Example:-
elastic,kibana.
Attempt1:-
While creating map I used type completion for that field i need auto suggestionsand while querying i used completion suggester.
Issues i faced:-
Only able to get suggestions for the terms elastic but not getting any suggestions when we type "kib".
Attempt2:-1:
while creating map i used type completion and also used edgengram analyzer as tokenizer.
Still unable to get any suggestions for word kib
Please help in this issue.
Thanks in advance.
Regards,
Dharma Teja