Top "Elasticsearch-net" questions

Repository for both Elasticsearch.

Like search in Elasticsearch

I am using elasticsearch for filtering and searching from json file and I am newbie in this technology. So I …

java php elasticsearch elasticsearch-plugin elasticsearch-net
How to sync MSSQL to Elasticsearch?

Every time I Google this, I find the "river" approach which is deprecated. I'm using Dapper if this is somehow …

c# sql-server-2008 dapper nest elasticsearch-net
Bulk insert to ElasticSearch with NEST

I try to add 100k products to elasticsearch, but when i try i get: {"Validation Failed: 1: no requests added;"} My …

c# elasticsearch nest elasticsearch-net
Simple match query to C# Nest

I new to Elasticsearch I have cURL GET /index/type/_search { "query": { "match": { "TextID": "WT" } } } I want to convert it …

c# elasticsearch lambda nest elasticsearch-net
Searching Date Field value in ElasticSearch without time

I have one date field in my data as "type": "date", "format": "dateOptionalTime" Now My date Field and Value is …

elasticsearch elasticsearch-net