Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0, 4.1, 6.0
-
None
-
New, Patch Available
Description
Currently MemoryIndex uses BytesRef objects to represent terms and holds an int[] per term per field to represent postings. For highlighting this creates a ton of objects for each search that 1. need to be GCed and 2. can't be reused.
Attachments
Attachments
Issue Links
- incorporates
-
LUCENE-3865 MemoryIndex does not allow user to add multiple values for a single field name
- Closed