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
The case that if we do not query for 1 as stats for CALL KEYWORDS then no need to process the disk chunks as the parent RT index tokenizes the terms well, ie the tokenized \ normalized are same from the RT index and after disk chunks - that is why the code use short-cut and exists does not process the disk chunks.
Now I fixed if the RT index process terms from the CALL KEYWORDS and see the wildcards in any of the terms it goes down to disk chunks as disk chunk could have different dictionaries and could expand different terms from the same wildcard term.
Bug Description:
When we include '1 as stats' as a parameter, we get different results that seem like a bug.
check.tar.gz
The database dump file that you need to restore using the command
mysql -h0 -P9306 < check.sql
is attached.Manticore Search Version:
Latest dev version
Operating System Version:
Ubuntu Jammy
Have you tried the latest development version?
None
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: