[
https://issues.apache.org/jira/browse/LUCENE-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153856#comment-15153856
]
Uwe Schindler edited comment on LUCENE-7036 at 2/19/16 7:35 AM:
----------------------------------------------------------------
Can you explain your problem? Lucene 5.x requires Java 7 at minimum and all
file IO uses java.nio.files.* APIs.
StringHelper uses the file /dev/urandom only if it is available. If the
environment restricts access, another hasing is used.
was (Author: thetaphi):
Can you explain your problem? Lucene 5.x requires Java 7 at minimum and all
file IO uses java.nio.files.* APIs.
StringHelper uses the file /dev/urandom only if it is available.
> nio.Paths and nio.Files package are used in StringHelper, but they are
> restricted in many infrastructure and platforms
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: LUCENE-7036
> URL: https://issues.apache.org/jira/browse/LUCENE-7036
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/other
> Affects Versions: 5.1, 5.2, 5.3, 5.4, 5.5
> Reporter: Forrest Sun
>
> nio.Paths and nio.Files package are used in StringHelper, but they are
> restricted in many infrastructure and platforms like Google App Engine.
> The use of Paths and Fiiles are not related to the main function of Lucene.
> It's better to provide an interface to store system properties instead of
> using File API in String Helper directly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]