Hi Mark, If you get a Document Status Report after running the job, do you see the missing list's document identifier in the queue?
Karl On Tue, Oct 15, 2013 at 2:32 PM, Mark Libucha <[email protected]> wrote: > > On Tue, Oct 15, 2013 at 10:30 AM, Karl Wright <[email protected]> wrote: > >> Can you please describe what goes wrong with "Discussion Boards"? > > > > I'm using a Filesystem output connector. I've added some debug code in > there at the very top of the addOrReplaceDocument() method which prints out > the uri, fields etc. (Printing it out because the Filesystem connector > doesn't write this stuff to disk for lists.) > > So, when I choose from the Job's "Add List" dropdown, if it's a task list > (like "Tasks"), or a contact list, addOrReplaceDocument() gets called for > each row of list data and my code prints out the uri and the fields. > > However, if the list is a discussion group, addOrReplaceDocument() never > gets called. > > I repeated the same test, and got the same results, using the Solr output > connector. > > Mark >
