Oops. Obviously facet fields must be indexed. Not sure what I was thinking
at the moment.
-- Jack Krupansky
-----Original Message-----
From: Michael Kuhlmann
Sent: Wednesday, August 01, 2012 8:54 AM
To: solr-user@lucene.apache.org
Subject: Re: Urgent: Facetable but not Searchable Field
On 01.08.2012 15:40, Jack Krupansky wrote:
The "indexed" and "stored" field attributes are independent, so you can
define a facet field as "stored" but not "indexed" (stored="true"
indexed="false"), so that the field can be faceted but not indexed.
?
A field must be indexed to be used for faceting.
-Kuli