Project

General

Profile

« Previous | Next » 

Revision 57157

Added by Enrico Ottonello over 4 years ago

solr 772 integration

View differences:

SimpleDateValueTransformer.java
5 5
/**
6 6
 * Simply and not very roboust normalizer for solr dates. Basically it handles well yyyy-mm-dd and
7 7
 * yyyy-mm-ddThh:mm:ssZ
8
 *
8
 * 
9 9
 * @author marko
10
 * 
10 11
 */
11 12
public class SimpleDateValueTransformer implements Function<String, String> {
12 13

  

Also available in: Unified diff