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
charFilters are always evaluated berfore filters, independent of their order in schema.xml. This is problematic as the schema designer is prone to expect the visual order to be the same as evaluation order.
A check should be added to ensure that the order is strict charFilter, tokenizer, filter.
The text was updated successfully, but these errors were encountered:
charFilter
s are always evaluated berforefilter
s, independent of their order inschema.xml
. This is problematic as the schema designer is prone to expect the visual order to be the same as evaluation order.A check should be added to ensure that the order is strict
charFilter
,tokenizer
,filter
.The text was updated successfully, but these errors were encountered: