Re: Suggestions about writing / extending QueryParsers

2014-03-09 Thread Tommaso Teofili
, Tim *From:* Tommaso Teofili [mailto:tommaso.teof...@gmail.com] *Sent:* Friday, March 07, 2014 3:17 AM *To:* dev@lucene.apache.org *Subject:* Re: Suggestions about writing / extending QueryParsers Thanks Tim and Upayavira for your replies. I still need to decide what the final syntax

Re: Suggestions about writing / extending QueryParsers

2014-03-09 Thread Tommaso Teofili
: http://docs.lucidworks.com/display/lweug/Like+Document+Term+Keyword+Option -- Jack Krupansky *From:* Tommaso Teofili tommaso.teof...@gmail.com *Sent:* Thursday, March 6, 2014 6:23 AM *To:* dev@lucene.apache.org *Subject:* Suggestions about writing / extending QueryParsers Hi all, I'm

Re: Suggestions about writing / extending QueryParsers

2014-03-07 Thread Tommaso Teofili
Thanks Tim and Upayavira for your replies. I still need to decide what the final syntax could be, however generally speaking the ideal would be that I am able to extend the current Lucene syntax with a new expression which will trigger the creation of a more like this query with something like

RE: Suggestions about writing / extending QueryParsers

2014-03-07 Thread Allison, Timothy B.
:17 AM To: dev@lucene.apache.org Subject: Re: Suggestions about writing / extending QueryParsers Thanks Tim and Upayavira for your replies. I still need to decide what the final syntax could be, however generally speaking the ideal would be that I am able to extend the current Lucene syntax

Re: Suggestions about writing / extending QueryParsers

2014-03-07 Thread Jack Krupansky
AM To: dev@lucene.apache.org Subject: Suggestions about writing / extending QueryParsers Hi all, I'm thinking about writing/extending a QueryParser for MLT queries; I've never really looked into that code too much, while I'm doing that now, I'm wondering if anyone has suggestions on how

Suggestions about writing / extending QueryParsers

2014-03-06 Thread Tommaso Teofili
Hi all, I'm thinking about writing/extending a QueryParser for MLT queries; I've never really looked into that code too much, while I'm doing that now, I'm wondering if anyone has suggestions on how to start with such a topic. Should I write a new grammar for that ? Or can I just extend an

RE: Suggestions about writing / extending QueryParsers

2014-03-06 Thread Allison, Timothy B.
for traditional queries. So, what features do you want to add for mlt? What capabilities do you need? Cheers, Tim From: Tommaso Teofili [mailto:tommaso.teof...@gmail.com] Sent: Thursday, March 06, 2014 6:23 AM To: dev@lucene.apache.org Subject: Suggestions about writing

Re: Suggestions about writing / extending QueryParsers

2014-03-06 Thread Upayavira
Tommaso, Do say more about what you're thinking of. I'm currently getting my dev environment up to look into enhancing the MoreLikeThisHandler to be able handle function query boosts. This should be eminently possible from my initial research. However, if you're thinking of something more