Re: Create field date using name file

2015-03-02 Thread Alexandre Rafalovitch
So, what do you have already? Did you get as far as having a Solr document that has a full name as one of the fields and you just want to extract the date portion into a separate field? If so, your best bet is probably a custom UpdateRequestProcessor chain that will 1) Copy filename field to date

Re: Create field date using name file

2015-03-02 Thread Mirko Torrisi
I forgot to add that the txt files are divided in directory following this rule: //MM/**files**. Regards, Mirko