Type alias SearchAggregatorType
SearchAggregatorType: {
index: string;
text: {
path?: Record<string, string>;
query: string;
};
}
Type declaration
index: string
text: {
path?: Record<string, string>;
query: string;
}
Optional
path?: Record<string, string>
query: string
Search Aggregator Type