Comment 4 for bug 722787

Revision history for this message
Robert Collins (lifeless) wrote :

So the booleans are doing the N terms-1 permutations of the text put in, it works pretty well (better than a plain search, faster than the abomination we had before). We need a per-context document term frequency filter to do better (which things like lucene just build in, but tsearch2 doesn't seem to have).