Nope. The 'text' field will just have the 'titulo' contents. To have both, you
would have to do something like this:
-Michael
Hi all.
if in schema.xml we put something like:
Can I expect that in 'text' field I have the 'title' and the 'titulo'
contents ?
thanks ;)
Note: in our app, the titles refer to books that can be named in several
different ways .
---
Rode González
_
First...
: In-Reply-To: <21051199.p...@talk.nabble.com>
: Subject: correct use of copyFields in schema.xml
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please do not reply to
an existing message, i
Hello all,
Reviewing the various examples that comes with Solr I cant make up
mind wether the copyFields element should be nested within the
fields element or not. The http://wiki.apache.org/solr/SchemaXml
documentation makes it clear it should be outside, yet a number
of examples have it nested.