My schema has always had index="false" for that field. I only stopped and restarted the servlet container when I added a document to the index using the Lucene API instead of Solr.
-----Original Message----- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Tuesday, March 02, 2010 1:01 PM To: solr-user@lucene.apache.org Subject: Re: Unindexed Fields Are Searchable? > I've noticed that fields that I > define as index="false" in the > schema.xml are still searchable. indexed="false" defined fields are neither searchable nor sortable. Did you re-start servlet container and re-index your documents after changing this attribute in schema.xml?