Hi all,
I'm new to using ES, but have so far found the process quite intuitive.
I've installed ES, set up an index, indexed a bunch of JSON documents, and
I can search them. Hooray!
However, I want to start using synonyms for a few queries. I'd like to do
this at query time using a synonym file. How can I install the synonym file
and have ES read it?
I'm using elasticsearch-1.4.1 on Mac OSX locally.
Which gives the response : {"acknowledged":true} , but it still didn't
change the outcome when querying
On Thursday, January 22, 2015 at 12:57:51 PM UTC-8, james rubinstein wrote:
Hi all,
I'm new to using ES, but have so far found the process quite intuitive.
I've installed ES, set up an index, indexed a bunch of JSON documents, and
I can search them. Hooray!
However, I want to start using synonyms for a few queries. I'd like to do
this at query time using a synonym file. How can I install the synonym file
and have ES read it?
I'm using elasticsearch-1.4.1 on Mac OSX locally.
Which gives the response : {"acknowledged":true} , but it still didn't
change the outcome when querying
On Thursday, January 22, 2015 at 12:57:51 PM UTC-8, james rubinstein wrote:
Hi all,
I'm new to using ES, but have so far found the process quite intuitive.
I've installed ES, set up an index, indexed a bunch of JSON documents, and
I can search them. Hooray!
However, I want to start using synonyms for a few queries. I'd like to do
this at query time using a synonym file. How can I install the synonym file
and have ES read it?
I'm using elasticsearch-1.4.1 on Mac OSX locally.
On 23 January 2015 at 08:45, james rubinstein <rubinste...@gmail.com
<javascript:>> wrote:
Also, I tried this:
curl -XPUT 'localhost:9200/test/_settings' -d '
{
"index" : {
"analysis" : {
"analyzer" : {
"synonym" : {
"tokenizer" : "whitespace",
"filter" : ["synonym"]
}
},
"filter" : {
"synonym" : {
"type" : "synonym",
"synonyms_path" : "analysis/synonym.txt"
}
}
}
}
}'
Which gives the response : {"acknowledged":true} , but it still didn't
change the outcome when querying
On Thursday, January 22, 2015 at 12:57:51 PM UTC-8, james rubinstein
wrote:
Hi all,
I'm new to using ES, but have so far found the process quite intuitive.
I've installed ES, set up an index, indexed a bunch of JSON documents, and
I can search them. Hooray!
However, I want to start using synonyms for a few queries. I'd like to
do this at query time using a synonym file. How can I install the synonym
file and have ES read it?
I'm using elasticsearch-1.4.1 on Mac OSX locally.
Which gives the response : {"acknowledged":true} , but it still didn't
change the outcome when querying
On Thursday, January 22, 2015 at 12:57:51 PM UTC-8, james rubinstein
wrote:
Hi all,
I'm new to using ES, but have so far found the process quite intuitive.
I've installed ES, set up an index, indexed a bunch of JSON documents, and
I can search them. Hooray!
However, I want to start using synonyms for a few queries. I'd like to
do this at query time using a synonym file. How can I install the synonym
file and have ES read it?
I'm using elasticsearch-1.4.1 on Mac OSX locally.
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.