Skip to content

LuceneQueryProcessor may be querying titles instead of text #32

@MikeHopcroft

Description

@MikeHopcroft

In LuceneQueryProcessor.java:

// field seems to be "00" for title, "01" for body.
Term term = new Term("01", termText);

The "01" configuration runs three times faster than the "00" configuration.

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