Top "Nest" questions

NEST is a .NET client for elasticsearch

Automatic id generation and mapping _id NEST

I want the id to be automatically generated when I index a document into elastic search. This works fine when …

elasticsearch nest
Sorting on Multiple Fields

Does Nest support sorting on multiple fields? For example, say I want to sort first by FieldA ascending and then …

nest
How to delete several documents by ID in one operation using Elasticsearch Nest

I am building some abstraction functions for my application to call, which will hit elasticsearch through Nest. One of such …

c# elasticsearch nest
Returning Raw Json in ElasticSearch NEST query

I'm doing a small research about a client for elastic search in .net and I found that NEST is one …

elasticsearch servicestack json.net nest
NEST mapping of Dictionary<string,object>

Im trying to use NEST and can´t figure out how to use it together with this class public class …

elasticsearch nest
Aggregation in ElasticSearch (Nest)

I'm quite new to elasticsearch and I have yet to find a question specifically about this. If it is already …

c# elasticsearch aggregation nest
ElasticSearch & attachment type (NEST C#)

I'm trying to index a pdf document with elasticsearch/NEST. The file is indexed but search results returns with 0 hits. …

elasticsearch attachment nest