James Wow. That was fast. Thanks!
But I thought you couldn't index a field that has duplicate values? Mark On Thu, Jul 28, 2011 at 4:53 PM, Dyer, James <james.d...@ingrambook.com>wrote: > You need to index the field you want to facet on. > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > > -----Original Message----- > From: Mark juszczec [mailto:mark.juszc...@gmail.com] > Sent: Thursday, July 28, 2011 3:50 PM > To: solr-user@lucene.apache.org > Subject: field with repeated data in index > > Hello all > > I created an index consisting of orders and the names of the salesmen who > are responsible for the order. > > As you can imagine, the same name can be associated with many different > orders. > > No problem. Until I try to do a faceted search on the salesman name field. > Right now, I have the data indexed as follows: > > <field name="PRIMARY_AC" type="string" indexed="false" stored="true" > required="true" default="PRIMARY_AC unavailable"/> > > My faceted search gives me the following response: > > > response={responseHeader={status=0,QTime=358,params={facet=on,indent=true,q=*:*,facet.field=PRIMARY_AC,wt=javabin,rows=0,version=2}},response={numFound=954178,start=0,docs=[]},facet_counts={facet_queries={},facet_fields={PRIMARY_AC={}},facet_dates={},facet_ranges={}}} > > Which just isn't right. I KNOW there's data in there, but am confused as > to > how to properly identify it to Solr. > > Any suggestions? > > Mark >