| Field and Description |
|---|
| org.apache.solr.client.solrj.util.ClientUtils.fmts
Use
DateUtil.DEFAULT_DATE_FORMATS |
| org.apache.solr.client.solrj.util.ClientUtils.UTC
Use
DateUtil.UTC. |
| Method and Description |
|---|
| org.apache.solr.handler.component.AlfrescoLukeRequestHandler.getIndexInfo(DirectoryReader, boolean)
use
AlfrescoLukeRequestHandler.getIndexInfo(DirectoryReader) since you now have to explicitly pass the "fl" prameter
and this was always called with "false" anyway from CoreAdminHandler |
| org.apache.solr.client.solrj.util.ClientUtils.getThreadLocalDateFormat()
use
DateUtil.getThreadLocalDateFormat() |
| org.apache.solr.handler.component.AlfrescoSolrHighlighter.initalize(SolrConfig) |
| org.apache.solr.client.solrj.util.ClientUtils.parseDate(String)
Use
DateUtil.parseDate(String) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.