search for: shoutrain_goo

Displaying 5 results from an estimated 5 matches for "shoutrain_goo".

2016 Jan 16
2
Does Xapian support query string like "(age: 1..25) OR (age: 35..50)"? or "(age: 1..25) - (age: 35..50)"?
Hi, All Does Xapian support query string like "(age: 1..25) OR (age: 35..50)"? or "(age: 1..25) - (age: 35..50)"? I?want?to?get?the?results?with?age?range?from?1?to?25, 35?to?50. I?tested,?"(age: 1..25) OR (age: 35..50)"? or "(age: 1..25) - (age: 35..50)" doesn't work. Thanks Best wish-Rafael Gu
2016 Jan 19
1
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
2016 Jan 17
0
Does Xapian support query string like "(age: 1..25) OR (age: 35..50)"? or "(age: 1..25) - (age: 35..50)"?
On 16 January 2016 at 19:15, ??? <shoutrain_goo at aliyun.com> wrote: > Hi, All > Does Xapian support query string like "(age: 1..25) OR (age: 35..50)"? or > "(age: 1..25) - (age: 35..50)"? > I want to get the results with age range from 1 to 25, 35 to 50. > > I tested, "(age: 1..25) OR (age: 35..50...
2016 Jan 19
1
Compile xapian-core on CentOS 7: configure: error: uuid.h found, but uuid_create() not found?
Hi, All I want to compile xapian-core on CentOS 7, I got the following mistake:configure:?error:?uuid.h?found,?but?uuid_create()?not?found.??You?probably?wants?to?install?libuuid?from?util-linux-ng?or?e2fsprogs?(you?may?need?to?install?the?uuid-dev,?libuuid-devel?or?e2fsprogs-devel?package) Actually, I got uuid, libuuid-devel installed successfully. ? PS: ?have you some other better way to install
2016 Jan 19
1
答复:Compile xapian-core on CentOS 7: configure: error: uuid.h found, but uuid_create() not found?
Solved:) Just remove e2fsprogs-devel, it works now. Thanks.