Completion postings format: Write hole character
Another issue found by randomized testing.
This commit is contained in:
parent
28ecafac11
commit
0ec3eaf53d
|
@ -159,6 +159,7 @@ public class AnalyzingCompletionLookupProvider extends CompletionLookupProvider
|
|||
output.writeVInt(XAnalyzingSuggester.SEP_LABEL);
|
||||
output.writeVInt(XAnalyzingSuggester.END_BYTE);
|
||||
output.writeVInt(XAnalyzingSuggester.PAYLOAD_SEP);
|
||||
output.writeVInt(XAnalyzingSuggester.HOLE_CHARACTER);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue