0

Is there a good place with tutorial on Elasticsearch.Net? How to build queries, etc. I can't use NEST so trying go low level.

Thanks in advance.

4
  • is there a reason you can't use NEST? Commented Nov 1, 2016 at 21:04
  • Yes: I can't import it into SQL Server 2016. Idea was to create table function based on ES search. Commented Nov 1, 2016 at 21:16
  • Most of the documentation is geared towards NEST, but there is documentation on Elasticsearch.Net here : elastic.co/guide/en/elasticsearch/client/net-api/2.x/…. Most of the API endpoints on the low level client accept PostData<object> with implicit conversions to it from a few different types: elastic.co/guide/en/elasticsearch/client/net-api/2.x/… Commented Nov 3, 2016 at 7:29
  • Thank you. I saw this already. Found solution without importing init SQL server Commented Nov 8, 2016 at 17:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.