Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 May 2009 at 15:34 UTC
Updated:
12 May 2009 at 15:48 UTC
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
Comment #1
mark trappNever mind, re-copying solrconfig.xml and restarting solr seemed to resolve the issue. Could've sworn I had the right solrconfig.xml...