You have sorting and paging which are very straightforward to implement in 
ES. You can also do full text search using ES easily - for example, if I 
type like "club snap" into the search box, you can run a single query that 
looks for that text across multiple fields in ES easily. You can also 
further enhance the search experience using ES facets so for example, give 
hints to the user while he is searching, here are the top items by 
popularity, or by price ranges, or by brand or something along those lines. 
:)

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/23d39888-8b17-472e-9441-6627f03918d0%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to