Skip to content

Demo for using .NET Core to perform a basic search query with Elasticsearch

License

Notifications You must be signed in to change notification settings

JosephAbreu/elasticsearch-dotnet-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-dotnet-demo

Demo for using .NET Core to perform a basic search query with Elasticsearch

This project requires a running Elasticsearch instance. You can create a Docker container running Elasticsearch using the following:

docker run -d --name es-1 -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.3.1

About

Demo for using .NET Core to perform a basic search query with Elasticsearch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages