[
https://issues.apache.org/jira/browse/LUCENE-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15048745#comment-15048745
]
Mikhail Khludnev commented on LUCENE-5868:
------------------------------------------
{code}
Index: lucene/common-build.xml
===================================================================
--- lucene/common-build.xml (revision 1718516)
+++ lucene/common-build.xml (working copy)
@@ -321,6 +321,12 @@
</condition>
</fail>
+ <fail message="Maximum supported Java version is 1.7.">
+ <condition>
+ <hasmethod classname="java.lang.Integer" method="parseUnsignedInt"/>
+ </condition>
+ </fail>
+
<!-- temporary for cleanup of java.specification.version, to be in format
"x.y" -->
<loadresource property="-cleaned.specification.version">
<propertyresource name="java.specification.version"/>
{code}
This amendment will keep me from such mistakes in 5.x. Let me know if there is
a more regular approach.
> JoinUtil support for NUMERIC docValues fields
> ----------------------------------------------
>
> Key: LUCENE-5868
> URL: https://issues.apache.org/jira/browse/LUCENE-5868
> Project: Lucene - Core
> Issue Type: New Feature
> Reporter: Mikhail Khludnev
> Assignee: Mikhail Khludnev
> Priority: Minor
> Fix For: 5.5
>
> Attachments: LUCENE-5868-5x.patch, LUCENE-5868-5x.patch,
> LUCENE-5868-lambdarefactoring.patch, LUCENE-5868-lambdarefactoring.patch,
> LUCENE-5868.patch, LUCENE-5868.patch, LUCENE-5868.patch, LUCENE-5868.patch,
> LUCENE-5868.patch, LUCENE-5868.patch, qtj.diff
>
>
> while polishing SOLR-6234 I found that JoinUtil can't join int dv fields at
> least.
> I plan to provide test/patch. It might be important, because Solr's join can
> do that. Please vote if you care!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]