Skip to content

Orignal scores were overridden in GenericTypeaheadInitializer code #10

Description

@yurkor

I noticed that this code actually ignores original scores when reading serialized index. So i was forced to comment it.

    protected GenericTypeahead<E> createTypeahead(GenericTypeaheadConfig<E> config) throws Exception {
        SOME CODE

      // create scoreScanner
   ScoreScanner scoreScanner = new ElementScoreScanner(config.getElementScoreFile());

SOME CODE
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions