File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -683,6 +683,18 @@ facet_search_2: |-
683
683
client.index('books').update_faceting_settings({ 'sortFacetValuesBy': { 'genres': 'count' } })
684
684
facet_search_3 : |-
685
685
client.index('books').facet_search('genres', 'c')
686
+ get_separator_tokens_1 : |-
687
+ client.index('articles').get_separator_tokens()
688
+ update_separator_tokens_1 : |-
689
+ client.index('articles').update_separator_tokens(["|", "…"])
690
+ reset_separator_tokens_1 : |-
691
+ client.index('articles').reset_separator_tokens()
692
+ get_non_separator_tokens_1 : |-
693
+ client.index('articles').get_non_separator_tokens()
694
+ update_non_separator_tokens_1 : |-
695
+ client.index('article').update_non_separator_tokens(["@", "#"])
696
+ reset_non_separator_tokens_1 : |-
697
+ client.index('articles').reset_non_separator_tokens()
686
698
get_dictionary_1 : |-
687
699
client.index('books').get_dictionary()
688
700
update_dictionary_1 : |-
You can’t perform that action at this time.
0 commit comments