English 中文(简体)
Federated Search Endeca with other vendors
原标题:

Need to figure out if Endeca can support Federated Search. Note that this search isn t across mulitple Endeca indices but also against various vendor search. e.g. Microsoft FAST, SOLR etc. Does Endeca have support to create a plugin or something which can go against outside Endeca indices and combine the results etc?

问题回答

Endeca does not support Federated Search (at least not at this point in time). Endeca does support loading huge amounts of data into it s index and then allow for semi-realtime updates to that data.

So basically to perform the same task as a federated search you would do a few things:

  1. Have large imports of data from the various data sources at predetermined intervals (weekly, daily, etc.) into an Endeca Agraph.
  2. Have smaller, semi-realtime, data imports into the Endeca Agraph to populate any changes that might have occurred in that small timeframe. This should happen fairly often. (every 5 min, half hour, etc.).

With that setup you are able to return information from multiple systems, but those systems aren t queried real-time when a search is performed.

EDIT: This is not true as of July 2012. A main part of Endeca release at this point was the so called Endeca Assempler or Assembler API, which lets you define external systems, that are being queried at run time and returned in one request. For a programmer it is very transparent. You send a request to the Endeca engine and it will return an object containing results from all federated engines as well. It can return the data in various formats, Java, POJO, XML, JSON and some more.





相关问题
Search field with Thickbox issue

i have a search form which is shown with Thickbox inside an iframe. the problem is.. that after i click "search" the result page is shown inside the same iframe! and i want it to be shown in the main ...

Will an incomplete google sitemap hurt my search ranking?

If I submit a sitemap.xml which does not contain all of the pages of my site, will this affect my search ranking? For example: If my sitemap only contained pages that had been created in the last ...

speeding up windows file search with C#

i made a program that search logical drives to find a specific file .if user type file name an click search button , searching begins , but i don t know how to stop searching in the middle of process....

JQuery/MVC Search Issue

I have inherited a piece of work where the entry screen shows a summary of 20 calculated variables. E.g. Var A (250), Var B (79). Clicking on any of these links takes the user to a view with a ...

Handling no results for docmd.applyfilter

I have an Access app where I use search functionality. I have a TextBox and a Search Button on the form, and it does a wildcard search of whatever the user enters in the TextBox, and displays the ...

Search by using the keyboard in a list/grid - algorithm

I need to implement a custom search in a grid and I would like to find some user interface guidelines that explain the standard way to implement it. I mean this kind of search that is initiated by ...

Embed Google/ Yahoo search into a web site or build your own

I am looking for an opinion on the whether to use Google custom search, Yahoo search builder or build my own for web projects (no more than 100 pages of content). If I should build my own - do you ...

热门标签