public interface SiteDocumentProvider
| Modifier and Type | Method and Description |
|---|---|
void |
indexSiteDocuments(Site site)
Add documents to the index.
|
void |
indexSitemapDocuments(Sitemap sitemap)
Add documents to the index.
|
void indexSiteDocuments(Site site) throws Exception
site - the site to index.Exception - if an error occurs.void indexSitemapDocuments(Sitemap sitemap) throws Exception
sitemap - the sitemap to index.Exception - if an error occurs.