I'm using Elastic search server 0.16.2.for preparing a index,i have
used Rabbitmq river.I need to change default analyzer for index and
search to custom one.
I have declare text file that contain few stop words.which i want to
discard on search time.please help me how to customize my analyzer
using rabbitmq river,also how i am able to refer search analyzer when
i'm doing searching.
Please update the ES version you are using and show the full config
and we'll be able to say what you need to improve. Also where did you
put the stopwords file?
not sure about the river but normally you can customize the analyzer
when creating the index or via API or in elasticsearch.yml
also how i am able to refer search analyzer when i'm doing searching.
I'm using Elastic search server 0.16.2.for preparing a index,i have
used Rabbitmq river.I need to change default analyzer for index and
search to custom one.
I have declare text file that contain few stop words.which i want to
discard on search time.please help me how to customize my analyzer
using rabbitmq river,also how i am able to refer search analyzer when
i'm doing searching.
Thanks for reply.i have created gist https://gist.github.com/1626452.i
tried this mapping,server will parse this message and prepared
index,but analyzer will not apply it uses the default analyzer.also i
have put absolute path of stopwords file in my mapping.i am not pretty
sure my mapping is correct.
Please update the ES version you are using and show the full config
and we'll be able to say what you need to improve. Also where did you
put the stopwords file?
not sure about the river but normally you can customize the analyzer
when creating the index or via API or in elasticsearch.yml
I'm using Elastic search server 0.16.2.for preparing a index,i have
used Rabbitmq river.I need to change default analyzer for index and
search to custom one.
I have declare text file that contain few stop words.which i want to
discard on search time.please help me how to customize my analyzer
using rabbitmq river,also how i am able to refer search analyzer when
i'm doing searching.
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.