Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
I think we should do this in 7.0 (not 6.x).
Long ago we stopped accepting broken offsets (where the start offset
for a token is before the start offset of the last token) in postings
(LUCENE-4127), but we are still lenient with term vectors.
I think we should also check for term vectors: this would let users
know that their analysis chain is producing offsets that cannot be
used properly at search time.
Attachments
Attachments
Issue Links
- blocks
-
LUCENE-7963 Useless getAttribute() in DefaultIndexingChain causes performance drop
- Resolved