Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Conversation

@andrzejewsky
Copy link
Contributor

No description provided.

adityasharma7 and others added 30 commits August 26, 2019 12:58
…ated #334

As of 5.0 value not_analyzed is no longer applicable.
Reference: https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking_50_mapping_changes.html#_literal_index_literal_property
Citation: On all field datatypes (except for the deprecated string field), the index property now only accepts true/false instead of not_analyzed/no. The string field still accepts analyzed/not_analyzed/no.
As per https://www.elastic.co/guide/en/elasticsearch/reference/1.4/mapping-core-types.html, not_analyzed means that its still searchable, but does not go through any analysis process or broken down into tokens.
As per https://www.elastic.co/guide/en/elasticsearch/reference/current/text.html, index means Should the field be searchable? Accepts true (default) or false.

So, changing index value not_analyzed to true. We can also remove index key as default value is true, but as I am unsure how it works when migrating to new release with schema changes. Setting it true as it may cause no harm and produces desired results
Update README.md – Node 10.x is now required
Done: Remove index value not_analyzed for some fields as it is deprecated #334
Missing url_path filter value or like filter that did not allow a string
array as value.
This commit removes the user and password from `config/default.json`.
This allows to not set a username and password when connecting to
Elasticsearch; Previously the default values were used if username and
password were omitted from `config/local.json`

Fixes #358
Signed-off-by: Kevin Gimbel <hallo@kevingimbel.com>
Remove default user and password from config/default.json
taxcalc.js - fix issue with deprecatedPriceFieldsSupport config.
@andrzejewsky andrzejewsky merged commit 8477d23 into develop Nov 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants