JMMackenzie / IOQP

Impact Ordered Query Processing
Apache License 2.0
3 stars 0 forks source link

fix query parsing for colon terms #30

Closed lgrz closed 2 years ago

lgrz commented 2 years ago

The only reason the tokens.sort() is there was to work around the HashMap randomstate for the unit tests, maybe there's a better way to do this.

lgrz commented 2 years ago

Yes good idea, we should check this more thoroughly, I'll start with a simple dump of text files to compare to potentially catch anything else for the query logs that we are currently using. Then we can come back and add to this