Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

madanimohadhabib/search-by-elasticsearch-with-Django

Repository files navigation

search-by-elasticsearch-with-Django

Search-by-Elasticsearch-with-Django is a powerful integration that combines the Django web framework with Elasticsearch, enabling efficient and flexible search functionality. It allows developers to harness Elasticsearch's robust search capabilities, including full-text search, filtering, and aggregations, within their Django applications, enhancing the search experience for users.

Install elasticsearch :

 https://www.elastic.co/fr/downloads/past-releases/elasticsearch-7-17-9

Run ELasticsearch from the command line:

 ./bin/elasticsearch

Example Image

Example Image

Run Activate the virtual environment:

 env/Scripts/activate

Install elasticsearch in virtual environment :

 pip install elasticsearch

Install elasticsearch-dsl in virtual environment :

 pip install elasticsearch-dsl

Install django-elasticsearch-dsl and configure in virtual environment :

 pip install django-elasticsearch-dsl

Configure ELasticsearch into settings.py:

Example Image

Run server Django in virtual environment :

 py manage.py runserver

Example Image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /