mattnmorgan / ECU-19-Redis

NSF Grant project for for the CSCI department chair
0 stars 0 forks source link

Boolean Retrieval Bug: Incorrect Query Results #6

Closed mattnmorgan closed 5 years ago

mattnmorgan commented 5 years ago

Queries involving the ! symbol, such as !dog !cat !animal and !arch !dread !reach yield incorrect results when evaluated. The problem seems to be somewhere relative to the unionstore and diffstore operations in the fetch --> subfetch function.