Hi, Zip version meant to be consumed as a solr plugin. This one uses a modified version of o.a.l.queryparser.complexPhrase.ComplexPhraseQueryParser (modifications enable 1) configuration for ordered versus unordered phrase queries and 2) fielded queries). These modifications should be resolved at Lucene level.
A version of ComplexPhraseQParserPlugin.java could be committed though. It will simple consume/use what Lucene already has, same relationship between SurroundQParserPlugin and o.a.l.queryParser.surround.parser.QueryParser Perhaps it didn't catch a committer's attention yet. Ahmet ________________________________ From: Isaac Hebsh <isaac.he...@gmail.com> To: solr-user@lucene.apache.org Sent: Monday, June 24, 2013 12:25 AM Subject: Re: Wildcards and Phrase queries Ahmet, it looks great! Can you tell us why havn't this code been commited into lucene+solr trunk? On Sun, Jun 23, 2013 at 2:28 PM, Ahmet Arslan <iori...@yahoo.com> wrote: > Hi Isaac, > > ComplexPhrase-4.2.1.zip should work with solr4.2.1. Zipball contains a > ReadMe.txt file about instructions. > > > You could try with higher solr versions too. If it does not work, please > lets us know. > > > https://issues.apache.org/jira/secure/attachment/12579832/ComplexPhrase-4.2.1.zip > > > > ________________________________ > From: Isaac Hebsh <isaac.he...@gmail.com> > To: solr-user@lucene.apache.org > Sent: Saturday, June 22, 2013 9:33 PM > Subject: Re: Wildcards and Phrase queries > > > Thanks Erick. > Maybe lucene (java-user) is a better mailing list to ask in? > > > On Sat, Jun 22, 2013 at 7:30 AM, Erick Erickson <erickerick...@gmail.com > >wrote: > > > Wouldn't imagine they're production ready, they haven't been touched > > in months. > > > > So I'd say you're on your own here in terms of whether you wanted > > to use these for production. > > > > I confess I don't know what state they were left in or why they were > > never committed. > > > > FWIW, > > Erick > > > > On Wed, Jun 19, 2013 at 10:08 AM, Isaac Hebsh <isaac.he...@gmail.com> > > wrote: > > > Hi, > > > > > > I'm trying to understand what is the status of enabling wildcards on > > phrase > > > queries? > > > > > > Lucene JIRA issue: https://issues.apache.org/jira/browse/LUCENE-1486 > > > Solr JIRA issue: https://issues.apache.org/jira/browse/SOLR-1604 > > > > > > It looks like these issues are not going to be solved in the close > future > > > :( Will they? Did they came into a (partially) dead-end, in the current > > > approach. Can I contribute anything to make them fixed into an official > > > version? > > > > > > Does the lastest patches which attached to rthe JIRAs are production > > ready? > > > > > > [Should this message be sent to java-user list?] > > >