Re: Multi-words synonyms matching

2012-06-05 Thread Bernd Fehling
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.

Re: Multi-words synonyms matching

2012-06-05 Thread O. Klein
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.

Re: Multi-words synonyms matching

2012-06-01 Thread O. Klein
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.

Re: Multi-words synonyms matching

2012-05-31 Thread Bernd Fehling
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? >

Re: Multi-words synonyms matching

2012-05-31 Thread 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? -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-words-synonyms-matching

Re: Multi-words synonyms matching

2012-05-29 Thread Lance Norskog
; >> >>>>>>>>> The only way I found to do not split synonyms in words in >> >>>> synonyms.txt >> >>>>>> it >> >>>>>>>>> to use the line >> >>>>>>>>> >> >&

Re: Multi-words synonyms matching

2012-05-29 Thread elisabeth benoit
gt; > >>>>>>>>> where tokenizerFactory="solr.**KeywordTokenizerFactory" > >>>>>>>>> > >>>>>>>>> instructs SynonymFilterFactory not to break synonyms into words > on > >>>>>> whi

Re: Multi-words synonyms matching

2012-05-29 Thread Bernd Fehling
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

Re: Multi-words synonyms matching

2012-05-22 Thread elisabeth benoit
gt;>>>>>> >>>>>>> ignoreCase="true" expand="true" > >>>>>>> tokenizerFactory="solr.**KeywordTokenizerFactory"/>. > >>>>>>> > >>>>>>> Anyone as a clue w

Re: Multi-words synonyms matching

2012-05-15 Thread Bernd Fehling
en q analysis behaviour and >> fq >>>>>>> analysis behaviour? >>>>>>> >>>>>>> Thanks a lot >>>>>>> Elisabeth >>>>>>> >>>>>>> 2012/4/12 elisabeth benoit >>&

Re: Multi-words synonyms matching

2012-05-14 Thread elisabeth benoit
suit for your need. > >> >>>>> mairie => hotel de ville, mairie > >> >>>>> > >> >>>>> mairie gets expanded to "hotel de ville" and "mairie" at index > time. > >> So > >

Re: Multi-words synonyms matching

2012-04-25 Thread Erick Erickson
kus. >> >>>>> >> >>>>> --Jeevanandam >> >>>>> >> >>>>> On Apr 11, 2012, at 12:30 PM, elisabeth benoit wrote: >> >>>>> >> >>>>> > <' mapping instead? Something

Re: Multi-words synonyms matching

2012-04-25 Thread elisabeth benoit
;> > >>>>> > <' mapping instead? Something > >>>>> > < >>>>> > < mairie > >>>>> > < >>>>> > > >>>>> > Yes, thanks, I've tried it but from what I undesta

Re: Multi-words synonyms matching

2012-04-24 Thread Erick Erickson
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

Re: Multi-words synonyms matching

2012-04-24 Thread elisabeth benoit
as answer, and >>>> not >>>> > have mairie as an answer when requesting "hôtel". >>>> > >>>> > >>>> > <>>> your >>>> > white >>>> > <>>> > >>>> >

Re: Multi-words synonyms matching

2012-04-24 Thread Jeevanandam
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

Re: Multi-words synonyms matching

2012-04-24 Thread elisabeth benoit
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

Re: Multi-words synonyms matching

2012-04-11 Thread elisabeth benoit
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 >

Re: Multi-words synonyms matching

2012-04-11 Thread Jeevanandam Madanagopal
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

Re: Multi-words synonyms matching

2012-04-11 Thread elisabeth benoit
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

Re: Multi-words synonyms matching

2012-04-10 Thread Markus Jelsma
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

Re: Multi-words synonyms matching

2012-04-10 Thread Erick Erickson
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

Multi-words synonyms matching

2012-04-10 Thread elisabeth benoit
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

multi words synonyms

2009-08-19 Thread Jae Joo
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