Skip to content

Reduce per-field heap usage for indexed fields [LUCENE-6199] #7261

@asfimport

Description

@asfimport

Lucene uses a non-trivial baseline bytes of heap for each indexed
field, and I know it's abusive for an app to create 100K indexed
fields but I still think we can and should make some effort to reduce
heap usage per unique field?

E.g. in block tree we store 3 BytesRefs per field, when 3 byte[]s
would do...


Migrated from LUCENE-6199 by Michael McCandless (@mikemccand), 1 vote, updated May 09 2016
Attachments: LUCENE-6199.patch (versions: 2)
Sub-tasks:

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions