docintelapp / DocIntel

Open Source Platform for storing, organizing, and searching documents related to cyber threats
https://docintel.org
Other
154 stars 25 forks source link

Migrate date type to DateRangeField in Apache SolR #34

Open ancailliau opened 1 year ago

ancailliau commented 1 year ago

Migration to DateRangeField datatype would allow queries like document_date:2022-10

See https://solr.apache.org/guide/solr/latest/indexing-guide/date-formatting-math.html for more details.

ancailliau commented 1 year ago

See https://github.com/docintelapp/DocIntel/blob/main/conf/managed-schema-document#L125 for the part to change. This will require the documents to be re-indexed?