Custom IndexAccessor
cannot support String
index type
#32706
Labels
Milestone
IndexAccessor
cannot support String
index type
#32706
Overview
Due to the current implementation of
IndexAccessor
support, a custom index accessor cannot support aString
index type.The reason is that our "indexing into an object by property name" feature owns the
String
index type.We should therefore ensure that a custom
IndexAccessor
can support aString
index type and make our "indexing into an object by property name" feature the fallback, best-effort scenario.Related Issues
IndexAccessor
SPI to customize the SpELIndexer
#26478The text was updated successfully, but these errors were encountered: