Package com.yahoo.search.searchchain
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 Summary
Fields Modifier and Type Field Description String
comment
com.yahoo.component.chain.Chain<Searcher>
searchChain
-
Constructor Summary
Constructors Constructor Description CommentedSearchChain(String comment, com.yahoo.component.chain.Chain<Searcher> searchChain)
-