在弹性搜索中处理数字

时间:2019-05-10 16:11:46

标签: reactjs react-native elasticsearch reactivesearch

因此,我正在使用名为https://github.com/avadev/Avalara-AvaTax-for-Magento2/blob/master/docs/getting-started.md的第三方库。我在使用其Reactive组件时遇到问题。 Datasearch接受要搜索的内容数组中的字符串数据字段。所以从本质上来说,它看起来像:

<DataSearch
   dataField={['someidstring.keyword', 'brand', 'type', 'year']}
/>

someidstring.keyword有效。这是字符串中的长ID。 brandtype也可以使用。 year没有。当我登录控制台时,项目编号只是一个标准编号。因此,我尝试了year.integer,并尝试了byteshortlong,但没有运气。还尝试了year.keyword并仅尝试了year

有什么我想念的吗?

谢谢!

0 个答案:

没有答案