I am tryingo to do a simple facet request over a field having more than a
simple word (simply 'Name1 Name2', sometimes with dots and commas inside)
but what I get is...
The speciesName field needs to be not analyzed. All the tokens are
tokens are appearing because the field is being analyzed.
--
Ivan
On Tue, Sep 11, 2012 at 7:14 AM, pere roca ristol peroc79@gmail.com wrote:
I am tryingo to do a simple facet request over a field having more than a
simple word (simply 'Name1 Name2', sometimes with dots and commas inside)
but what I get is...
I'am afraid i have no alternative than re-constructing the data with this
multi-field option or there is some way to avoid that?
thanks,
Pere
On Tuesday, 11 September 2012 17:02:02 UTC+2, Ivan Brusic wrote:
The speciesName field needs to be not analyzed. All the tokens are
tokens are appearing because the field is being analyzed.
--
Ivan
On Tue, Sep 11, 2012 at 7:14 AM, pere roca ristol <per...@gmail.com<javascript:>>
wrote:
I am tryingo to do a simple facet request over a field having more than
a
simple word (simply 'Name1 Name2', sometimes with dots and commas
inside)
but what I get is...
Your use case is exactly why multi-field is used: the field needs to
be analyzed for some situations and not analyzed for others.
You can simply create another field in your indexing code instead of
using Elasticsearch's built-in multi-field, but in either way you
would need to reindex your data.
--
Ivan
On Tue, Sep 11, 2012 at 8:28 AM, pere roca ristol peroc79@gmail.com wrote:
thanks Ivan.
In fact I need it to be analyzed for other operations. So I think I should
apply the multi-field
I'am afraid i have no alternative than re-constructing the data with this
multi-field option or there is some way to avoid that?
thanks,
Pere
On Tuesday, 11 September 2012 17:02:02 UTC+2, Ivan Brusic wrote:
The speciesName field needs to be not analyzed. All the tokens are
tokens are appearing because the field is being analyzed.
--
Ivan
On Tue, Sep 11, 2012 at 7:14 AM, pere roca ristol per...@gmail.com
wrote:
I am tryingo to do a simple facet request over a field having more than
a
simple word (simply 'Name1 Name2', sometimes with dots and commas
inside)
but what I get is...
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.