Sebastien Dionne created LUCENE-4896:
----------------------------------------

             Summary: PostingsHighlighter should use a interface of 
PassageFormatter instead of a class
                 Key: LUCENE-4896
                 URL: https://issues.apache.org/jira/browse/LUCENE-4896
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/highlighter
    Affects Versions: 4.2
         Environment: NA
            Reporter: Sebastien Dionne


In my project I need a custom PassageFormatter to use with PostingsHighlighter. 
 I extended PassageFormatter  to override format(...)

but if I do that, I don't have access to the private variables.  So instead of 
changing the scope to protected, it should be more usefull to use a interface 
for PassageFormatter.

like public DefaultPassageFormatter implements PassageFormatter.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to