gt;>>
>>> But as it will be deprecated this is no everlasting solution. May
>>> somebody
>>> knows one?
>>>
>>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Multi-words-synonyms-matching-tp3898950p3987728.html
> Sent from the Solr - User mailing list archive at Nabble.com.
everlasting solution. May
>> somebody
>> knows one?
>>
>
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multi-words-synonyms-matching-tp3898950p3987728.html
Sent from the Solr - User mailing list archive at Nabble.com.
this message in context:
http://lucene.472066.n3.nabble.com/Multi-words-synonyms-matching-tp3898950p3987241.html
Sent from the Solr - User mailing list archive at Nabble.com.
Are you sure with LUCENE_33 (Use of BitVector)?
Am 31.05.2012 17:20, schrieb O. Klein:
> I have been struggling with this as well and found that using LUCENE_33 gives
> the best results.
>
> But as it will be deprecated this is no everlasting solution. May somebody
> knows one?
>
I have been struggling with this as well and found that using LUCENE_33 gives
the best results.
But as it will be deprecated this is no everlasting solution. May somebody
knows one?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multi-words-synonyms-matching
;
>> >>>>>>>>> The only way I found to do not split synonyms in words in
>> >>>> synonyms.txt
>> >>>>>> it
>> >>>>>>>>> to use the line
>> >>>>>>>>>
>> >&
gt;
> >>>>>>>>> where tokenizerFactory="solr.**KeywordTokenizerFactory"
> >>>>>>>>>
> >>>>>>>>> instructs SynonymFilterFactory not to break synonyms into words
> on
> >>>>>> whi
t;>>>
>>>>>>>>> So now it works fine, "mairie" is mapped into "hotel de ville" and
>>>>>> when I
>>>>>>>>> send request q="hotel de ville" (quotes are mandatory to prevent
gt;>>>>>> >>>>>>> ignoreCase="true" expand="true"
> >>>>>>> tokenizerFactory="solr.**KeywordTokenizerFactory"/>.
> >>>>>>>
> >>>>>>> Anyone as a clue w
en q analysis behaviour and
>> fq
>>>>>>> analysis behaviour?
>>>>>>>
>>>>>>> Thanks a lot
>>>>>>> Elisabeth
>>>>>>>
>>>>>>> 2012/4/12 elisabeth benoit
>>&
suit for your need.
> >> >>>>> mairie => hotel de ville, mairie
> >> >>>>>
> >> >>>>> mairie gets expanded to "hotel de ville" and "mairie" at index
> time.
> >> So
> >
kus.
>> >>>>>
>> >>>>> --Jeevanandam
>> >>>>>
>> >>>>> On Apr 11, 2012, at 12:30 PM, elisabeth benoit wrote:
>> >>>>>
>> >>>>> > <' mapping instead? Something
;>
> >>>>> > <' mapping instead? Something
> >>>>> > < >>>>> > < mairie
> >>>>> > < >>>>> >
> >>>>> > Yes, thanks, I've tried it but from what I undesta
gt;>>>> > "hôtel de ville", it won't match.
>>>>> >
>>>>> > In fact, at index time I have mairie in my data, but I want user to be
>>>>> able
>>>>> > to request "mairie" or "hôtel de vi
as answer, and
>>>> not
>>>> > have mairie as an answer when requesting "hôtel".
>>>> >
>>>> >
>>>> > <>>> your
>>>> > white
>>>> > <>>> >
>>>> >
lution since
at
query
> time my tokenizer do split on white spaces.
>
> I guess my problem is more or less one of the problems discussed
in
>
>
http://lucene.472066.n3.nabble.com/Multi-word-synonyms-td3716292.html#a3717215
>
>
> Thanks a lot for your answers,
> Elisabet
gt; <> >
>> > Ok, I guess this means I have a problem. No simple solution since at
>> query
>> > time my tokenizer do split on white spaces.
>> >
>> > I guess my problem is more or less one of the problems discussed in
>> >
>> &g
gt; Thanks a lot for your answers,
> > Elisabeth
> >
> >
> >
> >
> >
> > 2012/4/10 Erick Erickson
> >
> >> Have you tried the "=>' mapping instead? Something
> >> like
> >> hotel de ville => mairie
>
t; Elisabeth
>
>
>
>
>
> 2012/4/10 Erick Erickson
>
>> Have you tried the "=>' mapping instead? Something
>> like
>> hotel de ville => mairie
>> might work for you.
>>
>> Best
>> Erick
>>
>> On Tue, Apr 1
de ville => mairie
> might work for you.
>
> Best
> Erick
>
> On Tue, Apr 10, 2012 at 1:41 AM, elisabeth benoit
> wrote:
> > Hello,
> >
> > I've read several post on this issue, but can't find a real solution to
> my
> > multi-words sy
mapping instead? Something
> like
> hotel de ville => mairie
> might work for you.
>
> Best
> Erick
>
> On Tue, Apr 10, 2012 at 1:41 AM, elisabeth benoit
>
> wrote:
> > Hello,
> >
> > I've read several post on this issue, but can't fin
Have you tried the "=>' mapping instead? Something
like
hotel de ville => mairie
might work for you.
Best
Erick
On Tue, Apr 10, 2012 at 1:41 AM, elisabeth benoit
wrote:
> Hello,
>
> I've read several post on this issue, but can't find a real solution to
Hello,
I've read several post on this issue, but can't find a real solution to my
multi-words synonyms matching problem.
I have in my synonyms.txt an entry like
mairie, hotel de ville
and my index time analyzer is configured as followed for synonyms.
The problem I have is that n
Hi,
I would like to make the synonym for internal medicine to physician or
doctor. but it is not working properly. Anyone help me?
synonym.index.txt
internal medicine => physician
synonyms.query.txt
physician, internal medicine => physician, doctor
In the Analysis tool, I can see clearly that
24 matches
Mail list logo