Java Extensions for search

Just like we have different kinds of Java extensions we can write like pre processor, post processor extensions, work flow actions, validation extensions etc, is there any kind of Java code that we can write for search?

thanks
Manvinder

Manvinder,

If you are working with Version 6.6 or later (which use the Lucene search engine), two types of extensions can be written for search: text extractors and text analyzers. For details, see “Search Reference” in the Rhythmyx Technical Reference Manual for the appropriate version.

Version 6.5.2 or earlier (which use the Convera RetreivalWare search engine), does not provide for extensions specific to search.

RLJII

Thanks Johnson…So in these extensions can we customize the content that we want to return when the user makes a search?

I’m not clear what you are asking.

The documentation I cited is clear about the functionality provided by these extensions.

RLJII