We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elastic version: 2.2.0 Nest version: 2.1.0
When setting position_offset_gap on the StringAttribute Elastic will generate an error on the PUT:
"Mapping definition for [names] has unsupported parameters: [position_offset_gap : 100]"
Seems it has been renamed to: position_increment_gap
https://www.elastic.co/guide/en/elasticsearch/reference/2.2/release-notes-2.0.0-beta2.html#breaking-2.0.0-beta2
The text was updated successfully, but these errors were encountered:
Thanks for the heads up @stromblom, we'll fix this asap.
Sorry, something went wrong.
Mark PositionOffsetGap as obsolete in favor of PositionIncrementGap
48a2200
Closes #2027
Remove PositionOffsetGap in favor or PositionIncrementGap
2090369
Relates #2027
Closed via 48a2200 and 2090369
No branches or pull requests
Elastic version: 2.2.0
Nest version: 2.1.0
When setting position_offset_gap on the StringAttribute Elastic will generate an error on the PUT:
"Mapping definition for [names] has unsupported parameters: [position_offset_gap : 100]"
Seems it has been renamed to: position_increment_gap
https://www.elastic.co/guide/en/elasticsearch/reference/2.2/release-notes-2.0.0-beta2.html#breaking-2.0.0-beta2
The text was updated successfully, but these errors were encountered: