Skip to content

RFC: Store the tweets inside Lucene? #4

@reactormonk

Description

@reactormonk

Lucene supports storing inside a field (Field.Store.YES), with the cost of a bit more memory used. The gain would be simpler code because we don't have to serialize the tweets separately. Given the low efficiency constraints, this should not be a problem. If it becomes one, I suggest switching to a "real" key-value store.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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