Hi,

I have a SOLR installed on a Tomcat application server. This solr instance
has some data indexed from a postgres database. Now I need to add some
entities from an Oracle database. When I run the full-import command, the
documents indexed are only documents from postgres. In fact, 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 the
query retruned 300 rows.

I'm not doing a delta-import, simply a full import. I've tried to clean the
index, reload the configuration, and manually remove dataimport.properties
because it's the only metadata i found.  Is there any other file to check or
modify just to get all 300 rows indexed?

Of course, I tried to find one of that oracle fields, with no results.

Thanks a lot,

Xavier Rodriguez.

Reply via email to