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.