RE: copyfields in schema.xml

2011-08-11 Thread Michael Ryan
Nope. The 'text' field will just have the 'titulo' contents. To have both, you would have to do something like this: -Michael

copyfields in schema.xml

2011-08-11 Thread Rode González
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 _

Re: correct use of copyFields in schema.xml

2008-12-17 Thread Chris Hostetter
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

correct use of copyFields in schema.xml

2008-12-17 Thread Fergus McMenemie
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.