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
In the docs it's noted that you can specify index expressions, however, turning this on results in a huge pile of the trait `elastic::prelude::StaticIndex` is not implemented for ... errors as afaik many of the library methods are implemented over StaticIndex, and it's not super clear how to fix this?
An example is put_mapping, which requires StaticIndex to create a PutMappingRequestBuilder, unfortunately the inner type is private so unless the type fulfills StaticIndex it is,, impossible (?), to set a mapping?
The text was updated successfully, but these errors were encountered:
Hey, thanks for making this!
In the docs it's noted that you can specify index expressions, however, turning this on results in a huge pile of
the trait `elastic::prelude::StaticIndex` is not implemented for ...
errors as afaik many of the library methods are implemented overStaticIndex
, and it's not super clear how to fix this?An example is put_mapping, which requires
StaticIndex
to create aPutMappingRequestBuilder
, unfortunately the inner type is private so unless the type fulfillsStaticIndex
it is,, impossible (?), to set a mapping?The text was updated successfully, but these errors were encountered: