[ 
https://issues.apache.org/jira/browse/LUCENE-6027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186467#comment-14186467
 ] 

ASF subversion and git services commented on LUCENE-6027:
---------------------------------------------------------

Commit 1634790 from [~rcmuir] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1634790 ]

LUCENE-6027: fix visibility issues in field comparators

> Fix visibility issues in field comparators
> ------------------------------------------
>
>                 Key: LUCENE-6027
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6027
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 5.0, Trunk
>
>         Attachments: LUCENE-6027.patch
>
>
> These comparators cannot currently be instantiated because although the 
> classes are public, the constructors are package-private (except Strings for 
> some reason). The visibility was correct in 4.10, e.g. can be used to plug in 
> your own sources of raw values like SortedSet/Numeric SortField do.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to