Class LikeDocumentBase
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class LikeDocumentBase : ILikeDocument
Properties
| Edit this page View SourceDocument
A document to find other documents like
Declaration
public object Document { get; set; }
Property Value
Type | Description |
---|---|
object |
Fields
The fields to use for likeness
Declaration
public Fields Fields { get; set; }
Property Value
Type | Description |
---|---|
Fields |
Id
The id of an indexed document to find other documents like
Declaration
public Id Id { get; set; }
Property Value
Type | Description |
---|---|
Id |
Index
The index of an indexed document to find other documents like
Declaration
public IndexName Index { get; set; }
Property Value
Type | Description |
---|---|
IndexName |
PerFieldAnalyzer
A different analyzer than the one defined for the target fields
Declaration
public IPerFieldAnalyzer PerFieldAnalyzer { get; set; }
Property Value
Type | Description |
---|---|
IPerFieldAnalyzer |
Routing
The routing value of an indexed document to find other documents like
Declaration
public Routing Routing { get; set; }
Property Value
Type | Description |
---|---|
Routing |