Field.Index.NOT_ANALYZED_NO_NORMS

Hi Group,
does anyone know whether I can achieve the lucene's
Field.Index.NOT_ANALYZED_NO_NORMS option in elasticsearch?

You would need to split the option into two specific options in your mapping:

"some_field" : {"type" : "string", "index" : "not_analyzed", omit_norms="true"}

--
Ivan

On Mon, May 21, 2012 at 1:53 AM, Ridvan Gyundogan ridvansg@gmail.com wrote:

Hi Group,
does anyone know whether I can achieve the lucene's
Field.Index.NOT_ANALYZED_NO_NORMS option in elasticsearch?

Cool, thanks for the help.

Ridvan

On May 22, 2:57 am, Ivan Brusic i...@brusic.com wrote:

You would need to split the option into two specific options in your mapping:

"some_field" : {"type" : "string", "index" : "not_analyzed", omit_norms="true"}

Elasticsearch Platform — Find real-time answers at scale | Elastic

--
Ivan

On Mon, May 21, 2012 at 1:53 AM, Ridvan Gyundogan ridva...@gmail.com wrote:

Hi Group,
does anyone know whether I can achieve the lucene's
Field.Index.NOT_ANALYZED_NO_NORMS option in elasticsearch?