Re: Garbled facets even in a zero hit search

2010-09-09 Thread Dennis Schafroth
Thanks, that did it. On 09/09/2010, at 16.14, Markus Jelsma wrote: > That's normal behavior if you haven't configured facet.mincount. Check the > wiki. > > On Thursday 09 September 2010 16:05:01 Dennis Schafroth wrote: >> I am definitely not excluding the idea that index is garbled, but.. it

Re: Garbled facets even in a zero hit search

2010-09-09 Thread Markus Jelsma
That's normal behavior if you haven't configured facet.mincount. Check the wiki. On Thursday 09 September 2010 16:05:01 Dennis Schafroth wrote: > I am definitely not excluding the idea that index is garbled, but.. it > doesn't explain that I get facets on zero hit. > > The schema is as followin

Re: Garbled facets even in a zero hit search

2010-09-09 Thread Dennis Schafroth
I am definitely not excluding the idea that index is garbled, but.. it doesn't explain that I get facets on zero hit. The schema is as following: satay.xml Description: XML document where I have copied field for the facets (author_exact, subject_exact, title_exact), as I don't want tokeniz

Re: Garbled facets even in a zero hit search

2010-09-09 Thread Erick Erickson
That looks...er...unfortunate. The very first thing I'd do is check your index and see if there are such weird values in your facet fields. My guess is that SOLR is working fine, but you somehow have garbage values in your index, but that's only a guess. I'd try that before trying to debug, GIGO.

Garbled facets even in a zero hit search

2010-09-09 Thread Dennis Schafroth
Hi, Running on a Debian 5.0.5 64bit box. Usingsolr-1.4.1 with Java version "1.6.0_20"I am seeing weird facets results along with the "right" looking ones. Garbled data, stuff that looks like a buffer overflow / index off by ...And I even get them when I do a zero hit search. I wouldn't expect any f