• Teodor Sigaev's avatar
    Phrase full text search. · bb140506
    Teodor Sigaev authored
    Patch introduces new text search operator (<-> or <DISTANCE>) into tsquery.
    On-disk and binary in/out format of tsquery are backward compatible.
    It has two side effect:
    - change order for tsquery, so, users, who has a btree index over tsquery,
      should reindex it
    - less number of parenthesis in tsquery output, and tsquery becomes more
      readable
    
    Authors: Teodor Sigaev, Oleg Bartunov, Dmitry Ivanov
    Reviewers: Alexander Korotkov, Artur Zakirov
    bb140506
tsdicts.out 15.4 KB