Forum OpenACS Development: Response to Search indexer question

Collapse
Posted by Gilbert Wong on
Neophytos,

Is there a way to see which objects were indexed?  What is the queue table name?  I'm not convinced that all of my searchable objects were inserted into the queue.  Maybe they are in the queue but the indexer can't read it.  So I'd like to see if I can reduce some of the variables to identify the real problem.

I did what Don suggested (db_transaction around db_blob_get) and it didn't work.  However, I didn't spend much time playing around with it and I could have added it in the wrong place.  First I'll update the search code to see if there were any major changes since my last cvs update.  Then I'll play around with the db_transaction again.

Thanks.