mirror of https://github.com/apache/lucene.git
LUCENE-8895: deprecate the other util.fst.Util.getByOutput override, too
This commit is contained in:
parent
66812b2a67
commit
8bf5e8be64
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue