-2

I use elasticsearch for full text search. When query text is short then it works quickly but when query text is big (about 10-15 words) then it's very slow.

Ben Asl
  • 19
  • 2

1 Answers1

0

May you provide more proper information, like

  • a sample search-document or your Elasticsearch mapping
  • how you query against your Elasticsearch-cluster /-node (API)
  • a sample of your queries
  • information on your configuration (nodes, shards, etc.)?

Cheers, Dominik

chocomuesli
  • 304
  • 3
  • 13