Hi Xavier,

> It's maybe because (As I understood) the real (stored) value of this
dynamic
> facet is still the initial fulltext  ?? (or maybe i'm wrong ...)
Exactly.
CopyField does not copy the analyzed result of a field into another one.
Instead, the original content given to that field (the unanalyzed raw
input) is getting copied.

Could you explain what is the difference between your text_tag_facets
and your predefined facets?

Kind regards,
Em

Am 21.02.2012 17:11, schrieb Xavier:
> Hi everyone,
> 
> Like explained in this post :
> http://lucene.472066.n3.nabble.com/How-to-index-a-facetfield-by-searching-words-matching-from-another-Textfield-td3761201.html
> 
> I have created a dynamic facet at indexation by searching terms in a
> fulltext field.
> 
> But i don't know if it's possible to merge this "autocreated" facet with a
> facet already predefined ? i tried to used <copyField> (adding this to my
> code in my previous post) : 
> *<copyField source="text_tag_facet" dest="predefined_facet" />*
> 
>  but it's not seems to work ... (my text_tag_facet is always working, but
> didnt merged with my predefined_facet)
> 
> It's maybe because (As I understood) the real (stored) value of this dynamic
> facet is still the initial fulltext  ?? (or maybe i'm wrong ...)
> 
> I'm a little confused about this and i'm certainly doing it wrong but i
> begin to feel that those kinds of manipulation arent feasible into
> schema.xml ????
> 
> Best regards.
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/How-to-merge-an-autofacet-with-a-predefined-facet-tp3763988p3763988.html
> Sent from the Solr - User mailing list archive at Nabble.com.
> 

Reply via email to