Re: Why Did It Match?

2020-05-29 Thread David Smiley
I've used the highlighter in the past for this but it has to do a lot more
work than "explain".  Typically that extra work is analysis of the fields'
text again.  Still; the highlighter can make sense when the individual
fields aren't otherwise searchable because you are searching on an
aggregate catch-all field.

~ David


On Thu, May 28, 2020 at 6:40 PM Walter Underwood 
wrote:

> Are you sure they will wonder? I’d try it without that and see if the
> simpler UI is easier to use. Simple almost always wins the A/B test.
>
> You can use the highlighter to see if a field matched a term. Only use
> explain if you need all the scores.
>
> wunder
> Walter Underwood
> wun...@wunderwood.org
> http://observer.wunderwood.org/  (my blog)
>
> > On May 28, 2020, at 3:37 PM, Webster Homer <
> webster.ho...@milliporesigma.com> wrote:
> >
> > Thank you.
> >
> > The problem is that Endeca just provided this information. The website
> users see how each search result matched the query.
> > For example this is displayed for a hit:
> > 1 Product Result
> >
> > |  Match Criteria: Material, Product Number
> >
> > The business users will wonder why we cannot provide this information
> with the new system.
> >
> > -Original Message-
> > From: Erick Erickson 
> > Sent: Thursday, May 28, 2020 4:38 PM
> > To: solr-user@lucene.apache.org
> > Subject: Re: Why Did It Match?
> >
> > Yes, debug=explain is expensive. Expensive in the sense that I’d never
> add it to every query. But if your business users are trying to understand
> why query X came back the way it did by examining individual queries, then
> I wouldn’t worry.
> >
> > You can easily see how expensive it is in your situation by looking at
> the timings returned. Debug is just a component just like facet etc and the
> time it takes is listed separately in the timings section of debug output…
> >
> > Best,
> > Erick
> >
> >> On May 28, 2020, at 4:52 PM, Webster Homer <
> webster.ho...@milliporesigma.com> wrote:
> >>
> >> My concern was that I thought that explain is resource heavy, and was
> only used for debugging queries.
> >>
> >> -Original Message-
> >> From: Doug Turnbull 
> >> Sent: Thursday, May 21, 2020 4:06 PM
> >> To: solr-user@lucene.apache.org
> >> Subject: Re: Why Did It Match?
> >>
> >> Is your concern that the Solr explain functionality is slower than
> Endecas?
> >> Or harder to understand/interpret?
> >>
> >> If the latter, I might recommend http://splainer.io as one solution
> >>
> >> On Thu, May 21, 2020 at 4:52 PM Webster Homer <
> webster.ho...@milliporesigma.com> wrote:
> >>
> >>> My company is working on a new website. The old/current site is
> >>> powered by Endeca. The site under development is powered by Solr
> >>> (currently 7.7.2)
> >>>
> >>> Out of the box, Endeca provides the capability to show how a query
> >>> was matched in the search. The business users like this
> >>> functionality, in solr this functionality is an expensive debug
> >>> option. Is there another way to get this information from a query?
> >>>
> >>> Webster Homer
> >>>
> >>>
> >>>
> >>> This message and any attachment are confidential and may be
> >>> privileged or otherwise protected from disclosure. If you are not the
> >>> intended recipient, you must not copy this message or attachment or
> >>> disclose the contents to any other person. If you have received this
> >>> transmission in error, please notify the sender immediately and
> >>> delete the message and any attachment from your system. Merck KGaA,
> >>> Darmstadt, Germany and any of its subsidiaries do not accept
> >>> liability for any omissions or errors in this message which may arise
> >>> as a result of E-Mail-transmission or for damages resulting from any
> >>> unauthorized changes of the content of this message and any
> >>> attachment thereto. Merck KGaA, Darmstadt, Germany and any of its
> >>> subsidiaries do not guarantee that this message is free of viruses
> >>> and does not accept liability for any damages caused by any virus
> transmitted therewith.
> >>>
> >>>
> >>>
> >>> Click http://www.merckgroup.com/disclaimer to access the German,
> >>> French, Spanish and Portuguese versions of this disclaimer.
> >>&

Re: Why Did It Match?

2020-05-28 Thread Walter Underwood
Are you sure they will wonder? I’d try it without that and see if the simpler 
UI is easier to use. Simple almost always wins the A/B test.

You can use the highlighter to see if a field matched a term. Only use explain 
if you need all the scores.

wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/  (my blog)

> On May 28, 2020, at 3:37 PM, Webster Homer  
> wrote:
> 
> Thank you.
> 
> The problem is that Endeca just provided this information. The website users 
> see how each search result matched the query.
> For example this is displayed for a hit:
> 1 Product Result
> 
> |  Match Criteria: Material, Product Number
> 
> The business users will wonder why we cannot provide this information with 
> the new system.
> 
> -Original Message-
> From: Erick Erickson 
> Sent: Thursday, May 28, 2020 4:38 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Why Did It Match?
> 
> Yes, debug=explain is expensive. Expensive in the sense that I’d never add it 
> to every query. But if your business users are trying to understand why query 
> X came back the way it did by examining individual queries, then I wouldn’t 
> worry.
> 
> You can easily see how expensive it is in your situation by looking at the 
> timings returned. Debug is just a component just like facet etc and the time 
> it takes is listed separately in the timings section of debug output…
> 
> Best,
> Erick
> 
>> On May 28, 2020, at 4:52 PM, Webster Homer 
>>  wrote:
>> 
>> My concern was that I thought that explain is resource heavy, and was only 
>> used for debugging queries.
>> 
>> -----Original Message-
>> From: Doug Turnbull 
>> Sent: Thursday, May 21, 2020 4:06 PM
>> To: solr-user@lucene.apache.org
>> Subject: Re: Why Did It Match?
>> 
>> Is your concern that the Solr explain functionality is slower than Endecas?
>> Or harder to understand/interpret?
>> 
>> If the latter, I might recommend http://splainer.io as one solution
>> 
>> On Thu, May 21, 2020 at 4:52 PM Webster Homer < 
>> webster.ho...@milliporesigma.com> wrote:
>> 
>>> My company is working on a new website. The old/current site is
>>> powered by Endeca. The site under development is powered by Solr
>>> (currently 7.7.2)
>>> 
>>> Out of the box, Endeca provides the capability to show how a query
>>> was matched in the search. The business users like this
>>> functionality, in solr this functionality is an expensive debug
>>> option. Is there another way to get this information from a query?
>>> 
>>> Webster Homer
>>> 
>>> 
>>> 
>>> This message and any attachment are confidential and may be
>>> privileged or otherwise protected from disclosure. If you are not the
>>> intended recipient, you must not copy this message or attachment or
>>> disclose the contents to any other person. If you have received this
>>> transmission in error, please notify the sender immediately and
>>> delete the message and any attachment from your system. Merck KGaA,
>>> Darmstadt, Germany and any of its subsidiaries do not accept
>>> liability for any omissions or errors in this message which may arise
>>> as a result of E-Mail-transmission or for damages resulting from any
>>> unauthorized changes of the content of this message and any
>>> attachment thereto. Merck KGaA, Darmstadt, Germany and any of its
>>> subsidiaries do not guarantee that this message is free of viruses
>>> and does not accept liability for any damages caused by any virus 
>>> transmitted therewith.
>>> 
>>> 
>>> 
>>> Click http://www.merckgroup.com/disclaimer to access the German,
>>> French, Spanish and Portuguese versions of this disclaimer.
>>> 
>> 
>> 
>> --
>> *Doug Turnbull **| CTO* | OpenSource Connections
>> <http://opensourceconnections.com>, LLC | 240.476.9983
>> Author: Relevant Search <http://manning.com/turnbull>; Contributor: *AI 
>> Powered Search <http://aipoweredsearch.com>* This e-mail and all contents, 
>> including attachments, is considered to be Company Confidential unless 
>> explicitly stated otherwise, regardless of whether attachments are marked as 
>> such.
>> 
>> 
>> This message and any attachment are confidential and may be privileged or 
>> otherwise protected from disclosure. If you are not the intended recipient, 
>> you must not copy this message or attachment or disclose the contents to any 
>> other person. If you have received thi

RE: Why Did It Match?

2020-05-28 Thread Webster Homer
Thank you.

The problem is that Endeca just provided this information. The website users 
see how each search result matched the query.
For example this is displayed for a hit:
1 Product Result

|  Match Criteria: Material, Product Number

The business users will wonder why we cannot provide this information with the 
new system.

-Original Message-
From: Erick Erickson 
Sent: Thursday, May 28, 2020 4:38 PM
To: solr-user@lucene.apache.org
Subject: Re: Why Did It Match?

Yes, debug=explain is expensive. Expensive in the sense that I’d never add it 
to every query. But if your business users are trying to understand why query X 
came back the way it did by examining individual queries, then I wouldn’t worry.

You can easily see how expensive it is in your situation by looking at the 
timings returned. Debug is just a component just like facet etc and the time it 
takes is listed separately in the timings section of debug output…

Best,
Erick

> On May 28, 2020, at 4:52 PM, Webster Homer  
> wrote:
>
> My concern was that I thought that explain is resource heavy, and was only 
> used for debugging queries.
>
> -Original Message-
> From: Doug Turnbull 
> Sent: Thursday, May 21, 2020 4:06 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Why Did It Match?
>
> Is your concern that the Solr explain functionality is slower than Endecas?
> Or harder to understand/interpret?
>
> If the latter, I might recommend http://splainer.io as one solution
>
> On Thu, May 21, 2020 at 4:52 PM Webster Homer < 
> webster.ho...@milliporesigma.com> wrote:
>
>> My company is working on a new website. The old/current site is
>> powered by Endeca. The site under development is powered by Solr
>> (currently 7.7.2)
>>
>> Out of the box, Endeca provides the capability to show how a query
>> was matched in the search. The business users like this
>> functionality, in solr this functionality is an expensive debug
>> option. Is there another way to get this information from a query?
>>
>> Webster Homer
>>
>>
>>
>> This message and any attachment are confidential and may be
>> privileged or otherwise protected from disclosure. If you are not the
>> intended recipient, you must not copy this message or attachment or
>> disclose the contents to any other person. If you have received this
>> transmission in error, please notify the sender immediately and
>> delete the message and any attachment from your system. Merck KGaA,
>> Darmstadt, Germany and any of its subsidiaries do not accept
>> liability for any omissions or errors in this message which may arise
>> as a result of E-Mail-transmission or for damages resulting from any
>> unauthorized changes of the content of this message and any
>> attachment thereto. Merck KGaA, Darmstadt, Germany and any of its
>> subsidiaries do not guarantee that this message is free of viruses
>> and does not accept liability for any damages caused by any virus 
>> transmitted therewith.
>>
>>
>>
>> Click http://www.merckgroup.com/disclaimer to access the German,
>> French, Spanish and Portuguese versions of this disclaimer.
>>
>
>
> --
> *Doug Turnbull **| CTO* | OpenSource Connections
> <http://opensourceconnections.com>, LLC | 240.476.9983
> Author: Relevant Search <http://manning.com/turnbull>; Contributor: *AI 
> Powered Search <http://aipoweredsearch.com>* This e-mail and all contents, 
> including attachments, is considered to be Company Confidential unless 
> explicitly stated otherwise, regardless of whether attachments are marked as 
> such.
>
>
> This message and any attachment are confidential and may be privileged or 
> otherwise protected from disclosure. If you are not the intended recipient, 
> you must not copy this message or attachment or disclose the contents to any 
> other person. If you have received this transmission in error, please notify 
> the sender immediately and delete the message and any attachment from your 
> system. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not 
> accept liability for any omissions or errors in this message which may arise 
> as a result of E-Mail-transmission or for damages resulting from any 
> unauthorized changes of the content of this message and any attachment 
> thereto. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not 
> guarantee that this message is free of viruses and does not accept liability 
> for any damages caused by any virus transmitted therewith.
>
>
>
> Click http://www.merckgroup.com/disclaimer to access the German, French, 
> Spanish and Portuguese versions of this disclaimer.



This message and any attachment a

Re: Why Did It Match?

2020-05-28 Thread Erick Erickson
Oh, and something you/they might also find useful to answer the inverse 
question “why didn’t it match” is “explainOther”. It’ll tell you how a 
particular document was scored whether or not that particular document was in 
the result set. IOW it can tell you why a doc scored zero.

Best,
Erick

