Class HnswValidator
java.lang.Object
com.yahoo.vespa.model.application.validation.HnswValidator
- All Implemented Interfaces:
Validator
Validates hnsw settings and warns if using hnsw and having searchable copies > 1 for a content cluster
- Author:
- hmusum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Validation.Context context) Validates the input Vespa model; illegal configuration should be reported through the context, while other problems (system error, insufficient quota, etc.) should be thrown.
-
Constructor Details
-
HnswValidator
public HnswValidator()
-
-
Method Details