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.
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
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
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
..
: 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
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
:
: 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
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.
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".
;. 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.
10 matches
Mail list logo