@wmfs/tymly-solr-plugin
Advanced tools
Comparing version 2.33.0 to 2.33.1
@@ -30,3 +30,3 @@ 'use strict' | ||
) | ||
this.logger.debug('solrSchemaFields', this.solrSchemaFields) | ||
this.logger.debug(`solrSchemaFields: ${JSON.stringify(this.solrSchemaFields)}`) | ||
@@ -45,3 +45,3 @@ this.searchDocs_ = options.blueprintComponents.searchDocs | ||
await storageClient.query('DROP VIEW IF EXISTS tymly.solr_data', []) | ||
this.logger.debug('createViewSQL', this.createViewSQL) | ||
this.logger.debug(`createViewSQL: ${this.createViewSQL}`) | ||
await storageClient.query(this.createViewSQL, []) | ||
@@ -48,0 +48,0 @@ } // boot |
@@ -96,3 +96,3 @@ const solr = require('solr-client') | ||
add (doc) { | ||
this.logger.debug('Adding', doc) | ||
this.logger.debug(`Adding ${JSON.stringify(doc)}`) | ||
@@ -111,3 +111,3 @@ return new Promise((resolve, reject) => { | ||
delete (docId) { | ||
this.logger.debug('Deleting', docId) | ||
this.logger.debug(`Deleting ${docId}`) | ||
@@ -114,0 +114,0 @@ return new Promise((resolve, reject) => { |
{ | ||
"name": "@wmfs/tymly-solr-plugin", | ||
"version": "2.33.0", | ||
"version": "2.33.1", | ||
"description": "Plugin which handles interaction with Apache Solr for Tymly framework", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/wmfs/tymly-solr-plugin#readme", |
{ | ||
"name": "solr", | ||
"version": "2.33.0", | ||
"version": "2.33.1", | ||
"label": "Solr", | ||
@@ -5,0 +5,0 @@ "author": "Tim Needham", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220793