How to check the tokens generated for different tokenizers in Elasticsearch -


i have been using different type of tokenizers test , demonstration purposes. need check how particular text field tokenized using different tokenizers , see tokens generated.

how can achieve that?

apart @val have mentioned can try out term vector,if intending study working of tokenisers.you can try out examining tokenisation happening in field

get /index-name/type-name/doc-id/_termvector?fields=field-to-be-examined 

to know more tokenisers , operations can refer blog


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -