New to ES

Hi Shay,
Thanks for the tip. However, from what I read it seems I need to
"map" my query to the DSL?

I want to take a lucene query string (e.g. "field_1:value1 AND
field_2:value2" etc.) and hand it over to ES without parsing or
mapping.
Is this possible?

thanks!

On Nov 28, 1:23 pm, Shay Banon kim...@gmail.com wrote:

Yes, check the query DSL which maps to all available Lucene queries, and
has some extensions:Elasticsearch Platform — Find real-time answers at scale | Elastic
.

On Mon, Nov 28, 2011 at 4:37 PM, project2501 darreng5...@gmail.com wrote:

Hi,
I currently use Solr but am wanting to adopt ES. All my queries are
basic lucene fielded queries. Can ES accept low level lucene query
syntax queries?

thanks