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
@wolfgangmm Is this to be expected? I seem to recall that the application of a collation will change the way index values are stored. From the lucene docs on collations, "Collation converts each token into its binary CollationKey using the provided Collator, allowing it to be stored as an index term." So perhaps what @ttasovac is reporting in his "freaky index" screenshot is just these binary values?
Adding collation attribute-value pairs corrupts the view of the index in Monex. Consequently, some less stable people, like myself, freak out :)
Without collation, this is what my index looks like:
the good index
With collation:
I get the
the freaky index
The index itself in eXist is ok and can be queried, so this is a Monex issue.
The text was updated successfully, but these errors were encountered: