[
https://issues.apache.org/jira/browse/SOLR-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-3702:
----------------------------------------
Description:
Related to https://issues.apache.org/jira/browse/SOLR-2526
Add query function to support concatenation of Strings.
was:
Related to https://issues.apache.org/jira/browse/SOLR-2526
Ah, sorry -- I read the patch but missed this part:
{code}
+ try {
+ final Object vmOption = getVMOptionMethod.invoke(hotSpotBean,
"ObjectAlignmentInBytes");
+ objectAlignment = Integer.parseInt(
+
vmOption.getClass().getMethod("getValue").invoke(vmOption).toString()
+ );
+ } catch (ReflectiveOperationException | IllegalArgumentException |
SecurityException e) {
+ // ignore
+ }
{code}
I'm fine with these changes, really. Thanks for exploring the alternatives,
Uwe.526
Add query function to support concatenation of Strings.
> String concatenation function
> -----------------------------
>
> Key: SOLR-3702
> URL: https://issues.apache.org/jira/browse/SOLR-3702
> Project: Solr
> Issue Type: New Feature
> Components: query parsers
> Affects Versions: 4.0-ALPHA
> Reporter: Ted Strauss
> Assignee: Shalin Shekhar Mangar
> Fix For: 4.9, Trunk
>
> Attachments: SOLR-3702.patch, SOLR-3702.patch, SOLR-3702.patch,
> SOLR-3702.patch, SOLR-3702.patch
>
>
> Related to https://issues.apache.org/jira/browse/SOLR-2526
> Add query function to support concatenation of Strings.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]