Re: Issue with SynonymGraphFilterFactory

2017-06-29 Thread Diogo Edelmuth
as: >> mother, grand mother >> >> When I search for words whose synonyms are not multi-word, MultiPhraseQuery >> is used, instead of SpanNearQuery: >> "MultiPhraseQuery(laudo:\"father (grandfather granddad)\"~10)" >> >> synonyms.txt has: >

Re: Issue with SynonymGraphFilterFactory

2017-06-29 Thread Steve Rowe
> Is ther a way to change the slope on the first case with Solr API? > > Thanks > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Issue-with-SynonymGraphFilterFactory-tp4343400p4343544.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Issue with SynonymGraphFilterFactory

2017-06-29 Thread diogo
; synonyms.txt has: grandfather, granddad Is ther a way to change the slope on the first case with Solr API? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-with-SynonymGraphFilterFactory-tp4343400p4343544.html Sent from the Solr - User mailing list archive at Nabble.com.

Issue with SynonymGraphFilterFactory

2017-06-29 Thread Diogo Leão
Hello, I have recently started using query-time synonym searching, and hava configured a field with the SynonymGraphFilterFactory to handle multi-term synonyms. All has worked well for simple (non quoted) queries, as well as for exact sequences (quoted) queries. However, I do not seem to get synon