Displaying 7 results from an estimated 7 matches for "classxapian_1_1queryparser".
2015 May 03
2
Make Xapian accept all characters
...xapian, but as far as I can tell, Xapian's QueryParser is removing them from the query. So, if I search for just '##' I get an empty query, after Xapian parsed it. I've seen the flags this class accepts, but I can't do what I want with those ( http://xapian.org/docs/apidoc/html/classXapian_1_1QueryParser.html )
Any help will be highly appreciated!
Regards!
2015 May 04
2
Make Xapian accept all characters
...n's QueryParser is removing them from the query.
> > So, if I search for just '##' I get an empty query, after Xapian
> > parsed it. I've seen the flags this class accepts, but I can't do what
> > I want with those (
> > http://xapian.org/docs/apidoc/html/classXapian_1_1QueryParser.html )
>
> QueryParser doesn't currently allow controlling the characters which
> make up a word, but you can just construct a Query object directly
> for any term you want:
>
> $hashquery = new XapianQuery('##');
>
> Cheers,
> Olly
2014 Oct 30
2
Does Xapian support retrieval optional?
Hi,
I've been using Xapian for a while. But there is a scene I don't know
whether supported already.
Suppose:
1. Raw query: how to make pizza
2. Parsed query: how AND to AND make AND pizza
3. Documents:
d1: how to make pizza at home
d2: 3 ways to make pizza
d3: make pizza in 4 easy steps
Question:
1. During searching process, how to retrieve d2, d3 (although they don't
2017 Mar 31
3
xapian bug tracker registration email is not working
I tried to register yesterday, twice with 2 email addresses. The website
said it sent me mail, I never got a mail. Someone else, please confirm
this is broken.
A bug I'd like to file is that I'd like an option to search
*word. Currently you can only search word*. The example where I would
find this useful is searching for urls and email addresses. For example,
I want to find emals from
2017 Mar 31
3
xapian bug tracker registration email is not working
I tried to register yesterday, twice with 2 email addresses. The website
said it sent me mail, I never got a mail. Someone else, please confirm
this is broken.
A bug I'd like to file is that I'd like an option to search
*word. Currently you can only search word*. The example where I would
find this useful is searching for urls and email addresses. For example,
I want to find emals from
2015 May 04
0
Make Xapian accept all characters
...as I can tell, Xapian's QueryParser is removing them from the query.
> So, if I search for just '##' I get an empty query, after Xapian
> parsed it. I've seen the flags this class accepts, but I can't do what
> I want with those (
> http://xapian.org/docs/apidoc/html/classXapian_1_1QueryParser.html )
QueryParser doesn't currently allow controlling the characters which
make up a word, but you can just construct a Query object directly
for any term you want:
$hashquery = new XapianQuery('##');
Cheers,
Olly
2011 Sep 23
2
understanding stemming and synonyms
I am working with version 1.2.7 and want to use stemming and synonyms.
I use the perl-bindings and get some problems.
First of all: the perl-bindings dont allow the QueryParser a third
argument when calling parse_query! So i cannot set a default prefix
(which perhaps is the solution to my problem, but later more)
i have a simple testcase:
3 documents, every document only has one word: