Hi, Thanks for your response. Attached are the Schema.xml and sample docs that were indexed. The query and response are as below. The attachment Prodsku4270257.xml has a field "paymenttype" whose value is 'prepaid'.
query: q=prepaid&start=0&rows=10&fl=*%2Cscore&qt=standard&wt=json&debugQuery=on&explainOther=&hl=on But you are populating your text field from deviceType, features, description and color. paymentType is not copied into text. So this behavior is normal. Either add this copy field declaration <copyField source="paymentType" dest="text" /> Or query directly this field: q=paymentType:prepaid