Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M6IntersectionIterator::GetCount returns the wrong quantity. #27

Open
cbaakman opened this issue Nov 21, 2014 · 0 comments
Open

M6IntersectionIterator::GetCount returns the wrong quantity. #27

cbaakman opened this issue Nov 21, 2014 · 0 comments

Comments

@cbaakman
Copy link
Contributor

M6IntersectionIterator's 'mCount' is set in the M6IntersectionIterator::AddIterator function. However, the actual value can not be determined at that time.

To know the correct value, one should loop through all documents in all child iterators. Only documents present in all children should be counted.

One of the symptoms is that the server displays the wrong number of hits when query 'ft:carbohyd AND de:alzheimer' is enetered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant