Closed eiiches closed 4 years ago
Apache Solr exposes these java.util.Date attributes.
solr:dom1=core,dom2=demo,category=SEARCHER,scope=searcher,name=registeredAt:Value
solr:dom1=core,dom2=demo,category=SEARCHER,scope=searcher,name=openedAt:Value
solr:dom1=core,dom2=demo,category=CORE,name=startTime:Value
It's easy to handle these in a transform script, but it may be worth supporting java.util.Date natively.
Apache Solr exposes these java.util.Date attributes.
solr:dom1=core,dom2=demo,category=SEARCHER,scope=searcher,name=registeredAt:Value
solr:dom1=core,dom2=demo,category=SEARCHER,scope=searcher,name=openedAt:Value
solr:dom1=core,dom2=demo,category=CORE,name=startTime:Value
It's easy to handle these in a transform script, but it may be worth supporting java.util.Date natively.