Class ForkingSearcher.CommentedSearchChain

  • Enclosing class:
    ForkingSearcher

    public static class ForkingSearcher.CommentedSearchChain
    extends Object
    A search chain with a comment about when it is used.
    • Field Detail

      • comment

        public final String comment
      • searchChain

        public final com.yahoo.component.chain.Chain<Searcher> searchChain
    • Constructor Detail

      • CommentedSearchChain

        public CommentedSearchChain​(String comment,
                                    com.yahoo.component.chain.Chain<Searcher> searchChain)