Skip to content

Commit

Permalink
MET-6164 disable publish date range to solr
Browse files Browse the repository at this point in the history
  • Loading branch information
jeortizquan committed Nov 25, 2024
1 parent 6f05ec1 commit 42f467f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,9 @@ private void publishToSolr(RdfWrapper rdfWrapper, FullBeanImpl fullBean) throws
final SolrInputDocument document = new SolrInputDocument();
documentPopulator.populateWithProperties(document, fullBean);
documentPopulator.populateWithFacets(document, rdfWrapper);
documentPopulator.populateWithDateRanges(document, rdfWrapper);

// TODO: re-enable when running reindexing process for SOLR.
//documentPopulator.populateWithDateRanges(document, rdfWrapper);

// Save Solr document.
try {
Expand Down

0 comments on commit 42f467f

Please sign in to comment.