Re: Sorting on date with multivalued False attribute

2015-09-08 Thread Mugeesh Husain
Hi, stop the solr server,delete index before indexing you should change or write schema fields then start solr and index which you want. -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-on-date-with-multivalued-False-attribute-tp4227495p4227625.html Sent from the

Re: Sorting on date with multivalued False attribute

2015-09-07 Thread Erick Erickson
completely wipe the index, or recreate the collection and re-index. I'm guessing you changed the definition after some indexing was done and Lucene is a little confused about what the right definition is supposed to be. Best, Erick On Mon, Sep 7, 2015 at 7:55 PM, Akash Sahu wrote: > Hi, > > I am

Sorting on date with multivalued False attribute

2015-09-07 Thread Akash Sahu
Hi, I am working on solr5.3 and trying to buildup a schema where I can sort results by date. I have defined the date in the following manner. ** But still I am getting the result as multivalued and hence the sorting doesn't work. Can you please guide me how to accomplish this? Regards, Akash Sa