Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-1910

Extension to MoreLikeThis to use tag information

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • modules/other
    • None
    • New, Patch Available

    Description

      I would like to contribute a class based on the MoreLikeThis class in
      contrib/queries that generates a query based on the tags associated
      with a document. The class assumes that documents are tagged with a
      set of tags (which are stored in the index in a seperate Field). The
      class determines the top document terms associated with a given tag
      using the information gain metric.

      While generating a MoreLikeThis query for a document the tags
      associated with document are used to determine the terms in the query.
      This class is useful for finding similar documents to a document that
      does not have many relevant terms but was tagged.

      Attachments

        1. LUCENE-1910.patch
          40 kB
          Thomas D'Silva

        Activity

          People

            Unassigned Unassigned
            twdsilva@gmail.com Thomas D'Silva
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: