Hello,

I've been using Apache Solr for a couple of weeks now, and it seems to be running fine: facets work, and I can search by taxonomy terms. However, the title and body fields of nodes are not being indexed. Searching for a word in a title returns no results, and the Search Index report shows that title and body are "Not Indexed." I'm using the schema.xml provided by the latest development release (I've also tried 6.x-1.0b9, too), and it shows in the schema file that body and title should be indexed. I've restarted the Apache Solr server, reindexed the content, and deleted the index, all to no avail. Everything gets indexed except the title and body. What am I doing wrong?

Comments

mark trapp’s picture

Status: Active » Closed (fixed)

Never mind, re-copying solrconfig.xml and restarting solr seemed to resolve the issue. Could've sworn I had the right solrconfig.xml...