Smart Search

Jessica Knaak asked on November 23, 2015 18:15

My site is having an issue when using search. It was not pulling all documents that it should be. One particular document was a pdf, so I looked into how to search pdfs. We are doing this correctly so I tried to rebuild the index. It is stalling on one ID. Could someone tell me how to find the document that it is stalling on so I can correct it? This is where it is stalled:

(11/23/2015 10:35:11 AM) Batch 10 started on ID 11966...

I'm wondering what the ID 11966 is? Is that the nodeID or something else? Any help would be greatly appreciated.

Thank you,

Jessica

Correct Answer

Timothy Fenton answered on November 23, 2015 18:21

hello jessica, it is possible that this is the Document id or it could be the attachment id depending on where in the process of indexing it is, you could try the following sql statements

SELECT * FROM CMS_Document WHERE DocumentID = 11966

or

SELECT * FROM CMS_Attachment WHERE AttachmentID = 11966

and it should give some results

1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.