Class FieldLookupDescriptor<T>
Inheritance
FieldLookupDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class FieldLookupDescriptor<T> : DescriptorBase<FieldLookupDescriptor<T>, IFieldLookup>, IDescriptor, IFieldLookup where T : class
Type Parameters
Constructors
|
Edit this page
View Source
FieldLookupDescriptor()
Declaration
public FieldLookupDescriptor()
Methods
|
Edit this page
View Source
Id(Id)
Declaration
public FieldLookupDescriptor<T> Id(Id id)
Parameters
Type |
Name |
Description |
Id |
id |
|
Returns
|
Edit this page
View Source
Index(IndexName)
Declaration
public FieldLookupDescriptor<T> Index(IndexName index)
Parameters
Returns
|
Edit this page
View Source
Path(Field)
Declaration
public FieldLookupDescriptor<T> Path(Field path)
Parameters
Type |
Name |
Description |
Field |
path |
|
Returns
|
Edit this page
View Source
Path<TValue>(Expression<Func<T, TValue>>)
Declaration
public FieldLookupDescriptor<T> Path<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Routing(Routing)
Declaration
public FieldLookupDescriptor<T> Routing(Routing routing)
Parameters
Type |
Name |
Description |
Routing |
routing |
|
Returns
Implements
Extension Methods