Re: question about synonyms and response

2010-03-31 Thread MitchK
consider the noticed use-cases for your own schema.xml. Kind regards - Mitch -- View this message in context: http://n3.nabble.com/question-about-synonyms-and-response-tp686737p687878.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Question about synonyms

2007-07-12 Thread Ard Schrijvers
Hello, > > Brievly, what I'm looking for is a query that launch > something like this: > > Giving the user search expression > "A B C D" > > Generated Lucene query : > (myfield:I OR myfield:J OR myfield:O OR myfield:K) > > if someone knows a way to reach this goal, please tell me how, i'm > a

Question about synonyms

2007-07-11 Thread lorenzo zhak
Hi, I'm actually working on a project where we recently add Solr. The project is extenselvy based on synonyms and I'm actually faced with a problem concerning multi words synonyms. Here is my problem: giving the user search expression "A B C D" where a single letter stand for a term. and with a

Re: question about synonyms

2007-02-13 Thread Yonik Seeley
On 2/13/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: : To be clear, no clean way to do *expansion* as opposed to reduction at : query time, when the alternatives are of different lengths. Reduction at query time doesn't work either ... when query parser sees the string: my best buy ..

Re: question about synonyms

2007-02-13 Thread Chris Hostetter
: To be clear, no clean way to do *expansion* as opposed to reduction at : query time, when the alternatives are of different lengths. Reduction at query time doesn't work either ... when query parser sees the string: my best buy ...it analyzes each white space sepearted string seperately

Re: question about synonyms

2007-02-13 Thread Yonik Seeley
On 2/13/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: : I am using the synonyms only at query time. : Below is the field analysis. FYI: I think what yonik ment was the section of your schema.xml that defines the fieldtype. : It seems like the culpit is the space in the phrase "best buy" in :

Re: question about synonyms

2007-02-13 Thread Chris Hostetter
: I am using the synonyms only at query time. : Below is the field analysis. FYI: I think what yonik ment was the section of your schema.xml that defines the fieldtype. : It seems like the culpit is the space in the phrase "best buy" in : synonyms.txt. because of some limitations in the way Ana

Re: question about synonyms

2007-02-13 Thread nick19701
his message in context: http://www.nabble.com/question-about-synonyms-tf3222067.html#a8953229 Sent from the Solr - User mailing list archive at Nabble.com.

Re: question about synonyms

2007-02-13 Thread Yonik Seeley
On 2/13/07, nick19701 <[EMAIL PROTECTED]> wrote: Hi, I put this line in my synonyms.txt bestbuy,bb,best buy I expect that when bb is searched, all results including "bestbuy", "bb" or "best buy" will be returned. But in my test I only got back the results which include "bestbuy" or "best buy".

question about synonyms

2007-02-13 Thread nick19701
;. The results which include "bb" are not returned. what am I missing here? -- View this message in context: http://www.nabble.com/question-about-synonyms-tf3222067.html#a8948902 Sent from the Solr - User mailing list archive at Nabble.com.