Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - API / Semantic Definition
-
Normal
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
The SSTableIndexWriter rejects terms that exceed a maximum term size with a no-spam warning, but the TrieMemoryIndex does not do this.
We should check term sizes when rows are added and issue client warnings when this happens. This still needs to happen in the SSTableIndexWriter to handle terms during an initial index build.