Submitted by Andreas Prokoph on Mar 5, 2012 11:25:28 AM

Re: Search

We have not yet been able to enable the ootb Search Center portlet to support failover. And the Search Center is not meant to be modified - other than the straight forward way documented in the respective developerWorks article. The source for the servlet accepting the search request also is not public in terms that we provide the source code to go with it. That said: I see no way around picking up the sample code we made available and use that to accomodate your needs for high availability.

Submitted by Billy Chan on Feb 28, 2012 7:13:46 PM

Re: Search

Thanks Andreas.

We would also like to implement the high availability scenario documented in your article "High availability options for IBM WebSphere Portal 6.1search" and wanted to know if this would be possible by extending the Search Center portlet. From what I have seen, the Search Center portlet calls a servlet that uses the SIAPI to retrieve content from the collections. What are your thoughts on where the failover should occur if we want to use the search portlet? On the client side or try and extend the servlet?

Thanks

Submitted by Andreas Prokoph on Feb 14, 2012 11:42:13 AM

Re: Search

The documentation for the Search REST API has moved here --> http://www-10.lotus.com/ldd/lqwiki.nsf/dx/Search_REST_API

It is true that the underlying search core technology has changed. However we also ensured that the SIAPI interfaces are still compatible. Functionality available through SAIPI remained untouched.

The current documentation --> http://www.ibm.com/developerworks/websphere/library/specs/0511_portal-siapi/0511_portal-siapi.html

is still valid.

Submitted by Billy Chan on Feb 9, 2012 2:55:57 PM

Re: Search

Hi,

You mentioned "In addition to SIAPI, a RESTful interface to Portal search is available that can return search results"

Is there any documentation on the RESTful interface?

Also, I read that the search architecture has changed, is this reflected in an updated SIAPI? Where can the lasted SIAPI be found?

Thanks in advance

Submitted by venkat reddy on Apr 28, 2011 11:12:44 AM

Search results issue - when logged in with remote web server hostname or virtual host name

Posting it once again since the tags doesn't show up

I configured seedlist 1.0 - WCM search. when I login using http://PORTAL_HOST_NAME:10040/wps/myportal/VIRTUAL_PORTAL and search for a term, and click on the search result , it takes me to the appropriate page , this works fine.

but when login using http://REMOTE_WEB_SERVER_VIRTUAL_HOST_NAME OR WEB_SERVER_HOST_NAME/wps/myportal/VIRTUAL_PORTAL, search for a term , and a click on the search result, it takes me to

http://PORTAL_HOST_NAME:10040/wps/wcm/webinterface/login/login.jsp?http://PORTAL_HOST_NAME:10040/wps/wcm/connect/LIBRARY_NAME/SITE_ FRAMEWORK_NAME/SITE_AREA_NAME?digest=N3Ez5hqFpFLaqbJ7klj_8g!!

and asks me to login(the login page looks like WAS admin console login page) and when I login it shows me just the single content in the browser.

I tried the following

1) Changing the WCM_HOST(to virtual host name of remote web server or remote web server host name), WCM_PORT (80)

2)Tried changing host name to remote web server host name or remote web servers virtual host name and port name to 80 in the parameter named "collect documents linked from this URL", in the "Edit Content Source Configuration" screen, in the "Manage Search" portlet.

Am I missing something here? do I need to do something else(like configuring something while generating http plugin or specifying some configuration on the remote web server(IIS)).

Please let me know if I am doing anything wrong, thank you once again. your help will be very much appreciated.

Submitted by venkat reddy on Apr 28, 2011 10:47:38 AM

search results issue

In 6.1.0.2 portal I configured seedlist 1.0 - WCM search. when I login using http://:10040/wps/myportal/ and search for a term, and click on the search result , it takes me to the appropriate page , this works fine.

but when login using http:// OR /wps/myportal/, search for a term , and a click on the search result, it takes me to

http://:10040/wps/wcm/webinterface/login/login.jsp?http://:10040/wps/wcm/connect///?digest=N3Ez5hqFpFLaqbJ7klj_8g!!

and asks me to login(the login page looks like WAS admin console login page) and when I login it shows me just the single content in the browser.

I tried the following

1) Changing the WCM_HOST(to virtual host name of remote web server or remote web server host name), WCM_PORT (80)

2)Tried changing host name to remote web server host name or remote web servers virtual host name and port name to 80 in the parameter named "collect documents linked from this URL", in the "Edit Content Source Configuration" screen, in the "Manage Search" portlet.

Am I missing something here? do I need to do something else(like configuring something while generating http plugin or specifying some configuration on the remote web server(IIS)).

Please let me know if I am doing anything wrong, thank you once again. your help will be very much appreciated.

Submitted by venkat reddy on Dec 27, 2010 12:33:54 PM

Re: Search

Hi,

my problem is resolved. I have enabled seedlist 1.0 & and I enabled "web content page" and setup every page as a wcm page. The search center portlet is displaying the links that point to the appropriate portal page. Thank you.

Submitted by venkat reddy on Dec 22, 2010 11:41:38 AM

Re: Search

Hi,

I am trying to setup search for a WCM site, I configured a "WCM site" collection. Search center portlet is displaying results. The WCM library has anonymous user access.

Problem: The search results(in a search center portlet) links go to /wps/portal , invalidating the user session. For authenticated users, the search results should go to /wps/myportal, please let me know what I need to do to correct it.

Thank you

Submitted by Pete R Raleigh on Mar 11, 2010 4:42:52 PM

Search

Does Portal Search support any of the following:

* Stemming

* Alternative spelling

* Hit highlighting

* Date range searching

* Selective indexing (exclude html from index - such as navigation and banner text)

If not, are there any alternative solutions (other than using the Search API which won't be "out-of-the-box")?

Submitted by Pete Kempf on Feb 17, 2010 4:51:50 PM

Search

Regarding "Crawlability of portal with WCM content":

For search results to link back the proper portal page you must set up the portal page as a "Web content page". The help for the content viewer portlet states this: "Note: If no Web content has been selected in the Configure or Edit Shared Settings mode, the portlet displays the content that has been specified in the Web content section of the page where the portlet resides. To create a Web content page that is linked to a content item, use the Manage Pages administration portlet. To change the Web content setting of the page, click Edit Page Properties from the page menu, and specify the content item in the Advanced options section. "

Once an actual portal page was configured for a site area, I found that I MUST delete and re-create the search index for the content to be found by the indexer. Then the search results are properly linked back to the portal page.

The implication is that this search solution will only work with one site area on a page, since the page property only allows you to select one site area.

If this is accurate, I think it would be very helpful to update the "Crawlability of portal with WCM content" section above.