問題タブ [elasticsearch-rails]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby-on-rails - Elasticsearch 一致フィールド = 値 (含まない)
Elasticsearch の検索中に問題が発生しました。product
フィールドを持つインデックスがありtitle
、gender
クエリを作成するときは、 (女性やその他ではなく)default_field: title
のみで結果を取得する必要がありますgender=male
クエリ:dress AND gender:male
結果には両方の性別が含まれます:male
とfemale
とmale,female
gender:*
を含むすべてを検索するように思えますmale
が、値が完全に一致するわけではありません。クエリを正しく行う方法は?
Ruby on Railsで使っています