Re: Date normalization URL mapping

2014-11-18 Thread Karl Wright
Hi Kambiz, What version of MCF are you using? In 1.7, the file system connector sets the RepositoryDocument's modifiedDate field, which the solr output connector formats as iso 8601 format: if ( modifiedDateAttributeName != null ) { Date date = document.getModifiedDate();

Re: Date normalization URL mapping

2014-11-18 Thread Kambiz Niktabar
@manifoldcf.apache.org user@manifoldcf.apache.org; Kambiz Niktabar nikta...@yahoo.com Sent: Tuesday, November 18, 2014 3:29 PM Subject: Re: Date normalization URL mapping Hi Kambiz, What version of MCF are you using? In 1.7, the file system connector sets the RepositoryDocument's modifiedDate

Re: Date normalization URL mapping

2014-11-18 Thread Karl Wright
@manifoldcf.apache.org user@manifoldcf.apache.org; Kambiz Niktabar nikta...@yahoo.com *Sent:* Tuesday, November 18, 2014 3:29 PM *Subject:* Re: Date normalization URL mapping Hi Kambiz, What version of MCF are you using? In 1.7, the file system connector sets the RepositoryDocument's modifiedDate field, which

Re: Date normalization URL mapping

2014-11-18 Thread Kambiz Niktabar
Kambiz From: Karl Wright daddy...@gmail.com To: Kambiz Niktabar nikta...@yahoo.com Cc: user@manifoldcf.apache.org user@manifoldcf.apache.org Sent: Tuesday, November 18, 2014 4:22 PM Subject: Re: Date normalization URL mapping Hi Kambiz, Ok, you are using

Re: Date normalization URL mapping

2014-11-18 Thread Karl Wright
*To:* Kambiz Niktabar nikta...@yahoo.com *Cc:* user@manifoldcf.apache.org user@manifoldcf.apache.org *Sent:* Tuesday, November 18, 2014 4:22 PM *Subject:* Re: Date normalization URL mapping Hi Kambiz, Ok, you are using the JCIFS connector, not the File System Connector. First, in your job's