[Opensource] about eSearch Component
Peter A. Pilgrim
peterp at xenonsoft.demon.co.uk
Tue Jul 8 21:57:53 PDT 2003
Gaspar Gonzalez Oliva wrote:
> Hi All,
>
> There is a work be in progress to integrate eSearch component with Lucene 1.2.
> Some work about this was made by Peter Pilgrim for eForum component. We need to
> extend/rewrite this work to do it a very generic eSearch component that we can
> plug in Expresso Framework and can be used by any Web Application developer that
> use Expresso Framework. The eSearch component actually not use Lucene for text
> index & search but in the next version will be.
The eForum search facility is a plugin factory, because we wanted to separate
the forum from the search engine component. The default plugin is based on
Lucene. Anyone can write a plugin that works with another Search Engine.
The purpose of the plugin is to index eForum messages.
If you need to plug-in a generic search in Expresso Framework, you need
to ask what are going to index. People can index any Java object they
want. So how can you provide a generic interface? Are you trying
to define a sort of higher level JAXP (Java for XML API ) that consolidates
a standard interface to SAX parser and TRaX? I think this is harder,
because you need to look at as many as Java Search Engine API as you
can find on the Net and then try to abstract an interface for them?
>
> I encourage to all people interesting in this job that help us with any idea
> about features needed, design idea, programming implementation and in general
> any advice about this topic. The future eSearch diagram is on Jcorporate site
> now on this URL.
>
> http://www.jcorporate.com/econtent/Content.do?state=template&template=2&resource
> =641&db=default.
>
> or look for eSearch component under documentation link:
> eSearch Architectural Diagram
>
> We need that you put in this disccusion list any idea because maybe the next
> week we need to begin to code the first prototype of eSearch 2.0.
>
> Other documentation are in progress and some of this are:
> - How eSearch work (white paper).
> - Lucene UML diagram.
>
> Gaspar
--
Peter Pilgrim
__ _____ _____ _____
/ //__ // ___// ___/ + Serverside Java
/ /___/ // /__ / /__ + Struts
/ // ___// ___// ___/ + Expresso Committer
__/ // /__ / /__ / /__ + Independent Contractor
/___//____//____//____/ + Intrinsic Motivation
On Line Resume
||
\\===> `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''
More information about the Opensource
mailing list