Re: Adding new elements to index

2010-07-07 Thread Erick Erickson
Hmmm, let's see your schema definitions please. I'm suspicious because you've implied that you do use a unique key. If it's required, then your definitions don't select it into the same name (i.e. you select as id_carrer in one and id_hidrant in another). So if id_hidrant was defined as your unique

Re: Adding new elements to index

2010-07-07 Thread Alexey Serba
1) Shouldn't you put your "entity" elements under "document" tag, i.e. ... ... 2) What happens if you try to run full-import with explicitly specified "entity" GET parameter? command=full-import&entity=carrers command=full-import&entity=hidrants On Wed, Jul 7, 2010 at 11:1

Re: Adding new elements to index

2010-07-07 Thread Govind Kanshi
Just for testing purpose - I would 1. Use curl to create new docs 2. Use Solrj to go to individual dbs and collect docs. On Wed, Jul 7, 2010 at 12:45 PM, Xavier Rodriguez wrote: > Thanks for the quick reply! > > In fact it was a typo, the 200 rows I got were from postgres. I tried to > say > t

Re: Adding new elements to index

2010-07-07 Thread Xavier Rodriguez
Thanks for the quick reply! In fact it was a typo, the 200 rows I got were from postgres. I tried to say that the full-import was omitting the 100 oracle rows. When I run the full import, I run it as a single job, using the url command=full-import. I've tried to clear the index both using the cle

Re: Adding new elements to index

2010-07-06 Thread Erick Erickson
first do you have a unique key defined in your schema.xml? If you do, some of those 300 rows could be replacing earlier rows. You say: " if I have 200 rows indexed from postgres and 100 rows from Oracle, the full-import process only indexes 200 documents from oracle, although it shows clearly that