Hi,
I am a newbie to Solr and have been trying to learn using
DataImportHandler.
I have a query in data-config.xml that fetches about 5 records when i fire
it in SQL Query manager.
However, when Solr does a full import, it is skipping 4 records and only
importing 1 record.
What could be the reason
allow you to see what the query
> actually returns. I'd guess one of two things:
> 1> you aren't getting the number of rows you think.
> 2> you aren't committing the documents you add.
>
> But that's just a guess.
>
> Best
> Erick
> On Aug 3, 2011 2:1