Re: Can a field with defined synonym be searched without the synonym?

2012-12-13 Thread Walter Underwood
: Walter Underwood [mailto:wun...@wunderwood.org] Sent: Thursday 13 December 2012 02:30 To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? All of the applications I've seen with user control over synonym expansion where recall-oriented

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Upayavira
You can only search against terms that are stored in your index. If you have applied index time synonyms, you can't remove them at query time. You can, however, use copyField to clone an incoming field to another field that doesn't use synonyms, and search against that field instead. Upayavira

RE: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Swati Swoboda
.html -Original Message- From: joe.cohe...@gmail.com [mailto:joe.cohe...@gmail.com] Sent: Wednesday, December 12, 2012 12:09 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? I'm aplying only query-time synonym, so I have

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Walter Underwood
/Synonym-Filter-disable-at-query-time-td2919876.html -Original Message- From: joe.cohe...@gmail.com [mailto:joe.cohe...@gmail.com] Sent: Wednesday, December 12, 2012 12:09 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Roman Chyla
] Sent: Wednesday, December 12, 2012 12:09 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? I'm aplying only query-time synonym, so I have the original values stored and indexed. I would've expected that if I search a strin

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Walter Underwood
: Can a field with defined synonym be searched without the synonym? I'm aplying only query-time synonym, so I have the original values stored and indexed. I would've expected that if I search a strin with quotations, i'll get the exact match, without applying a synonym. any way to achieve

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Steve Rowe
...@gmail.com [mailto:joe.cohe...@gmail.com] Sent: Wednesday, December 12, 2012 12:09 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? I'm aplying only query-time synonym, so I have the original values stored and indexed. I

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Steve Rowe
: joe.cohe...@gmail.com [mailto:joe.cohe...@gmail.com] Sent: Wednesday, December 12, 2012 12:09 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? I'm aplying only query-time synonym, so I have the original values stored

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Jack Krupansky
OR television^2.5 OR boob tube^0.0001) -- Jack Krupansky -Original Message- From: Steve Rowe Sent: Wednesday, December 12, 2012 5:28 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? Hmm, I've gotten this very wrong

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Walter Underwood
) -- Jack Krupansky -Original Message- From: Steve Rowe Sent: Wednesday, December 12, 2012 5:28 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? Hmm, I've gotten this very wrong :) - DisjunctionMaxQuery will operate per

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Jack Krupansky
, (tv^0.5 OR television^2.5 OR boob tube^0.0001) -- Jack Krupansky -Original Message- From: Steve Rowe Sent: Wednesday, December 12, 2012 5:28 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? Hmm, I've gotten this very

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Walter Underwood
to find what the user was likely looking for. -- Jack Krupansky -Original Message- From: Walter Underwood Sent: Wednesday, December 12, 2012 7:16 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym? If you have tons

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Roman Chyla
a field with defined synonym be searched without the synonym? I'm aplying only query-time synonym, so I have the original values stored and indexed. I would've expected that if I search a strin with quotations, i'll get the exact match, without applying a synonym. any way to achieve

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Walter Underwood
/Synonym-Filter-disable-at-query-time-td2919876.html -Original Message- From: joe.cohe...@gmail.com [mailto:joe.cohe...@gmail.com] Sent: Wednesday, December 12, 2012 12:09 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym

RE: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Burgmans, Tom
/Synonym-Filter-disable-at-query-time-td2919876.html -Original Message- From: joe.cohe...@gmail.com [mailto:joe.cohe...@gmail.com] Sent: Wednesday, December 12, 2012 12:09 PM To: solr-user@lucene.apache.org Subject: Re: Can a field with defined synonym be searched without the synonym