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?

Re: Search with Synonyms in two fields

2011-06-05 Thread occurred
Yeah, this is also a way to go. Was thinking about it, but isn't a very beautiful solution. cheers Charlie Am 05.06.11 00:51, schrieb lee carroll [via Lucene]: your app can do the above search? On 4 June 2011 20:42, occurred [hidden email] /user/SendEmail.jtp?type=nodenode=3024794i=0 wrote:

Re: Search with Synonyms in two fields

2011-06-05 Thread occurred
] /user/SendEmail.jtp?type=nodenode=3024988i=1 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

Re: Search with Synonyms in two fields

2011-06-04 Thread lee carroll
I'm not sure if this is what you mean: copy field1 to field2 and for field 2 apply your analysis chain with your synonym list query something like field1:DE123 and field2:DE123 or have i missed the point, if so can you clarify your use case cheers lee c On 4 June 2011 08:44, occurred

Re: Search with Synonyms in two fields

2011-06-04 Thread occurred
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 Charlie Am 04.06.11 17:34, schrieb lee carroll [via Lucene]: I'm not sure if this

Re: Search with Synonyms in two fields

2011-06-04 Thread lee carroll
your app can do the above search? On 4 June 2011 20:42, occurred schaubm...@infodienst-ausschreibungen.de wrote: 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

RE: Search with Synonyms in two fields

2011-06-04 Thread Jonathan Rochkind
: 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 Charlie Am 04.06.11 17:34, schrieb lee carroll [via