> On May 28, 2020, at 4:52 PM, Webster Homer  
> wrote:
> 
> My concern was that I thought that explain is resource heavy, and was only 
> used for debugging queries.
> 
> -Original Message-
> From: Doug Turnbull 
> Sent: Thursday, May 21, 2020 4:06 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Why Did It Match?
> 
> Is your concern that the Solr explain functionality is slower than Endecas?
> Or harder to understand/interpret?
> 
> If the latter, I might recommend http://splainer.io as one solution
> 
> On Thu, May 21, 2020 at 4:52 PM Webster Homer < 
> webster.ho...@milliporesigma.com> wrote:
> 
>> My company is working on a new website. The old/current site is
>> powered by Endeca. The site under development is powered by Solr
>> (currently 7.7.2)
>> 
>> Out of the box, Endeca provides the capability to show how a query was
>> matched in the search. The business users like this functionality, in
>> solr this functionality is an expensive debug option. Is there another
>> way to get this information from a query?
>> 
>> Webster Homer
>> 
>> 
>> 
>> This message and any attachment are confidential and may be privileged
>> or otherwise protected from disclosure. If you are not the intended
>> recipient, you must not copy this message or attachment or disclose
>> the contents to any other person. If you have received this
>> transmission in error, please notify the sender immediately and delete
>> the message and any attachment from your system. Merck KGaA,
>> Darmstadt, Germany and any of its subsidiaries do not accept liability
>> for any omissions or errors in this message which may arise as a
>> result of E-Mail-transmission or for damages resulting from any
>> unauthorized changes of the content of this message and any attachment
>> thereto. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do
>> not guarantee that this message is free of viruses and does not accept
>> liability for any damages caused by any virus transmitted therewith.
>> 
>> 
>> 
>> Click http://www.merckgroup.com/disclaimer to access the German,
>> French, Spanish and Portuguese versions of this disclaimer.
>> 
> 
> 
> --
> *Doug Turnbull **| CTO* | OpenSource Connections 
> <http://opensourceconnections.com>, LLC | 240.476.9983
> Author: Relevant Search <http://manning.com/turnbull>; Contributor: *AI 
> Powered Search <http://aipoweredsearch.com>* This e-mail and all contents, 
> including attachments, is considered to be Company Confidential unless 
> explicitly stated otherwise, regardless of whether attachments are marked as 
> such.
> 
> 
> This message and any attachment are confidential and may be privileged or 
> otherwise protected from disclosure. If you are not the intended recipient, 
> you must not copy this message or attachment or disclose the contents to any 
> other person. If you have received this transmission in error, please notify 
> the sender immediately and delete the message and any attachment from your 
> system. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not 
> accept liability for any omissions or errors in this message which may arise 
> as a result of E-Mail-transmission or for damages resulting from any 
> unauthorized changes of the content of this message and any attachment 
> thereto. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not 
> guarantee that this message is free of viruses and does not accept liability 
> for any damages caused by any virus transmitted therewith.
> 
> 
> 
> Click http://www.merckgroup.com/disclaimer to access the German, French, 
> Spanish and Portuguese versions of this disclaimer.



Re: Why Did It Match?

2020-05-28 Thread Erick Erickson
Yes, debug=explain is expensive. Expensive in the sense that I’d never add it 
to every query. But if your business users are trying to understand why query X 
came back the way it did by examining individual queries, then I wouldn’t worry.

You can easily see how expensive it is in your situation by looking at the 
timings returned. Debug is just a component just like facet etc and the time it 
takes is listed separately in the timings section of debug output…

Best,
Erick

