LUCENE-8283: Minor javadoc correction in UH FieldOffsetStrategy

This commit is contained in:
David Smiley 2018-04-29 22:28:56 -04:00
parent f6cbb2db6b
commit 570fff8672
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.apache.lucene.util.CharsRefBuilder;
import org.apache.lucene.util.automaton.CharacterRunAutomaton; import org.apache.lucene.util.automaton.CharacterRunAutomaton;
/** /**
* Ultimately returns a list of {@link OffsetsEnum} yielding potentially highlightable words in the text. Needs * Ultimately returns an {@link OffsetsEnum} yielding potentially highlightable words in the text. Needs
* information about the query up front. * information about the query up front.
* *
* @lucene.internal * @lucene.internal