Oracle WebCenter Portal: Uso del adaptador de búsqueda estándar en lugar de Oracle SES

Por defecto las aplicaciones creadas con JDeveloper con la plantilla de WebCenter Portal Framework están preparadas para funcionar con Oracle SES como motor de búsqueda.

En el caso de no disponer de licencia de Oracle SES y querer usar "WebCenter Default Search Adapter" (los adaptadores de búsqueda estándar) se debe cambiar la siguiente propiedad del fichero de configuración adf-config.xml:

<!-- Default  for SES -->
<crawl-properties fullCrawlInterval="P5D" enableWcServicesCrawl="true" enableWcDiscussionsCrawl="true" enableWcUcmCrawl="true"/>

a

 <!--WebCenter Portal Default Search Adapter -->
<crawl-properties fullCrawlInterval="P5D" enableWcServicesCrawl="false" enableWcDiscussionsCrawl="false" enableWcUcmCrawl="false"/>


Fuente: http://docs.oracle.com/cd/E29505_01/webcenter.1111/e25595/jpsdg_search.htm#CBHEHJHI

Comments

Popular posts from this blog

OJET: Inter-Module communication in TypeScript Template

OJET: Build and Deploy in an Application Server

OJET: Select All options using only Checkboxset