Re: Multi words query time synonyms

2018-02-11 Thread Dominique Bejean
Steve, According to your comment, I made this test : 1/ put the SynonymGraphFilterFactory after the StopFilterFactory in query time analyze chain 2/ remove the stop word in the synonyms file om, olympique marseille The parsed query s

Re: Multi words query time synonyms

2018-02-11 Thread Dominique Bejean
Hi Steve, Thank you for your response. The Jira was created : SOLR-11968 I let you add your comments. Regards. Dominique Le sam. 10 févr. 2018 à 20:30, Steve Rowe a écrit : > Hi Dominique, > > Looks like it’s a bug, not sure where exactly though. Can you please > create a JIRA? > > I can s

Re: Multi words query time synonyms

2018-02-10 Thread Steve Rowe
Hi Dominique, Looks like it’s a bug, not sure where exactly though. Can you please create a JIRA? I can see the same behavior on master too, not just on the releases/lucene-solr/6.6.2 tag. One interesting thing I found is that if I remove the stop filter from the query analyzer, I get the fo

Re: Multi words query time synonyms

2018-02-10 Thread Dominique Bejean
Hi, More info. When I test the analisys for the field type the synonyms are correctly expanded for both expressions om maillot maillot om olympique de marseille maillot maillot olympique de marseille resulting outputs always include the following terms (obvioulsly not always in the same order)

Re: Multi words query

2015-02-13 Thread Scott Stults
A couple more things would help debug this. First, could you grab the specific Solr log entry when this query is sent? Also, have you changed the default schema at all? If you're querying "string" fields you have to exactly match what's indexed there, versus "text" which gets tokenized. k/r, Sco

Re: Multi words query

2015-02-12 Thread melb
I am using rub gem rsolr and querying simply the collection by this query: response = solr.get 'select', :params => { :q=>query, :fl=> 'id,title,description,body' :rows=>10 } response["response"]["docs"].each{|doc| puts doc["id"] } I created a text field to copy all the fields to and the q

Re: Multi words query

2015-02-11 Thread Otis Gospodnetic
Hi, Can you share details about how exactly you are querying Solr? Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Wed, Feb 11, 2015 at 5:21 AM, melb wrote: > Hi, > I have a solr collection which I use to in