Re: Multi words query time synonyms

2018-02-11 Thread Dominique Bejean
lisys for the field type the synonyms are correctly >> > expanded for both expressions >> > >> > om maillot >> > maillot om >> > olympique de marseille maillot >> > maillot olympique de marseille >> > >> > resulti

Re: Multi words query time synonyms

2018-02-11 Thread Dominique Bejean
le > > > > resulting outputs always include the following terms (obvioulsly not > always > > in the same order) > > > > olympiqu om marseil maillot > > > > > > So, i suspect an issue with edismax query parser. > > > > Regard

Re: Multi words query time synonyms

2018-02-10 Thread Steve Rowe
following terms (obvioulsly not always > in the same order) > > olympiqu om marseil maillot > > > So, i suspect an issue with edismax query parser. > > Regards. > > Dominique > > > Le ven. 9 févr. 2018 à 18:25, Dominique Bejean >

Re: Multi words query time synonyms

2018-02-10 Thread Dominique Bejean
) olympiqu om marseil maillot So, i suspect an issue with edismax query parser. Regards. Dominique Le ven. 9 févr. 2018 à 18:25, Dominique Bejean a écrit : > Hi, > > I am trying multi words query time synonyms with Solr 6.6.2and > SynonymGraphFilterFactory filter as explain in

Multi words query time synonyms

2018-02-09 Thread Dominique Bejean
Hi, I am trying multi words query time synonyms with Solr 6.6.2and SynonymGraphFilterFactory filter as explain in this article https://lucidworks.com/2017/04/18/multi-word-synonyms-solr-adds-query-time-support/ My field type is

Re: Multi words query

2015-02-13 Thread Scott Stults
27; > :rows=>10 > } > > response["response"]["docs"].each{|doc| puts doc["id"] } > > I created a text field to copy all the fields to and the query handler > request this field > > rgds, > > > > -- > View this message in

Re: Multi words query

2015-02-12 Thread melb
;] } I created a text field to copy all the fields to and the query handler request this field rgds, -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-words-query-tp4185625p4185922.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multi words query

2015-02-11 Thread Otis Gospodnetic
documents with all terms are scored poorly > > How can I query solr collection with multi words and get documents with all > query terms first and in the same time keeping the other documents too > > rgds > > > > -- > View this message in context: > http://lucene.47

Multi words query

2015-02-11 Thread melb
query while documents with all terms are scored poorly How can I query solr collection with multi words and get documents with all query terms first and in the same time keeping the other documents too rgds -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-words-query