Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-9461

Dynamic boost lite

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.42.0
    • indexing
    • None

    Description

      Dynamic boost uses index time boosting. This requires to have a separate field for each unique term that needs to be boosted. With a high number of terms (thousands), this could result in a sparse index that requires extra disk space. Usually, dynamicBoost and similarityTags are configured on the same field. In this case, similarityTags work on the same set of terms without the need to store boost values. This does not affect the index size.

       

      With oak.search.dynamicBoostLite=lucene no index time boosting is used for lucene types indexes. The terms will affect the query match clause but the scores won't be the same. In summary, in lite mode, the query will have the same recall but lower precision.

      Attachments

        Issue Links

          Activity

            People

              fortino Fabrizio Fortino
              fortino Fabrizio Fortino
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: