[ 
https://issues.apache.org/jira/browse/SOLR-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uri Boness updated SOLR-1625:
-----------------------------

    Attachment: SOLR-1625.patch

Added support for regexp hints based on the different constants in the Pattern 
class. The terms.regexp.hints parameter accepts an int value corresponding to 
the value passed to the Pattern.compile(String expression, int hints) factory 
method. 

Using hints it is now possible to support case insensitive patterns.

> Add regexp support for TermsComponent
> -------------------------------------
>
>                 Key: SOLR-1625
>                 URL: https://issues.apache.org/jira/browse/SOLR-1625
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 1.4
>            Reporter: Uri Boness
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: SOLR-1625.patch, SOLR-1625.patch
>
>
> At the moment the only way to filter the returned terms is by a prefix. It 
> would be nice it the filter could also be done by regular expression

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to