[
https://issues.apache.org/jira/browse/LUCENE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578976#action_12578976
]
Andi Vajda commented on LUCENE-1234:
------------------------------------
The inaccessible class is called BoostingSpanScorer.
The method I'd to override there is the score() method.
> BoostingTermQuery's BoostingSpanScorer class should be protected instead of
> package access
> ------------------------------------------------------------------------------------------
>
> Key: LUCENE-1234
> URL: https://issues.apache.org/jira/browse/LUCENE-1234
> Project: Lucene - Java
> Issue Type: Bug
> Components: Search
> Affects Versions: 2.3.1
> Reporter: Andi Vajda
> Priority: Trivial
> Attachments: patches-lucene-2.3.1
>
>
> Currently, BoostingTermScorer, an inner class of BoostingTermQuery is not
> accessible from outside the search.payloads
> making it difficult to write an extension of BoostingTermQuery. The other
> inner classes are protected already, as they should be.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]