« Return to Thread: Plugins: when to perform web service requests, on fetch or on index?

Re: Plugins: when to perform web service requests, on fetch or on index?

by caezar :: Rate this Message:

Reply to Author | View in Thread

The main idea not to just store some useless data in index. There are searches performed on this data, combined with keywords searches, so I need this data in index.
joel gump wrote:
If only the urls is used, how about save urls to a database.
Then, another app check the database, call webservices.
Personally , i dont like mix something with crawl/index process.

 « Return to Thread: Plugins: when to perform web service requests, on fetch or on index?