Package com.yahoo.vespa.documentmodel
Class SearchManager
- java.lang.Object
-
- com.yahoo.vespa.documentmodel.SearchManager
-
public class SearchManager extends Object
- Author:
- baldersheim
-
-
Constructor Summary
Constructors Constructor Description SearchManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchManager
add(SearchDef def)
This will add a searchdefinition or throw an IllegalArgumentException if the name is already used
-
-
-
Method Detail
-
add
public SearchManager add(SearchDef def)
This will add a searchdefinition or throw an IllegalArgumentException if the name is already used- Parameters:
def
- The searchdef to add- Returns:
- itself for chaining purposes.
-
-