Hi Everyone,

Running SOLR 7.3.1

I have a field called metatag.date that is field-type:
org.apache.solr.schema.TextField    The field is being populated by NUTCH,
which grabs the date from the html:

<meta name="date" id="date" content="2015-12-22 12:48:53" />

and stores it in the  metatag.date field in SOLR.

I'm trying to sort by date   (metatag.date desc) passed on the URL and it's
not working.

I don't think I have an option of using the field-type  DatePointField
because I have no way of formatting the date in the format:
1995-12-31T23:59:59Z

Anyone have any suggestions?

-- 
*Fig Leaf Software is now Collective FLS, Inc.*
*
*
*Collective FLS, Inc.* 

https://www.collectivefls.com/ <https://www.figleaf.com/>  




Reply via email to