Subject | Re: [IBO] Full Text Search implementation |
---|---|
Author | robert.gilland |
Post date | 2010-09-19T23:04:22Z |
Hi Jason,
The resyncqueue method never finished. Over 24 hours and still processing. I had to stop it.
I think I need to be clearer here as to how I use IBOObjects:
For all User Interface tasks I use DBExpress. Therefore all my tables are inserted into using DBExpress and no IBObjects component is instantiated.
I Use IBObjects for:
1. IBOAdmin components (backup/restore)
2. UDF library.
3. Full Text Search instantiating and searching.
It is my understanding now that in order to use Full Text Search, any time my source description tables are updated I need to have an active IBOConnection open maybe in some type of service, in order for the system to "hear" the events posted on after insert/update of these description tables. Is this true?
Kind Regards,
Robert.
The resyncqueue method never finished. Over 24 hours and still processing. I had to stop it.
I think I need to be clearer here as to how I use IBOObjects:
For all User Interface tasks I use DBExpress. Therefore all my tables are inserted into using DBExpress and no IBObjects component is instantiated.
I Use IBObjects for:
1. IBOAdmin components (backup/restore)
2. UDF library.
3. Full Text Search instantiating and searching.
It is my understanding now that in order to use Full Text Search, any time my source description tables are updated I need to have an active IBOConnection open maybe in some type of service, in order for the system to "hear" the events posted on after insert/update of these description tables. Is this true?
Kind Regards,
Robert.