search for: prefix_inlin

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

Did you mean: prefix_inline
2007 Oct 19
1
Re: [Xapian-commits] 9476: trunk/xapian-core/ trunk/xapian-core/include/xapian/ trunk/xapian-core/queryparser/ trunk/xapian-core/tests/
...quot; would allow something like "code:xkcd.2354/sad OR richard" to generate the query "XCODE:xkcd.2354/sad OR richard"; ie, be used as a normal weighted term, and included in boolean operators. My idea when introducing the prefix_type enum, and when naming its values as PREFIX_INLINE and PREFIX_FILTER, was that the prefix_type would determine how the term was "mixed" into the query (so, PREFIX_INLINE correlated to option "A" above, and PREFIX_FILTER correlated to option "B" above). My patch also hard-coded the combination of option A with &qu...