Facet Results Strange - Help

2007-04-27 Thread realw5
creations0/int int name=steamist0/int int name=swanstone0/int int name=thomas lighting0/int int name=warmatowel0/int int name=waste king0/int int name=waterstone0/int /lst /lst /lst /response -- View this message in context: http://www.nabble.com/Facet-Results-Strange

Re: Facet Results Strange - Help

2007-04-27 Thread realw5
the same but aren't. -Yonik -- View this message in context: http://www.nabble.com/Facet-Results-Strange---Help-tf3658597.html#a10226359 Sent from the Solr - User mailing list archive at Nabble.com.

Re: Facet Results Strange - Help

2007-04-27 Thread Yonik Seeley
On 4/27/07, realw5 [EMAIL PROTECTED] wrote: I have a dynamic field setup for facets. It looks like this: dynamicField name=*_facet type=string indexed=true stored=false multiValued=true / I do this, because we add facets quite often, so having to modify the schema every time would be

Re: Facet Results Strange - Help

2007-04-27 Thread realw5
, you've hit a bug. If so, it would be helpful if you could open a JIRA bug, and anything you can do to help us reproduce the problem would be appreciated. -Yonik -- View this message in context: http://www.nabble.com/Facet-Results-Strange---Help-tf3658597.html#a10226731 Sent from the Solr

Re: Facet Results Strange - Help

2007-04-27 Thread Yonik Seeley
On 4/27/07, realw5 [EMAIL PROTECTED] wrote: Ok, I just finished indexing about 20k in documents. I took a look at so far the problem has not appearred again. What I'm thinking caused it was I was not adding overwritePending overwriteCommited in the add process. Therefor over time as data was

Re: Facet Results Strange - Help

2007-04-27 Thread Chris Hostetter
: It's likely you have the facet category added more than once for one : or more docs. Like this; : : field name=manufacturer_facetamerican standard/field : field name=manufacturer_facetamerican standard/field : : Are you adding the facet values on-the-fly? This happened to me and I : solved it

Re: Facet Results Strange - Help

2007-04-27 Thread Chris Hostetter
: writer, I notice a space at the end. I can fix this issue by triming all my : values before sening them to solr :-) The built in Field Faceting works on the indexed values, so Solr can solve this for you if you use something like this for your facet field type... fieldType name=facetString