Uses of Class
ai.vespa.searchlib.searchprotocol.protobuf.SearchProtocol.Feature
Packages that use SearchProtocol.Feature
-
Uses of SearchProtocol.Feature in ai.vespa.searchlib.searchprotocol.protobuf
Methods in ai.vespa.searchlib.searchprotocol.protobuf that return SearchProtocol.FeatureModifier and TypeMethodDescriptionSearchProtocol.Feature.Builder.build()SearchProtocol.Feature.Builder.buildPartial()static SearchProtocol.FeatureSearchProtocol.Feature.getDefaultInstance()SearchProtocol.Feature.Builder.getDefaultInstanceForType()SearchProtocol.Feature.getDefaultInstanceForType()SearchProtocol.Hit.Builder.getMatchFeatures(int index) repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;SearchProtocol.Hit.getMatchFeatures(int index) repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;SearchProtocol.HitOrBuilder.getMatchFeatures(int index) repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;static SearchProtocol.FeatureSearchProtocol.Feature.parseDelimitedFrom(InputStream input) static SearchProtocol.FeatureSearchProtocol.Feature.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(byte[] data) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(com.google.protobuf.ByteString data) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(com.google.protobuf.CodedInputStream input) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(InputStream input) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(ByteBuffer data) static SearchProtocol.FeatureSearchProtocol.Feature.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ai.vespa.searchlib.searchprotocol.protobuf that return types with arguments of type SearchProtocol.FeatureModifier and TypeMethodDescriptionSearchProtocol.Hit.Builder.getMatchFeaturesList()repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;SearchProtocol.Hit.getMatchFeaturesList()repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;SearchProtocol.HitOrBuilder.getMatchFeaturesList()repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;com.google.protobuf.Parser<SearchProtocol.Feature>SearchProtocol.Feature.getParserForType()static com.google.protobuf.Parser<SearchProtocol.Feature>SearchProtocol.Feature.parser()Methods in ai.vespa.searchlib.searchprotocol.protobuf with parameters of type SearchProtocol.FeatureModifier and TypeMethodDescriptionSearchProtocol.Hit.Builder.addMatchFeatures(int index, SearchProtocol.Feature value) repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;SearchProtocol.Hit.Builder.addMatchFeatures(SearchProtocol.Feature value) repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;SearchProtocol.Feature.Builder.mergeFrom(SearchProtocol.Feature other) SearchProtocol.Feature.newBuilder(SearchProtocol.Feature prototype) SearchProtocol.Hit.Builder.setMatchFeatures(int index, SearchProtocol.Feature value) repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;Method parameters in ai.vespa.searchlib.searchprotocol.protobuf with type arguments of type SearchProtocol.FeatureModifier and TypeMethodDescriptionSearchProtocol.Hit.Builder.addAllMatchFeatures(Iterable<? extends SearchProtocol.Feature> values) repeated .searchlib.searchprotocol.protobuf.Feature match_features = 4;