Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-dev] SMILA as Search Engine

Hi René,

 

Since you’re using Solr underneath, the date in the filter must comply to the date format rules that Solr expects, which is like “1995-12-31T23:59:59Z”.

 

See http://lucene.apache.org/solr/api-4_0_0-BETA/org/apache/solr/schema/DateField.html for more information on Solr’s date format.

 

Bye

Andreas

 

Von: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-bounces@xxxxxxxxxxx] Im Auftrag von Corinth, Rene
Gesendet: Dienstag, 9. Oktober 2012 18:55
An: smila-dev@xxxxxxxxxxx
Betreff: [smila-dev] SMILA as Search Engine

 

Hey developers,

 

yes, it’s me again. I wanted now to try to use the parameters LastModifiedDate (min + max) but I couldn’t manage it. I tried so many different date-formats but always same result:

 

Invalid Date String:'2011-07-11T13:40:53.147+0200'

 

Also in the documentation I found nothing about the right date-format so I tried that from http://wiki.eclipse.org/SMILA/Documentation/Filesystem_Crawler  which is also not correct L

 

Any ideas how to use this parameter?

 

Cheers René

 

 

 


Back to the top