[
https://issues.apache.org/jira/browse/JENA-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13741195#comment-13741195
]
Rob Vesse commented on JENA-512:
--------------------------------
Yes I think there may be such as langmatches
The advantage of using the Tags constants is now we can tweak them as necessary
and they should automatically be reflected everywhere. I have tweaked sameTerm
and langMatches appropriately but there may be others we want to tweak.
Since both SSE and SPARQL itself have case insensitive keywords the exact
capitalization is a matter of taste. Please go ahead and tweak the constants
in Tags as you feel appropriate
> SSE Tags are used inconsistently
> --------------------------------
>
> Key: JENA-512
> URL: https://issues.apache.org/jira/browse/JENA-512
> Project: Apache Jena
> Issue Type: Bug
> Components: ARQ
> Affects Versions: Jena 2.10.1
> Reporter: Rob Vesse
> Assignee: Rob Vesse
> Priority: Minor
> Labels: algebra, sse
>
> In some of our more recent code we are trying to map functions into a
> messaging data structure by inspecting the function symbol. However we have
> found that there are some inconsistencies in the symbols.
> Namely that the capitalization and punctuation are not consistent, likely
> this cannot change as it would mean breaking many existing algebra
> examples/tests and systems like ours that use algebra strings internally.
> The more concerning inconsistencies are that some functions report symbols
> without using the tag constants and so some queries written report symbols
> that don't match their tag constants.
> BuilderExpr appears to get around this by doing case insensitive key lookup
> which seems very hacky
> There is also at least one function (isNumeric) which has no Tag constant and
> no SSE builder defined for it so queries containing this cannot be decoded
> from algebra.
> I plan to do two things:
> - Make expression classes return their Tags constant where they don't already
> and particularly in the cases where the two values aren't exact matches
> - Fix the isNumeric case (and any others I discover) where there is no
> registered builder for the symbol
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira