[TYPO3-Solr] Indexer fieldProcessingInstructions on dynamic fields?

Albert van der Veen albert.van.der.veen at xs4all.nl
Fri Sep 7 15:21:09 CEST 2012


Hi all,

Is this supposed to work? I'm having this in my setup, but looking at 
the returned results in the devlog, the field is still (an array of) 
timestamps.

plugin.tx_solr {
	index {
		fieldProcessingInstructions {
     			instances_stringM = timestampToIsoDate
     		}
	}
}

In devlog this shows up as the content of the field:

instances_stringM (multivalue, so shows up as an array) 	
0 	1336514400
1 	1337810400
2 	1347919200
3 	1348524000
4 	1349733600

The 'created' field is processed (default solr setup) and shows up as

created
2012-07-18T10:58:39Z

Any insight is highly appreciated :)

best,
Albert


More information about the TYPO3-project-solr mailing list