Title: Content Not Indexing
Last modified: September 1, 2016

---

# Content Not Indexing

 *  Resolved [dwild](https://wordpress.org/support/users/dwild/)
 * (@dwild)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/)
 * Ok, I give up! HELP!
    I’m running an Intranet on wordpress 4.5.3 and have installed
   Bitnami’s Solr appliance which runs V. 6.1.0. my WPSolr plugin version is 12.7.
 * I uploaded the schema.xml and solrconfig.xml files provided from [http://wpsolr.com/?wpdmdl=2071](http://wpsolr.com/?wpdmdl=2071)
 * I’ve checked only the page option on tab “2.2 Indexed Data”
 * I’ve been able to connect to the solr core just fine. Indexing of id, PID, spell,
   title, Tags, author, author_s, type, displaydate, dispalymodified, and permalink,
   all return searchable data, but content is not returning anything at all.
 * What did i miss?
 * [https://wordpress.org/plugins/wpsolr-search-engine/](https://wordpress.org/plugins/wpsolr-search-engine/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [WPSOLR](https://wordpress.org/support/users/wpsolr/)
 * (@wpsolr)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668347)
 * See the whole procedure explained for Solr 6.1.0: [https://wordpress.org/plugins/wpsolr-search-engine/faq/](https://wordpress.org/plugins/wpsolr-search-engine/faq/)
 * Don not forget the step: reload the index in Solr UI after installing the config
   files.
 *  Thread Starter [dwild](https://wordpress.org/support/users/dwild/)
 * (@dwild)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668419)
 * thanks for your speedy response.
 * I tried that this morning and have not had any change.
 * i’m still getting everything except the actual text on the pages.
 *  Plugin Author [WPSOLR](https://wordpress.org/support/users/wpsolr/)
 * (@wpsolr)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668428)
 * Can you give me an extract of a Solr query here ?
 *  Thread Starter [dwild](https://wordpress.org/support/users/dwild/)
 * (@dwild)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668431)
 * from the solr admin page, if i just click the “Execute Query” button i get
    “
   responseHeader”:{ “status”:0, “QTime”:4, “params”:{ “q”:”*:*”, “indent”:”on”,“
   wt”:”json”, “_”:”1471355941018″}}, “response”:{“numFound”:92,”start”:0,”docs”:[{“
   id”:”347″, “PID”:”347″, “title”:”EPD”, “spell”:[“EPD”, “”], “autocomplete”:[“
   EPD”, “”], “content”:””, “author”:”nwadmin”, “author_s”:”[http://test_intranet/author/nwadmin/&#8221](http://test_intranet/author/nwadmin/&#8221);,“
   type”:”page”, “displaydate”:”2011-09-13 18:01:43″, “displaymodified”:”2011-09-
   23 20:16:28″, “permalink”:”[http://test_intranet/client-services/epd/&#8221](http://test_intranet/client-services/epd/&#8221);,“
   numcomments”:0, “_version_”:1542834458844987392}, { . . .
 * if i query content:facts
    it returns: “{ “responseHeader”:{ “status”:0, “QTime”:
   2, “params”:{ “q”:”content:facts”, “indent”:”on”, “wt”:”json”, “_”:”1471355941018″}},“
   response”:{“numFound”:0,”start”:0,”docs”:[] }}”
 * there exists in this site a page that contains the word “facts” so it should 
   return that page and etc.
 * regardless of the query term anything in content returns null.
 *  Plugin Author [WPSOLR](https://wordpress.org/support/users/wpsolr/)
 * (@wpsolr)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668433)
 * Your Solr setup looks fine.
 * Try
 *     ```
       ?q=text:facts
       ```
   
 * This is the query used by wpsolr.
 *  Thread Starter [dwild](https://wordpress.org/support/users/dwild/)
 * (@dwild)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668435)
 * Same response
    { “responseHeader”:{ “status”:0, “QTime”:3, “params”:{ “q”:”text:
   facts”, “indent”:”on”, “wt”:”json”, “_”:”1471355941018″}}, “response”:{“numFound”:
   0,”start”:0,”docs”:[] }}
 *  Plugin Author [WPSOLR](https://wordpress.org/support/users/wpsolr/)
 * (@wpsolr)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668436)
 * Your page 347 has an empty content.
    And no custom fields are selected in wpsolr.
 *  Thread Starter [dwild](https://wordpress.org/support/users/dwild/)
 * (@dwild)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668443)
 * okay i guess i assumed the text of a page should be in content.
    there is text
   on all published pages of the site. So i need to know what field it is in and
   how to add that field.
 * the source of the pages shows everything i want to index is in a Div tag Id’d
   as “content” but it does show multiple Div’s under that too.
 * any direction you can give is greatly appreciated!
 *  Plugin Author [WPSOLR](https://wordpress.org/support/users/wpsolr/)
 * (@wpsolr)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668447)
 * I could replicate your issue in my local environment.
 * Fixing it ….
 *  Plugin Author [WPSOLR](https://wordpress.org/support/users/wpsolr/)
 * (@wpsolr)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668449)
 * Fixed in WPSOLR 12.8
 *  Thread Starter [dwild](https://wordpress.org/support/users/dwild/)
 * (@dwild)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668454)
 * thanks. I don’t feel quite so dumb now.
 *  Thread Starter [dwild](https://wordpress.org/support/users/dwild/)
 * (@dwild)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668455)
 * I can confirm fix at this time.
 * Thank you again! I’m ASTOUNDED at your speed!
 *  Plugin Author [WPSOLR](https://wordpress.org/support/users/wpsolr/)
 * (@wpsolr)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668457)
 * Thank you for your feedback.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Content Not Indexing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpsolr-search-engine_b2dbdc.svg)
 * [WPSOLR - Elasticsearch and Solr search](https://wordpress.org/plugins/wpsolr-search-engine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpsolr-search-engine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpsolr-search-engine/)
 * [Active Topics](https://wordpress.org/support/plugin/wpsolr-search-engine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpsolr-search-engine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpsolr-search-engine/reviews/)

## Tags

 * [index](https://wordpress.org/support/topic-tag/index/)
 * [no content](https://wordpress.org/support/topic-tag/no-content/)

 * 13 replies
 * 2 participants
 * Last reply from: [WPSOLR](https://wordpress.org/support/users/wpsolr/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/content-not-indexing/#post-7668457)
 * Status: resolved