Re: /export LongPointField

2017-11-29 Thread nandakishorek
I'm using 6.6.2. I'll upgrade when to 7 when I can. Thanks. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: /export LongPointField

2017-11-28 Thread Erick Erickson
Looks like a duplicate of 10835, fixed in 6.7 (unreleased) and 7.0. Have you tried with any 7x versions? On Tue, Nov 28, 2017 at 4:08 PM, nandakishorek wrote: > My index has certain fields of type LongPointField with docValues=true i.e., > they are not multivalued. > When I use the export handler

/export LongPointField

2017-11-28 Thread nandakishorek
My index has certain fields of type LongPointField with docValues=true i.e., they are not multivalued. When I use the export handler to export the data, there is an exception thrown 'Export fields must either be one of the following types: int,float,long,double,string,date,boolean'. I see the Expor