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 <akash....@gmail.com> wrote: > 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. > > *<field name="pgdt" type="date" indexed="true" stored="true" > multiValued="false" />* > > 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 Sahu