Package com.yahoo.vespa.documentmodel
Class SearchManager
java.lang.Object
com.yahoo.vespa.documentmodel.SearchManager
- Author:
- baldersheim
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds a schema or throw an IllegalArgumentException if the name is already used
-
Constructor Details
-
SearchManager
public SearchManager()
-
-
Method Details
-
add
Adds a schema or throw an IllegalArgumentException if the name is already used- Parameters:
schema- the schema to add- Returns:
- itself for chaining purposes.
-