Click here to Skip to main content
15,867,704 members
Articles / Database Development / Elasticsearch

How to Implement Full-Text Search in .NET Application with Elasticsearch

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
6 May 2020CC (BY-ND 3.0)3 min read 22.1K   18  
Learn how to read and write documents with custom full-text queries in C# using NEST
In this simple tutorial, I will provide a simple demo to read and write documents to Elasticsearch and add a full-text search feature to C# applications. Elasticsearch is a distributed, open-source search engine that manages all kinds of data. Learn how simple it is to integrate into your ASP.NET application!

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-NoDerivatives 3.0 Unported


Written By
Chief Technology Officer
Italy Italy
I'm senior developer and architect specialized on portals, intranets, and others business applications. Particularly interested in Agile developing and open source projects, I worked on some of this as project manager and developer.

My programming experience include:

Frameworks \Technlogies: .NET Framework (C# & VB), ASP.NET, Java, php
Client languages:XML, HTML, CSS, JavaScript, angular.js, jQuery
Platforms:Sharepoint,Liferay, Drupal
Databases: MSSQL, ORACLE, MYSQL, Postgres

Comments and Discussions