Class ForkingSearcher.CommentedSearchChain

java.lang.Object
com.yahoo.search.searchchain.ForkingSearcher.CommentedSearchChain
Enclosing class:
ForkingSearcher

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

    • comment

      public final String comment
    • searchChain

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

    • CommentedSearchChain

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