Uwe Schindler (JIRA) wrote:
> Convert PrecedenceQueryParser to new TokenStream API
> ----------------------------------------------------
>
>                  Key: LUCENE-1932
>                  URL: https://issues.apache.org/jira/browse/LUCENE-1932
>              Project: Lucene - Java
>           Issue Type: Task
>     Affects Versions: 2.9
>             Reporter: Uwe Schindler
>             Assignee: Adriano Crestani
>              Fix For: 3.0
>          Attachments: LUCENE-1932.patch
>
> Adriano Crestani provided a patch, that updates the PQP to use the new 
> TokenStream API...all tests still pass. 
> I hope this helps to keep the PQP 
>
>
>   
bq. I hope this helps to keep the PQP

Why? If the new queryparser properly supports precedence (which I've
been told it can/does in the past), whats the attachment to PQP? Even
testPrecedence fails :) I havn't looked into it, just doesn't seem
promising :)


 * Experimental query parser variant designed to handle operator precedence
 * in a more sensible fashion than QueryParser.  There are still some
 * open issues with this parser. The following tests are currently failing
 * in TestPrecedenceQueryParser and are disabled to make this test pass:
 * <ul>
 * <li> testSimple
 * <li> testWildcard
 * <li> testPrecedence

-- 
- Mark

http://www.lucidimagination.com




---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to