Hi all, I have a date field in my schema and I'm trying to facet on that field and getting below error:
<field name="RELEASE_DATE" type="date" indexed="true" stored="true" omitTermFreqAndPositions="true" multiValued="true" /> This field I'm copying to text field(copyfield) as well. <copyField source="RELEASE_DATE" dest="text" /> Error: Can't facet on a PointField without docValues I tried adding like below: <fieldType name="fdate" class="solr.DatePointField" docValues="true"/> <field name="RELEASE_DATE" type="fdate" indexed="true" stored="true" omitTermFreqAndPositions="true" multiValued="true" /> And after the changes, I did full reindex of the core and restarted as well. But still facing the same error. Can somebody please help. Thanks, Srinivas ________________________________ DISCLAIMER: E-mails and attachments from Bamboo Rose, LLC are confidential. If you are not the intended recipient, please notify the sender immediately by replying to the e-mail, and then delete it without making copies or using it in any way. No representation is made that this email or any attachments are free of viruses. Virus scanning is recommended and is the responsibility of the recipient. Disclaimer The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful. This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast Ltd, an innovator in Software as a Service (SaaS) for business. Providing a safer and more useful place for your human generated data. Specializing in; Security, archiving and compliance. To find out more visit the Mimecast website.