Class IndexCommandResolver


  • public class IndexCommandResolver
    extends MultiFieldResolver
    Resolver-class for harmonizing index-commands in multifield indexes
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexCommandResolver​(java.lang.String indexName, java.util.List<SDField> fields, Search search, com.yahoo.config.application.api.DeployLogger logger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void resolve()
      Check index-commands for each field, report and attempt to fix any inconsistencies
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexCommandResolver

        public IndexCommandResolver​(java.lang.String indexName,
                                    java.util.List<SDField> fields,
                                    Search search,
                                    com.yahoo.config.application.api.DeployLogger logger)
    • Method Detail

      • resolve

        public void resolve()
        Check index-commands for each field, report and attempt to fix any inconsistencies
        Specified by:
        resolve in class MultiFieldResolver