> On May 28, 2020, at 4:52 PM, Webster Homer  
> wrote:
> 
> My concern was that I thought that explain is resource heavy, and was only 
> used for debugging queries.
> 
> -Original Message-
> From: Doug Turnbull 
> Sent: Thursday, May 21, 2020 4:06 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Why Did It Match?
> 
> Is your concern that the Solr explain functionality is slower than Endecas?
> Or harder to understand/interpret?
> 
> If the latter, I might recommend http://splainer.io as one solution
> 
> On Thu, May 21, 2020 at 4:52 PM Webster Homer < 
> webster.ho...@milliporesigma.com> wrote:
> 
>> My company is working on a new website. The old/current site is
>> powered by Endeca. The site under development is powered by Solr
>> (currently 7.7.2)
>> 
>> Out of the box, Endeca provides the capability to show how a query was
>> matched in the search. The business users like this functionality, in
>> solr this functionality is an expensive debug option. Is there another
>> way to get this information from a query?
>> 
>> Webster Homer
>> 
>> 
>> 
>> This message and any attachment are confidential and may be privileged
>> or otherwise protected from disclosure. If you are not the intended
>> recipient, you must not copy this message or attachment or disclose
>> the contents to any other person. If you have received this
>> transmission in error, please notify the sender immediately and delete
>> the message and any attachment from your system. Merck KGaA,
>> Darmstadt, Germany and any of its subsidiaries do not accept liability
>> for any omissions or errors in this message which may arise as a
>> result of E-Mail-transmission or for damages resulting from any
>> unauthorized changes of the content of this message and any attachment
>> thereto. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do
>> not guarantee that this message is free of viruses and does not accept
>> liability for any damages caused by any virus transmitted therewith.
>> 
>> 
>> 
>> Click http://www.merckgroup.com/disclaimer to access the German,
>> French, Spanish and Portuguese versions of this disclaimer.
>> 
> 
> 
> --
> *Doug Turnbull **| CTO* | OpenSource Connections 
> <http://opensourceconnections.com>, LLC | 240.476.9983
> Author: Relevant Search <http://manning.com/turnbull>; Contributor: *AI 
> Powered Search <http://aipoweredsearch.com>* This e-mail and all contents, 
> including attachments, is considered to be Company Confidential unless 
> explicitly stated otherwise, regardless of whether attachments are marked as 
> such.
> 
> 
> This message and any attachment are confidential and may be privileged or 
> otherwise protected from disclosure. If you are not the intended recipient, 
> you must not copy this message or attachment or disclose the contents to any 
> other person. If you have received this transmission in error, please notify 
> the sender immediately and delete the message and any attachment from your 
> system. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not 
> accept liability for any omissions or errors in this message which may arise 
> as a result of E-Mail-transmission or for damages resulting from any 
> unauthorized changes of the content of this message and any attachment 
> thereto. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not 
> guarantee that this message is free of viruses and does not accept liability 
> for any damages caused by any virus transmitted therewith.
> 
> 
> 
> Click http://www.merckgroup.com/disclaimer to access the German, French, 
> Spanish and Portuguese versions of this disclaimer.



RE: Why Did It Match?

2020-05-28 Thread Webster Homer
My concern was that I thought that explain is resource heavy, and was only used 
for debugging queries.

-Original Message-
From: Doug Turnbull 
Sent: Thursday, May 21, 2020 4:06 PM
To: solr-user@lucene.apache.org
Subject: Re: Why Did It Match?

Is your concern that the Solr explain functionality is slower than Endecas?
Or harder to understand/interpret?

If the latter, I might recommend http://splainer.io as one solution

On Thu, May 21, 2020 at 4:52 PM Webster Homer < 
webster.ho...@milliporesigma.com> wrote:

> My company is working on a new website. The old/current site is
> powered by Endeca. The site under development is powered by Solr
> (currently 7.7.2)
>
> Out of the box, Endeca provides the capability to show how a query was
> matched in the search. The business users like this functionality, in
> solr this functionality is an expensive debug option. Is there another
> way to get this information from a query?
>
> Webster Homer
>
>
>
> This message and any attachment are confidential and may be privileged
> or otherwise protected from disclosure. If you are not the intended
> recipient, you must not copy this message or attachment or disclose
> the contents to any other person. If you have received this
> transmission in error, please notify the sender immediately and delete
> the message and any attachment from your system. Merck KGaA,
> Darmstadt, Germany and any of its subsidiaries do not accept liability
> for any omissions or errors in this message which may arise as a
> result of E-Mail-transmission or for damages resulting from any
> unauthorized changes of the content of this message and any attachment
> thereto. Merck KGaA, Darmstadt, Germany and any of its subsidiaries do
> not guarantee that this message is free of viruses and does not accept
> liability for any damages caused by any virus transmitted therewith.
>
>
>
> Click http://www.merckgroup.com/disclaimer to access the German,
> French, Spanish and Portuguese versions of this disclaimer.
>


