1

I have a django app.

Data is stored in mysql database. There are many tables with many columns (100-200).

How can I use Elasticsearch to make search faster?

Do I need to rewrite all queries?

Links to tutorials will be helpful.

1
  • Sorry, no time for a full answer, but try looking into Haystack, haystacksearch.org, for a start. Commented Nov 30, 2016 at 10:46

1 Answer 1

1

Django Haystack is a popular library for integrating search into Django projects.

You can check out their "Getting Started Guide" here: http://django-haystack.readthedocs.io/en/v2.5.1/tutorial.html

Edit:

You probably won't be able to find something that is a plug & play solution and doesn't require you to touch any code. However integrating Haystack for a basic use-case doesn't require very much work.

Sign up to request clarification or add additional context in comments.

1 Comment

OK. Thank you very much.

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.