We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbfd248 + 3a9aa75 commit 82f6fb5Copy full SHA for 82f6fb5
examples/search_solr.v1.js
@@ -1,9 +1,7 @@
1
'use strict';
2
3
var watson = require('watson-developer-cloud');
4
-var fs = require('fs');
5
var async = require('async');
6
-var solr = require('solr-client');
7
8
var username = 'INSERT YOUR USERNAME FOR THE SERVICE HERE';
9
var password = 'INSERT YOUR PASSWORD FOR THE SERVICE HERE';
0 commit comments