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
This is yet another dimension of the sprawling matrix of attributes responsible for defining dynamic namespaces, but it is important. DocValues enables the use of Streaming Expressions via the /stream handler.
The good news is it only affects StrField, UUIDField, Trie* numeric/date fields, and BoolField. The bad news is that I don't think our strategy of enumeration is sustainable as other attributes (and attributes with wider range of values) proliferate.
The text was updated successfully, but these errors were encountered:
This is yet another dimension of the sprawling matrix of attributes responsible for defining dynamic namespaces, but it is important. DocValues enables the use of Streaming Expressions via the
/stream
handler.The good news is it only affects
StrField
,UUIDField
,Trie*
numeric/date fields, andBoolField
. The bad news is that I don't think our strategy of enumeration is sustainable as other attributes (and attributes with wider range of values) proliferate.The text was updated successfully, but these errors were encountered: