mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 15:05:33 +00:00
Fix CompletionTokenStream modifier redundancy
This commit is contained in:
parent
d72134b46e
commit
ed444cd276
@ -108,8 +108,8 @@ public final class CompletionTokenStream extends TokenStream {
|
|||||||
input.close();
|
input.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static interface ToFiniteStrings {
|
public interface ToFiniteStrings {
|
||||||
public Set<IntsRef> toFiniteStrings(TokenStream stream) throws IOException;
|
Set<IntsRef> toFiniteStrings(TokenStream stream) throws IOException;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user