Class PercolatorPropertyDescriptor<T>
The percolator datatype is used to store a query, so that the IPercolateQuery can use it to match provided documents.
Inheritance
PercolatorPropertyDescriptor<T>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class PercolatorPropertyDescriptor<T> : PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>, IDescriptor, IPercolatorProperty, IProperty, IFieldMapping where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Edit this page View SourcePercolatorPropertyDescriptor()
Declaration
public PercolatorPropertyDescriptor()