i might have misspelled the question. this is the entry in my db-data-config.xml file: <entity name="torder" query="select UID_PK,creationDate,email,confirmationCode from torder "> <field column="creationDate" name="date" /> <entity name="torderattribute" query="select UID_PK from torderattribute where orderUID='${torder.UID_PK}'"> <field column="UID_PK" name="UID" /> </entity> </entity>
now i want combine UID_PK and UID for the uniqueKey of my indexing documet. i want to know how can i achieve this through schema.xml Thanks Romi ----- Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml-tp2987807p2988323.html Sent from the Solr - User mailing list archive at Nabble.com.