diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/search/solr/IndividualToSolrDocument.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/search/solr/IndividualToSolrDocument.java index 823554e1e..c6d0846a1 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/search/solr/IndividualToSolrDocument.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/search/solr/IndividualToSolrDocument.java @@ -231,8 +231,9 @@ public class IndividualToSolrDocument { //time of index in millis past epoc - Object anon[] = { new Long((new DateTime() ).getMillis()) }; - doc.addField(term.INDEXEDTIME, String.format("%019d", anon)); + // Object anon[] = { new Long((new DateTime() ).getMillis()) }; + // doc.addField(term.INDEXEDTIME, String.format("%019d", anon)); + doc.addField(term.INDEXEDTIME,(new DateTime()).getMillis()); log.debug("time to include thumbnail and indexedtime in the index: " + Long.toString(System.currentTimeMillis() - tMoniker));