Re: Any Copy Field Caveats?

2010-11-11 Thread Tod
I've noticed that using camelCase in field names causes problems. On 11/5/2010 11:02 AM, Will Milspec wrote: Hi all, we're moving from an old lucene version to solr and plan to use the "Copy Field" functionality. Previously we had "rolled our own" implementation, sticking title, description,

Re: Any Copy Field Caveats?

2010-11-05 Thread Erick Erickson
It's pretty straight-forward, just make sure your dest field has multivalued="true" Do note that the *raw* data is copied, not the analyzed. Conceptually the copy is done before analysis of the source field (which you probably already know, but the question has come up on the list from time to

Any Copy Field Caveats?

2010-11-05 Thread Will Milspec
Hi all, we're moving from an old lucene version to solr and plan to use the "Copy Field" functionality. Previously we had "rolled our own" implementation, sticking title, description, etc. in a field called 'content'. We lose some flexibility (i.e. java layer can no longer control what gets in t