Compatible analyzers?

Hi,
A long shot, but I wondered if any of the Solr index/query analyzers
are compatible with ES. I'm migrating from Solr and want to understand
the mismatch there. Perhaps ES provides some identical analyzers of
its own. Or maybe there is a table comparing the two?

thanks.

Most analyzers are analyzers provided in Lucene, which Solr and Elasticsearch uses. So yes, most (almost all) analyzers are compatible.

On Tuesday, February 21, 2012 at 8:32 PM, project2501 wrote:

Hi,
A long shot, but I wondered if any of the Solr index/query analyzers
are compatible with ES. I'm migrating from Solr and want to understand
the mismatch there. Perhaps ES provides some identical analyzers of
its own. Or maybe there is a table comparing the two?

thanks.