I am using spacial search feature in Solr (4.0) version. 

When I try to extract the csv (using wt=csv option) using the edismax
parser, I dont get all the fields in the CSV output as specified in the fl
parameter. Only the schema fields are coming out in CSV and the score, the
custom fields like distance as specified/bolded below does not come out in
the csv file. But i am able to get the same in the wt=xml option. 

q=+(Name:abcd)&sfield=location&rows=100&defType=edismax&pt=40.721587,-73.886938&q.op=OR&isShard=true&start=0&fl=*,score,*dist:geodist()*&wt=csv

Above is not complete query....

I would like to have distance in the CSV output, any help please?




--
View this message in context: 
http://lucene.472066.n3.nabble.com/csv-does-not-return-custom-fields-distance-tp4102313.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to