[
https://issues.apache.org/jira/browse/SOLR-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated SOLR-5707:
--------------------------------
Attachment: SOLR-5707-allowdollar.patch
I just modified the Javascript parser to accept {{$}} as character inside
identifiers (was quite simple, because the $ sign has no other meaning in
Javascript). This is maybe an idea for another issue, I just posted it here as
patch, if we want to go this route.
According to the ECMAScript official documentation is the parser already too
strict, because ECMAScript allows all UnicodeLetters as ID characters, too. The
ANTLR parser only allows 'A'-'Z' and 'a'-'z' in addition to our special
characters.
> Lucene Expressions in Solr
> --------------------------
>
> Key: SOLR-5707
> URL: https://issues.apache.org/jira/browse/SOLR-5707
> Project: Solr
> Issue Type: New Feature
> Reporter: Ryan Ernst
> Attachments: SOLR-5707-allowdollar.patch, SOLR-5707.patch,
> SOLR-5707_vsp.patch
>
>
> Expressions should be available for use in Solr.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]