Interface ILikeDocument
An indexed or artificial document with which to find likeness
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ILikeDocument
Properties
| Edit this page View SourceDocument
A document to find other documents like
Declaration
[DataMember(Name = "doc")]
object Document { get; set; }
Property Value
Type | Description |
---|---|
object |
Fields
The fields to use for likeness
Declaration
[DataMember(Name = "fields")]
Fields Fields { get; set; }
Property Value
Type | Description |
---|---|
Fields |
Id
The id of an indexed document to find other documents like
Declaration
[DataMember(Name = "_id")]
Id Id { get; set; }
Property Value
Type | Description |
---|---|
Id |
Index
The index of an indexed document to find other documents like
Declaration
[DataMember(Name = "_index")]
IndexName Index { get; set; }
Property Value
Type | Description |
---|---|
IndexName |
PerFieldAnalyzer
A different analyzer than the one defined for the target fields
Declaration
[DataMember(Name = "per_field_analyzer")]
IPerFieldAnalyzer PerFieldAnalyzer { get; set; }
Property Value
Type | Description |
---|---|
IPerFieldAnalyzer |
Routing
The routing value of an indexed document to find other documents like
Declaration
[DataMember(Name = "routing")]
Routing Routing { get; set; }
Property Value
Type | Description |
---|---|
Routing |