File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ swap_indexes_1: |-
3838 { 'indexes': ['indexA', 'indexB'] },
3939 { 'indexes': ['indexX', 'indexY'] }
4040 ])
41- rename_an_index_1 : |-
42- client.updateIndex('movies', { uid: 'films' })
4341get_one_document_1 : |-
4442 client
4543 .index('movies')
@@ -280,13 +278,6 @@ get_version_1: |-
280278 client.getVersion()
281279distinct_attribute_guide_1 : |-
282280 client.index('jackets').updateDistinctAttribute('product_id')
283- field_properties_guide_searchable_1 : |-
284- client.index('movies').updateSearchableAttributes([
285- 'title',
286- 'overview',
287- 'genres',
288- ]
289- )
290281field_properties_guide_displayed_1 : |-
291282 client.index('movies').updateDisplayedAttributes([
292283 'title',
@@ -553,8 +544,6 @@ facet_search_3: |-
553544 facetQuery: 'c',
554545 facetName: 'genres'
555546 })
556- search_parameter_guide_show_ranking_score_details_1 : |-
557- client.index('movies').search('dragon', { showRankingScoreDetails: true })
558547get_similar_post_1 : |-
559548 client.index('INDEX_NAME').searchSimilarDocuments({ id: 'TARGET_DOCUMENT_ID', embedder: 'default' })
560549distinct_attribute_guide_filterable_1 : |-
You can’t perform that action at this time.
0 commit comments