You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inheriting the correct analyzer when default mapping is in use (#1807)
Here's an unhandled situation:
- Say one defines a default dynamic mapping with a non-standard analyzer
- Field content is indexed correctly per this non-standard analyzer
- But, now let them run an analytic query over a field (that exists) -
- This analytic query is incorrectly pulling the definition from the
index's default_analyzer (`standard`) as opposed to the
non-standard analyzer.
This situation is not handled properly only for the default mapping and
not type mappings.
Also, https://issues.couchbase.com/browse/MB-56306
0 commit comments