Re: [CLucene-dev] Parsing queries ?

2015-01-23 Thread Kostka Bořivoj
@lists.sourceforge.net Subject: [CLucene-dev] Parsing queries ? Hello, I would like to know if there is a way (in CLucene2.3.3.4) to build a Query* object from a complete Lucene query string, taking into account all of its operators (AND, OR, NOT, +, -, :, (), etc.). Until now, I've been able to use

Re: [CLucene-dev] Parsing queries ?

2015-01-23 Thread norbert barichard
Hello, Yes, I found about the non static parse method just a while after writing my 1st e-mail, thank you ! It does sound like a better way to use the queryParser indeed. Cheers, Norbert Le 23/01/2015 16:21, Kostka Bořivoj a écrit : Hello, I never used QueryParser::parse static method