Completion postings format: Write hole character

Another issue found by randomized testing.
This commit is contained in:
Alexander Reelsen 2013-11-29 10:24:39 +01:00
parent 28ecafac11
commit 0ec3eaf53d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}
};