[ 
https://issues.apache.org/jira/browse/SOLR-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13154161#comment-13154161
 ] 

Robert Muir commented on SOLR-2438:
-----------------------------------

3.5 is branched. But just my opinion: we should never worry about this stuff.

I don't think we should ever freeze trunk or our stable branch.

If someone is working on a release candidate and hasn't branched, they can 
always branch
from a specific revision that they were working with before.

By the way Erick: nice work on the patch. I just took a quick glance (didn't 
test it),
but only have one question.

If the backwards compatibility path is to have legacyMultiTerm, can't we just 
control
its default based upon the schema version (and bump that?). It seems awkward to 
have
2 booleans that control the backwards: both legacyMultiTerm and 
luceneMatchVersion.

I guess at the end of the day I think the schema variable you added is a better 
approach,
because its not really a behavior of the lucene queryparser that changed, but a 
change
to the schema.

                
> Case Insensitive Search for Wildcard Queries
> --------------------------------------------
>
>                 Key: SOLR-2438
>                 URL: https://issues.apache.org/jira/browse/SOLR-2438
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Peter Sturge
>            Assignee: Erick Erickson
>         Attachments: SOLR-2438.patch, SOLR-2438.patch, SOLR-2438.patch, 
> SOLR-2438.patch, SOLR-2438.patch
>
>
> This patch adds support to allow case-insensitive queries on wildcard 
> searches for configured TextField field types.
> This patch extends the excellent work done Yonik and Michael in SOLR-219.
> The approach here is different enough (imho) to warrant a separate JIRA issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to