Class CoolerWeighting


  • public class CoolerWeighting
    extends Object

    Ranking weighting, defined using -cool command line flags on the query processor.

    Each weighting is defined by a short name and an identifier

    This is used mostly when explain mode is enabled, for the Content Optimiser.

    Since:
    v12.4
    • Field Detail

      • name

        private String name
        Short name, e.g. offlink
      • id

        private int id
        Identifier
    • Constructor Detail

      • CoolerWeighting

        public CoolerWeighting()
      • CoolerWeighting

        public CoolerWeighting​(String name,
                               int id)