LUCENE-8895: deprecate the other util.fst.Util.getByOutput override, too

This commit is contained in:
Michael Sokolov 2019-07-03 21:33:33 -04:00
parent 66812b2a67
commit 8bf5e8be64
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ public final class Util {
* Expert: like {@link Util#getByOutput(FST, long)} except reusing
* BytesReader, initial and scratch Arc, and result.
*/
@Deprecated
public static IntsRef getByOutput(FST<Long> fst, long targetOutput, BytesReader in, Arc<Long> arc, Arc<Long> scratchArc, IntsRefBuilder result) throws IOException {
long output = arc.output;
int upto = 0;