Re: List of Solr Query Parsers

2013-05-22 Thread Roman Chyla
Hello, I have just created a new JIRA issue, if you are interested in trying out the new query parser, please visit: https://issues.apache.org/jira/browse/LUCENE-5014 Thanks, roman On Mon, May 6, 2013 at 5:36 PM, Jan Høydahl wrote: > Added. Please try editing the page now. > > -- > Jan Høydahl,

Re: List of Solr Query Parsers

2013-05-06 Thread Jan Høydahl
Added. Please try editing the page now. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 6. mai 2013 kl. 19:58 skrev Roman Chyla : > Hi Jan, > My login is RomanChyla > Thanks, > > Roman > On 6 May 2013 10:00, "Jan Høydahl" wrote: > >> Hi Roman, >> >> This sounds gre

Re: List of Solr Query Parsers

2013-05-06 Thread Roman Chyla
Hi Jan, My login is RomanChyla Thanks, Roman On 6 May 2013 10:00, "Jan Høydahl" wrote: > Hi Roman, > > This sounds great! Please register as a user on the WIKI and give us your > username here, then we'll grant you editing karma so you can edit the page > yourself! The NEAR/5 syntax is really so

Re: List of Solr Query Parsers

2013-05-06 Thread Jan Høydahl
Hi Roman, This sounds great! Please register as a user on the WIKI and give us your username here, then we'll grant you editing karma so you can edit the page yourself! The NEAR/5 syntax is really something I think we should get into the default lucene parser. Can't wait to have a look at your

Re: List of Solr Query Parsers

2013-05-06 Thread Roman Chyla
Hi Jan, Please add this one http://29min.wordpress.com/category/antlrqueryparser/ - I can't edit the wiki This parser is written with ANTLR and on top of lucene modern query parser. There is a version which implements Lucene standard QP as well as a version which includes proximity operators, mult

Re: List of Solr Query Parsers

2013-05-06 Thread Jack Krupansky
Jan, I have a full 80-page chapter on query parsers in the new book on Lucene and Solr. Send me an email if you would like to be a reviewer. It integrates the descriptions of Solr query parser, dismax, and edismax so that it's not as difficult to figure out which is which and how they compare.