On Fri, Jul 31, 2009 at 1:43 AM, ahammad <ahmed.ham...@gmail.com> wrote:
> From what I can gather, it is not finding the data and/or column, and thus > cannot populate the required field. However, the data is there, which I was > able to prove outside of Solr. > > Is there a way to generate more descriptive logs for this? I am completely > lost. I hit this problem a few months ago but I was never able to resolve > it. Any help on this will be much appreciated. > Can you try using the debug mode and see what your sql query is returning? You can either use the /admin/dataimport.jsp or add a debug=on&verbose=true parameter to the import. You should probably limit the number of documents to be indexed by adding rows=X to the full-import command otherwise the response would be huge. -- Regards, Shalin Shekhar Mangar.