Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion Looking for metasearch software

View Parsed - Show only message text

Path: g2news2.google.com!postnews.google.com!m7g2000cwm.googlegroups.com!not-for-mail
From: "pittendrigh" <Sandy.Pittendr...@gmail.com>
Newsgroups: alt.internet.search-engines
Subject: Re: Looking for metasearch software
Date: 28 Sep 2006 05:44:59 -0700
Organization: http://groups.google.com
Lines: 31
Message-ID: <1159447499.309490.29180@m7g2000cwm.googlegroups.com>
References: <1159427204_5@sicinfo3.epfl.ch>
NNTP-Posting-Host: 69.145.181.184
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1159447503 28954 127.0.0.1 (28 Sep 2006 12:45:03 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 28 Sep 2006 12:45:03 +0000 (UTC)
In-Reply-To: <1159427204_5@sicinfo3.epfl.ch>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: m7g2000cwm.googlegroups.com; posting-host=69.145.181.184;
   posting-account=XQW1ng0AAAC0KTeJPPUk3H5M0LjSUBC1


Thomas Guignard wrote:
> Hello
>
> I am looking for a way to query multiple search forms and aggregate
> results. The forms are NOT from common websearch engines (google and
> such) but from several editor database.
>
> Most forms have to be submitted in POST method.

If the "searches" are keyword searches then a
good web programmer could put this together quickly.
What you are talking about is what database developers often
refer to as a "database mediator:"

A high level query is sent to the mediator.
The mediator re-sends the query to N-different databases
and then collects N-different results in a a single,
concatenated answer, which is returned to the original
posting form.

When the query is a complex statement, that has to be
translated into N-different dialects of SQL, and then sent
off to a N-different relational databases, in that case
building the mediator is a major undertaking.

But if the query is just a list of comma-delimited keywords,
then there is no query translation step to go through.
A journeyman web programmer should be able to put a
form system like that together in an hour or two.


Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google