Re: duplicating all records added to index

2006-09-14 Thread Chris Hostetter
If you can send out: * your schema.xml * your solrconfig.xml * an XML file containing a couple of example ... directives for your schema ...that folks can use to try and recreate your situation, that would be the best way to help figure out what problem you may be having. : Date: Thu,

Re: Mobile phone shop + Solr

2006-09-14 Thread Chris Hostetter
: MobileInfo. Now obviously, I need to index MobileInfo to support faceted : browsing. How should I index SellingItem? The simplest way probably is to : combile mobile phone specs in MobileInfo and and fields in SellingItem, and : then index all of them. In this case, if I have 1000 SellingItems :

Re: duplicating all records added to index

2006-09-14 Thread Tim Archambault
Thanks Yonick. I should not have sent the example code as I later changed the "obituaries_" issue. I deleted the whole index folder and started over and made sure the pk from the obits table was included in all obituary_#pk# from the database and still got dupes. I also searched to see if I had m

Re: duplicating all records added to index

2006-09-14 Thread Yonik Seeley
On 9/14/06, Tim Archambault <[EMAIL PROTECTED]> wrote: My index seems to be duplicating all records on insert even though I have my add statements set to not allow duplicates. How did you verify this? When you do a search on id:obituaries_ do you get more than a single result? These option

Re: duplicating all records added to index

2006-09-14 Thread Tim Archambault
absolutely. On 9/14/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : > My index seems to be duplicating all records on insert even though I have : > my add statements set to not allow duplicates. : > : > I've provided a samle xml file of add docs. Anyone experienced this? Is your "id" field

Re: duplicating all records added to index

2006-09-14 Thread Chris Hostetter
: > My index seems to be duplicating all records on insert even though I have : > my add statements set to not allow duplicates. : > : > I've provided a samle xml file of add docs. Anyone experienced this? Is your "id" field listed as the in your schema.xml? -Hoss

RE: Faceted Searching problems

2006-09-14 Thread Andre Basse
Time to say: Thank you all for your great support! -Andre > You need to use an untokenized field for facets. At least 3 answers in 5 minutes... we should try synchronized swimming ;-) -Yonik *