Re: Search with Synonyms in two fields

2011-06-06 Thread Jonathan Rochkind
On 6/5/2011 3:36 AM, occurred wrote: Ok, thx for the answer. My idea now is to store both field-values in one field and pre- and suffix the values from field2 with something very special. Also then the synonyms have to have the special pre- and suffixes. What are you actually trying to do? Us

Re: Search with Synonyms in two fields

2011-06-05 Thread occurred
] > > > wrote: > > > > > Hello, > > > > > > a query will be like this: > > > > > > field1:(DE123) > > > > > > my synonyms are: > > > DE123 => 123,456,789 > > > > > > then SOLR should searc

Re: Search with Synonyms in two fields

2011-06-05 Thread occurred
> Hello, > >> > > >> > a query will be like this: > >> > > >> > field1:(DE123) > >> > > >> > my synonyms are: > >> > DE123 => 123,456,789 > >> > > >> > then SOLR should sea

RE: Search with Synonyms in two fields

2011-06-04 Thread Jonathan Rochkind
M To: solr-user@lucene.apache.org Subject: Re: Search with Synonyms in two fields No, there should be only one field search: field1:DE123 and then based on the config of a FilterFactory Solr will also search in field2 based on a synonym list. But also field1 should be search with DE123 cheers Ch

Re: Search with Synonyms in two fields

2011-06-04 Thread lee carroll
ill be like this: >> > >> > field1:(DE123) >> > >> > my synonyms are: >> > DE123 => 123,456,789 >> > >> > then SOLR should search in field1 for DE123 and in another specified >> field >> > for the synonyms so for ex

Re: Search with Synonyms in two fields

2011-06-04 Thread occurred
DE123 and in another specified > field > > for the synonyms so for example: > > in field2 for 123 OR 456 OR 789 > > > > is this somehow possible? > > > > cheers > > Charlie > > > > -- > > View this mess

Re: Search with Synonyms in two fields

2011-06-04 Thread lee carroll
gt; is this somehow possible? > > cheers > Charlie > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Search-with-Synonyms-in-two-fields-tp3022534p3022534.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Search with Synonyms in two fields

2011-06-04 Thread occurred
age in context: http://lucene.472066.n3.nabble.com/Search-with-Synonyms-in-two-fields-tp3022534p3022534.html Sent from the Solr - User mailing list archive at Nabble.com.