aboutsummaryrefslogtreecommitdiff
path: root/v2/searchset.go
AgeCommit message (Expand)Author
2022-09-16Reduce noisy logging in searchset. The intermediate results are rarely usefulBill Neubauer
2022-03-16Fixed an OOB scenario where the target document could be shorter than theBill Neubauer
2022-03-16use a map instead of a slice for the fuseRange filter. It looks like it wants...Tyler Pirtle
2020-11-13Applied gofmt -s to simplify code.Bill Neubauer
2020-11-13Scope use of phrase induction to fix some bugs.Bill Neubauer
2020-11-13Adds the v2 searchset module for handling q-gramsBill Neubauer