Re: need some n00b help: how do I install and set up synonyms file?

2015-01-23 Thread Thami Inaflas
Hello, i guess you should re-index your data because you have changed the mapping, and check if this analysis is run on your query AND on your indexed data. I hope this helps you out, TI Le vendredi 23 janvier 2015 01:50:00 UTC+1, james rubinstein a écrit : > > Thanks Mark, > I believe that I

Re: Matchs on whole title

2014-08-13 Thread Thami Inaflas
t; @dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr > <https://twitter.com/elasticsearchfr> > > > Le 13 août 2014 à 10:24:23, Thami Inaflas (inafla...@gmail.com > ) a écrit: > > Hello, > > How to only match documents which whole the title is included in the >

Matchs on whole title

2014-08-13 Thread Thami Inaflas
Hello, How to only match documents which whole the title is included in the query, for example : If the list of document titles is : "Elasticsearch server", "Elasticsearch experts" If the query is : "Configure Elasticsearch Server" only the first one should match If the query is : "Elasticsear

How to get term frequencies ?

2014-05-26 Thread Thami Inaflas
Hello everyone, I'm wondering if there is a way to get the term-frequencies that elasticsearch indexed with a request ? Note : I m using the current version of Elasticsearch (1.1.1) Thanks in advance for your help. If my question lacks some details or is unclear please let me know. -- You rec

Elasticsearch Java API - how to "_analyze" ?

2014-05-19 Thread Thami Inaflas
Hello everyone, I'm trying to implement this Curl request : curl -XGET "http://x:9200/myindex/_analyze?analyzer=my_analyzer&text="Un logiciel qui n'est pas téléchargé n'importe où"" into my Java program using Elasticsearch Java API. I'm not sure how ? Note : I m using the current versi