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
Monex is also affected by this as this will show incorrect term frequencies in the index value view.
Changing the number of results per page shows the correct values but changing back
to the original value for results per page will still the old values.
Only reindexing the collection with this index will update all views to show correct term frequencies.
Expected behavior
The index values view to always show the current term frequencies.
To Reproduce
create test collection with a range index
insert 100 nodes each with a different key wich is then added to the index
check monex that 100 different keys with term frequency 1 is shown for that index
update insert into nodes with the same keys again to the same document
check monex to see that the term frequency stays 1
change the number of results per page to 10
now the correct term frequencies are shown
change back to 100 results per page
term frequencies are 1 again
Context (please always complete the following information):
Build: eXist-6.0.1
Java: 11.0.15 (Debian)
OS: Linux 5.10.104-linuxkit (aarch64)
App Version: 3.0.4
The same issue is also on 7.0.0-SNAPSHOT with monex 4.0.0 on macOSX and Java 17
Additional context
How is eXist-db installed? docker
Any custom changes in e.g. conf.xml? none
The text was updated successfully, but these errors were encountered:
I can see why Monex would be affected by this, but the problem isn't fundamentally Monex's, is it? The problem is eXist - as described in the issue you linked to. Monex just conveys the data it receives from eXist via the built-in functions. Or is Monex responsible in some way here?
Describe the bug
Under certain circumstances the function
util:index-keys#5
can return stale data.eXist-db/exist#4805
Monex is also affected by this as this will show incorrect term frequencies in the index value view.
Changing the number of results per page shows the correct values but changing back
to the original value for results per page will still the old values.
Only reindexing the collection with this index will update all views to show correct term frequencies.
Expected behavior
The index values view to always show the current term frequencies.
To Reproduce
update insert into
nodes with the same keys again to the same documentContext (please always complete the following information):
The same issue is also on 7.0.0-SNAPSHOT with monex 4.0.0 on macOSX and Java 17
Additional context
conf.xml
? noneThe text was updated successfully, but these errors were encountered: