Re: copying all fields to one specific single value field

2016-12-24 Thread Noriyuki TAKEI
I'm sorry.As everyone pointed out,the filed named "content" is a type defined mulitvalued. I solved this problem. Thanks 2016-12-24 2:19 GMT+09:00 Erick Erickson [via Lucene] < ml-node+s472066n4311074...@n3.nabble.com>: > The problem is exactly as stated, sending multiple fields to the > _same_

Re: copying all fields to one specific single value field

2016-12-23 Thread KRIS MUSSHORN
/update?commit=true' Thank you all for your incredible patience. K - Original Message ----- From: "KRIS MUSSHORN" To: solr-user@lucene.apache.org Sent: Friday, December 23, 2016 10:14:59 AM Subject: Re: copying all fields to one specific single value field work ba

Re: copying all fields to one specific single value field

2016-12-23 Thread Erick Erickson
The problem is exactly as stated, sending multiple fields to the _same_ destination in copyField directives requires that the destination field be multiValued, so you can't do what you're describing unless the destination field is multiValued. There is no requirement that faceting be performed on

Re: copying all fields to one specific single value field

2016-12-23 Thread KRIS MUSSHORN
work backwards and look at the type definition for fields named content, title, author, and body. one of them has a type defined as multivalued - Original Message - From: "武井宜行" To: solr-user@lucene.apache.org Sent: Friday, December 23, 2016 10:05:01 AM Subject: copying all fields t