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

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

Commit 1725710 from [~romseygeek] in branch 'dev/trunk'
[ https://svn.apache.org/r1725710 ]

LUCENE-6981: SpanQuery.getTermContexts() helper methods should be public

> SpanQuery.getTermContexts() static helper methods should be public
> ------------------------------------------------------------------
>
>                 Key: LUCENE-6981
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6981
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>         Attachments: LUCENE-6981.patch
>
>
> Currently, SpanQuery has two protected static helper methods for extracting 
> all TermContext objects from a collection of SpanWeights.  These are useful 
> for objects extending SpanQuery.  However, because they're static protected, 
> they can't be accessed by subclasses if those subclasses have been loaded by 
> a different classloader (for example, if they're being loaded as a Solr 
> plugin).



--
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