Class RetrieversFeatures

java.lang.Object
org.elasticsearch.search.retriever.RetrieversFeatures
All Implemented Interfaces:
FeatureSpecification

public class RetrieversFeatures extends Object implements FeatureSpecification
Each retriever is given its own NodeFeature so new retrievers can be added individually with additional functionality.
  • Field Details

    • NEGATIVE_RANK_WINDOW_SIZE_FIX

      public static final NodeFeature NEGATIVE_RANK_WINDOW_SIZE_FIX
  • Constructor Details

    • RetrieversFeatures

      public RetrieversFeatures()
  • Method Details