[
https://issues.apache.org/jira/browse/LUCENE-6885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993537#comment-14993537
]
Christine Poerschke commented on LUCENE-6885:
---------------------------------------------
Interesting/Unexpected branch_5x precommit error, looking into.
{code}
compile-core:
[mkdir] Created dir: ...branches\branch_5x\lucene\build\core\classes\java
[javac] Compiling 731 source files to
...branches\branch_5x\lucene\build\core\classes\java
[javac]
...branches\branch_5x\lucene\core\src\java\org\apache\lucene\index\StandardDirectoryReader.java:139:
error: incompatible types: Map<Object,Object> cannot be converted to
Map<String,Integer>
[javac] final Map<String,Integer> segmentReaders = (oldReaders == null
? Collections.emptyMap() : new HashMap<>(oldReaders.size()));
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error
{code}
> StandardDirectoryReader (initialCapacity) tweaks
> ------------------------------------------------
>
> Key: LUCENE-6885
> URL: https://issues.apache.org/jira/browse/LUCENE-6885
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Christine Poerschke
> Assignee: Christine Poerschke
> Priority: Minor
> Attachments: LUCENE-6885.patch, LUCENE-6885.patch
>
>
> proposed patch against trunk to follow
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]