Copyfield copies the field so you can have multiple versions. Useful to dump all fields into one "super" field you can search on, for perf reasons.
If the column isn't being indexed, I'd suggest the problem is in DIH. No suggestions as to why, I'm afraid. -----Original Message----- From: PeterKerk [mailto:vettepa...@hotmail.com] Sent: Wednesday, August 04, 2010 4:22 PM To: solr-user@lucene.apache.org Subject: RE: Indexing boolean value Hi, I tried that already, so that would make this: <field name="official" type="integer" indexed="true" stored="true"/> <copyField source="official" dest="text" /> (still not sure what copyField does though) But even that wont work. I also dont see the officallocation columns indexed in the documents: http://localhost:8983/solr/db/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-boolean-value-tp1023708p1023811.html Sent from the Solr - User mailing list archive at Nabble.com.