dadoonet / fscrawler

Elasticsearch File System Crawler (FS Crawler)
https://fscrawler.readthedocs.io/
Apache License 2.0
1.32k stars 295 forks source link

Date Format options? #917

Open bencarlson opened 4 years ago

bencarlson commented 4 years ago

From the .fscrawlser/7/_settings.json file:

"indexing_date": {
            "type": "date",
            "format": "dateOptionalTime"
          },

I need to change the format of the date/time in the index. I'm unable to use dateOptionalTime format with ReactiveSearch:

https://docs.appbase.io/docs/reactivesearch/v3/range/daterange/#props

The FSCrawler documentation doesn't describe date format options... can you please provide details? Thanks!

dadoonet commented 4 years ago

I'm not sure it will work. But this could help: https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html

bencarlson commented 4 years ago

Thanks! I'll give it a shot!

-Ben