[ 
https://issues.apache.org/jira/browse/LUCENE-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley resolved LUCENE-8283.
----------------------------------
       Resolution: Fixed
         Assignee: David Smiley
    Fix Version/s: 7.4

Thanks Michael.

> Improve FieldOffsetStrategy javadoc post-OffsetsEnum change
> -----------------------------------------------------------
>
>                 Key: LUCENE-8283
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8283
>             Project: Lucene - Core
>          Issue Type: Improvement
>    Affects Versions: master (8.0), 7.3.1
>            Reporter: Michael Braun
>            Assignee: David Smiley
>            Priority: Trivial
>             Fix For: 7.4
>
>         Attachments: LUCENE-8283.patch
>
>
> As part of LUCENE-8145, the FieldOffsetStrategy abstract class was changed to 
> return an OffsetsEnum rather than a List<OffsetsEnum> for 
> getOffsetsEnum(IndexReader reader, int docId, String content). However, the 
> javadoc at the top of the class currently reads:
> {code}
> Ultimately returns a list of {@link OffsetsEnum} yielding potentially 
> highlightable words in the text....
> {code}
> "a list" should be replaced with "an" to be more accurate now that this 
> method has changed signature.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to