summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/ranking/MatchFeatureInput.java
blob: f80f29b3668a1e9b452684fa60e2bbeae28b9ad6 (plain) (blame)
1
2
3
4
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.search.ranking;

record MatchFeatureInput(String inputName, String matchFeatureName) {}