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 being cleaned up, it was just appending to the
existing data.

I did have once cause of repeated values, but after looking at the python
writer, I notice a space at the end. I can fix this issue by triming all my
values before sening them to solr :-) 

I'm going to continue indexing, and if the problem popups up once fully
indexed I'll post back again. Otherwise thanks for the quick replies!

Dan


Yonik Seeley wrote:
> 
> 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 unfeasible.
>>
>> I'm currently reindexing from scratch, so I cannot try wt=python for
>> little
>> bit longer. Once it's done indexing I'll give that a go and see if I
>> notice
>> anything.
> 
> If it's really the same field value repeated, 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 - User mailing list archive at Nabble.com.

Reply via email to