Send your data
-
Hi
I setup WPSOLR plugins on my ubuntu 14.04 Local system.
Solr versiob 6.6.2
PHP version : 5.6
Wordpress Version : 4.9.1Issue: When i am sending data to solr server its showing:
5 documents indexed so far
Posts excluded from the index:
10I am not able to see post title and body content on the SOLR server.
I am getting following data on the Solr server:
{
“response”:{“numFound”:5,”start”:0,”docs”:[
{
“id”:”Blog_2″,
“_version_”:1586034534821920768,
“timestamp”:”2017-12-06T11:40:00.746Z”},
{
“id”:”Blog_1″,
“_version_”:1586034535284342784,
“timestamp”:”2017-12-06T11:40:01.233Z”},
{
“id”:”Blog_4″,
“_version_”:1586034535286439936,
“timestamp”:”2017-12-06T11:40:01.233Z”},
{
“id”:”Blog_6″,
“_version_”:1586034535289585664,
“timestamp”:”2017-12-06T11:40:01.233Z”},
{
“id”:”Blog_8″,
“_version_”:1586034535290634240,
“timestamp”:”2017-12-06T11:40:01.233Z”}]
}}Please help me.
- The topic ‘Send your data’ is closed to new replies.