Perhaps this is a feature request. Our client has been acquired by larger client and would like to offer a limited form of cross-site search. The search should only index product pages. Unfortunately the various sites use different technologies and architectures to present their products. They also have varying amounts of supporting content pages.
Although a skip list might work okay, it may limit how many product pages the index will traverse. Using categories to group all product pages together and all non-product pages is more applicable, but it's a big waste of index space since we do not want to offer non-content results, and it will most likely exceed the 65,000 page recommendation (ASP).
It would be much easier if we could have an inclusion list, that would tell Zoom which pages to include in the resulting index. It wouldn't limit following, only the amount of data in the index. Can this be done in the current build in some other way?
Although a skip list might work okay, it may limit how many product pages the index will traverse. Using categories to group all product pages together and all non-product pages is more applicable, but it's a big waste of index space since we do not want to offer non-content results, and it will most likely exceed the 65,000 page recommendation (ASP).
It would be much easier if we could have an inclusion list, that would tell Zoom which pages to include in the resulting index. It wouldn't limit following, only the amount of data in the index. Can this be done in the current build in some other way?
Comment