顾笑群
2016-Jan-19 15:10 UTC
Does Xapian support query string like “x: 1..2 OR x: 8..10”? I cannot figure it out
Hi, All Any one can help me solve the issue:?http://stackoverflow.com/questions/34825084/does-xapian-support-query-string-like-x-1-2-or-x-8-10-i-cannot-figure-it Thanks Rafael
James Aylett
2016-Jan-19 19:14 UTC
Re: Does Xapian support query string like “x: 1..2 OR x: 8..10”? I cannot figure it out
On 19 Jan 2016, at 15:10, ??? <shoutrain_goo at aliyun.com> wrote:> Any one can help me solve the issue: http://stackoverflow.com/questions/34825084/does-xapian-support-query-string-like-x-1-2-or-x-8-10-i-cannot-figure-itI?ve added a comment. The main point is to check our documentation on how to generate range queries: http://getting-started-with-xapian.readthedocs.org/en/latest/howtos/range_queries.html J -- James Aylett, occasional trouble-maker xapian.org
Possibly Parallel Threads
- Does Xapian support query string like "(age: 1..25) OR (age: 35..50)"? or "(age: 1..25) - (age: 35..50)"?
- Issues in Example code
- Xapian user search query syntax
- Does Xapian support query string like "(age: 1..25) OR (age: 35..50)"? or "(age: 1..25) - (age: 35..50)"?
- R bindings for Xapian - Project progress