2020-08-27から1日間の記事一覧

30.Elasticsearch|match_phrase/スコアリング

match_phraseで検索をかけた時、何を基準としてスコアリングされるのか、仕事で問われる機会があったので学習。 analyzerの基本 blog.chocolapod.net www.elastic.co medium.com _analyze GET Index名/_analyze { "field": "~Field名~", "text": "~Value~" }…