We would really need to see more information, but some first things to look
for are:

are your field definitions in the schema.xml set to indexed="true" (if you
want to search it) and stored="true" (if you want to see it in the return
results)?

is the case of the field names the same in schema.xml and your DIH script? I
believe it is case sensitive. If your field is named 'tags' and in your DIH
script you call it Tags or TAGS, it may be failing to store.
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-tp1394412p1394568.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to