[ https://issues.apache.org/jira/browse/SOLR-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788047#action_12788047 ]
Uri Boness commented on SOLR-1625: ---------------------------------- regexp vs. regex -> I really don't know. I always use/d regexp, but I guess we need to come up with something that is consistent with Solr. The first thing that comes to mind with a regular expression configuration in Solr is the highlighting component and indeed it uses "regex", so it's best to stick to that. bq. have expplicit strings like regex.flag=case_sensitive®ex.flag=multiline Yeah... I had this feeling as well, but I thought it might be too many extra parameters just for the regular expression support. If you think that's best I can add it. I'll make the changes tonight and submit a new patch. > 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 > Assignee: Noble Paul > 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.