This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



May 3, 2011, 6:09 AM
11 Posts
topic has been resolvedResolved

Xpages multi database search - what techniques should I use?

  • Category: Other
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags: xpages,ftsearch
  • Replies: 3
For my next project I need to build a multi database search application in Xpages. It requires to search over multiple kinds of notes databases that reside on several servers across multiple
I would like to know what kind of techniques I should use. I know something about FTsearch, but how about REST and JSON? How about webservices? Do I need to implement it by using java so it has the best peformance?
 
Please advice me! 
May 3, 2011, 3:34 PM
122 Posts
Re: Xpages multi database search - what techniques should I use?
I've used FTSearch for this technique in the past. The performance is pretty rapid, but you do need to bear in mind that the FT index may not be up-to-date and may need to amend server document settings for the maximum number of documents returned by an FT search.
May 4, 2011, 7:37 AM
261 Posts
Re: Xpages multi database search - what techniques should I use?
Regarding keeping the FT index up to date: have a look at this sample app from Tommy Valand (http://dontpanic82.blogspot.com/2011/01/xpages-small-update-to-search-interface.html) and in particular the function in it that checks if the FT index needs to be updated.
May 5, 2011, 6:06 AM
11 Posts
Re: Xpages multi database search - what techniques should I use?
Thank you all! I used the FTsearch method and it works great (and fast!).

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal