search for: bool_operator

Displaying 1 result from an estimated 1 matches for "bool_operator".

2012 Jun 29
0
Adding Bi-gram in the QueryParser and Object.
...if there will be any scope of bi-grams in query inside BRA-KET it would have been consider while working on internal expression. * * *ValueRange: *No relation with Bi-grams. * * *Love: * *Hate: * Since we are trying to avoid query or have a single term.We can restrain adding them as bi-grams. * * *bool_operator:* https://github.com/sehaj-sk/xapian/blob/mybranch/xapian-core/docs/queryparser_new.rst#boolean-query * * Boolean operator are done by following type of grammer rules. bool_arg(E) bool_operator bool_arg(P). since *bool_arg* are *expr *i.e they are Query Object hence getting Bigrams would be diffic...