Re: Clustering on copy fields

2017-07-26 Thread Thomas Krebs
This is understood.

My question is: I have a keep words filter on field2. field2 is used for 
clustering.
Will the cluster algorithm use „some data“ or the result of the application of 
the keep words filter applied to „some data“.

Cheers,
Thomas


> Am 26.07.2017 um 01:36 schrieb Erick Erickson :
> 
> copyFields are completely independent. The _raw_ data is passed to both. IOW,
> 
> 
> sending
> some data
> 
> is equivalent to this with no copyfield
> some data
> some data
> Best,
> Erick
> 
> 
> On Tue, Jul 25, 2017 at 11:28 AM, Thomas Krebs  wrote:
>> I have defined a copied field on which I would like to use clustering. I 
>> understood that the destination field will store the full content despite 
>> the filter chain I defined.
>> 
>> Now, I have a keep word filter defined on the copied field.
>> 
>> If I run clustering on the copied field will it use the result of the filter 
>> chain, i.e. the tokens passed through the keep word filter or will it run on 
>> the full content?



Re: Clustering on copy fields

2017-07-25 Thread Erick Erickson
copyFields are completely independent. The _raw_ data is passed to both. IOW,


sending
some data

is equivalent to this with no copyfield
some data
some data
Best,
Erick


On Tue, Jul 25, 2017 at 11:28 AM, Thomas Krebs  wrote:
> I have defined a copied field on which I would like to use clustering. I 
> understood that the destination field will store the full content despite the 
> filter chain I defined.
>
> Now, I have a keep word filter defined on the copied field.
>
> If I run clustering on the copied field will it use the result of the filter 
> chain, i.e. the tokens passed through the keep word filter or will it run on 
> the full content?


Clustering on copy fields

2017-07-25 Thread Thomas Krebs
I have defined a copied field on which I would like to use clustering. I 
understood that the destination field will store the full content despite the 
filter chain I defined.

Now, I have a keep word filter defined on the copied field.

If I run clustering on the copied field will it use the result of the filter 
chain, i.e. the tokens passed through the keep word filter or will it run on 
the full content?