[
https://issues.apache.org/jira/browse/LUCENE-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744372#action_12744372
]
Luis Alves edited comment on LUCENE-1792 at 8/17/09 10:30 PM:
--------------------------------------------------------------
This one is done :).
This patch is against the latest trunk.
>From my last patch here are the major changes
- Changed MultiTermRewriteMethodProcessor, WildcardQueryNodeBuilder,
RangeQueryNodeBuilder, PrefixWildcardQueryNodeBuilder, to use the
MultiTermRewriteMethodAttribute.
- Clean up the RangeQueryNode, PrefixWildcardQueryNode, WildcardQueryNode and
ParametricRangeQueryNodeProcessor from use of setRewrteMethod.
- Changed MultiTermRewriteMethodProcessor to use a setTAG to pass the
MultiTermQuery.RewriteMethod value to the Builders
was (Author: lafa):
This one is done :).
This patch is against the trunk the latest trunk.
>From my last patch here are the major changes
- Changed MultiTermRewriteMethodProcessor, WildcardQueryNodeBuilder,
RangeQueryNodeBuilder, PrefixWildcardQueryNodeBuilder, to use the
MultiTermRewriteMethodAttribute.
- Clean up the RangeQueryNode, PrefixWildcardQueryNode, WildcardQueryNode and
ParametricRangeQueryNodeProcessor from use of setRewrteMethod.
- Changed MultiTermRewriteMethodProcessor to use a setTAG to pass the
MultiTermQuery.RewriteMethod default value to the Builders
> new QueryParser fails to set AUTO REWRITE for multi-term queries
> ----------------------------------------------------------------
>
> Key: LUCENE-1792
> URL: https://issues.apache.org/jira/browse/LUCENE-1792
> Project: Lucene - Java
> Issue Type: Bug
> Components: contrib/*
> Affects Versions: 2.9
> Reporter: Michael McCandless
> Assignee: Michael Busch
> Priority: Minor
> Fix For: 2.9
>
> Attachments: LUCENE-1792.patch, LUCENE-1792.patch,
> LUCENE-1792_update_v1.patch,
> removal_of_wildcard_and_prefix_detection_from_the_syntaxparser.patch
>
>
> The old QueryParser defaults to constant score rewrite for
> Prefix,Fuzzy,Wildcard,TermRangeQuery, but the new one seems not to.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]