--
*Doug Turnbull **| CTO* | OpenSource Connections 
<http://opensourceconnections.com>, LLC | 240.476.9983
Author: Relevant Search <http://manning.com/turnbull>; Contributor: *AI Powered 
Search <http://aipoweredsearch.com>* This e-mail and all contents, including 
attachments, is considered to be Company Confidential unless explicitly stated 
otherwise, regardless of whether attachments are marked as such.


This message and any attachment are confidential and may be privileged or 
otherwise protected from disclosure. If you are not the intended recipient, you 
must not copy this message or attachment or disclose the contents to any other 
person. If you have received this transmission in error, please notify the 
sender immediately and delete the message and any attachment from your system. 
Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not accept 
liability for any omissions or errors in this message which may arise as a 
result of E-Mail-transmission or for damages resulting from any unauthorized 
changes of the content of this message and any attachment thereto. Merck KGaA, 
Darmstadt, Germany and any of its subsidiaries do not guarantee that this 
message is free of viruses and does not accept liability for any damages caused 
by any virus transmitted therewith.



Click http://www.merckgroup.com/disclaimer to access the German, French, 
Spanish and Portuguese versions of this disclaimer.


Re: Why Did It Match?

2020-05-21 Thread Doug Turnbull
Is your concern that the Solr explain functionality is slower than Endecas?
Or harder to understand/interpret?

If the latter, I might recommend http://splainer.io as one solution

On Thu, May 21, 2020 at 4:52 PM Webster Homer <
webster.ho...@milliporesigma.com> wrote:

> My company is working on a new website. The old/current site is powered by
> Endeca. The site under development is powered by Solr (currently 7.7.2)
>
> Out of the box, Endeca provides the capability to show how a query was
> matched in the search. The business users like this functionality, in solr
> this functionality is an expensive debug option. Is there another way to
> get this information from a query?
>
> Webster Homer
>
>
>
> This message and any attachment are confidential and may be privileged or
> otherwise protected from disclosure. If you are not the intended recipient,
> you must not copy this message or attachment or disclose the contents to
> any other person. If you have received this transmission in error, please
> notify the sender immediately and delete the message and any attachment
> from your system. Merck KGaA, Darmstadt, Germany and any of its
> subsidiaries do not accept liability for any omissions or errors in this
> message which may arise as a result of E-Mail-transmission or for damages
> resulting from any unauthorized changes of the content of this message and
> any attachment thereto. Merck KGaA, Darmstadt, Germany and any of its
> subsidiaries do not guarantee that this message is free of viruses and does
> not accept liability for any damages caused by any virus transmitted
> therewith.
>
>
>
> Click http://www.merckgroup.com/disclaimer to access the German, French,
> Spanish and Portuguese versions of this disclaimer.
>


-- 
*Doug Turnbull **| CTO* | OpenSource Connections
, LLC | 240.476.9983
Author: Relevant Search ; Contributor: *AI
Powered Search *
This e-mail and all contents, including attachments, is considered to be
Company Confidential unless explicitly stated otherwise, regardless
of whether attachments are marked as such.


Why Did It Match?

2020-05-21 Thread Webster Homer
My company is working on a new website. The old/current site is powered by 
Endeca. The site under development is powered by Solr (currently 7.7.2)

Out of the box, Endeca provides the capability to show how a query was matched 
in the search. The business users like this functionality, in solr this 
functionality is an expensive debug option. Is there another way to get this 
information from a query?

Webster Homer



This message and any attachment are confidential and may be privileged or 
otherwise protected from disclosure. If you are not the intended recipient, you 
must not copy this message or attachment or disclose the contents to any other 
person. If you have received this transmission in error, please notify the 
sender immediately and delete the message and any attachment from your system. 
Merck KGaA, Darmstadt, Germany and any of its subsidiaries do not accept 
liability for any omissions or errors in this message which may arise as a 
result of E-Mail-transmission or for damages resulting from any unauthorized 
changes of the content of this message and any attachment thereto. Merck KGaA, 
Darmstadt, Germany and any of its subsidiaries do not guarantee that this 
message is free of viruses and does not accept liability for any damages caused 
by any virus transmitted therewith.



Click http://www.merckgroup.com/disclaimer to access the German, French, 
Spanish and Portuguese versions of this disclaimer.