Just a note regarding google-like search, for this purpose, there is "simple query string query"
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html which makes life easier than query_string (which is attached to the 'q' parameter) because it does not bail out with syntax errors. Jörg On Mon, Mar 31, 2014 at 4:21 PM, Huy Phan <[email protected]> wrote: > > What I'm doing is to to implement a google-like search with Elasticsearch > so I don't want to specify any field when searching. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHiSxnkaSz2TNQ1KXui2d7Pz1Z-%2BV8Z5MZYQGwEX4Xt9g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
