Both sound interesting, but what I want is to be able to generate the 
intermediate xml that most enterprise search servers could use to quickly 
integrate with them.

e.g. 
customer 1 uses retrievalware for enterprise search
customer 2 uses Solr
customer 3 uses yyy.

How do I build our my functionality to support RetrievalWare, Solr, and YYY?

One thought is to build a directory view that invites crawlers in to auto-index.

DBSight sounds interesting but it does't help me with other enterprise search 
tools from the sounds of it. I'm also thinking that our database schema is 
resistant to sql-oriented queries.

Thanks,
Nick


-----Original Message-----
From:   Chris Lu [mailto:[EMAIL PROTECTED]
Sent:   Thu 5/25/2006 10:15 PM
To:     java-user@lucene.apache.org
Cc:     
Subject:        Re: Integrating a J2EE Application into "Generic" Enterprise 
Search

Solr is nice when you can change the existing enterprise applications,
extract content and post xml content to the server. But definately
still a lot of coding.

I would say DBSight is another alternative here. It has similar
architecture as Solr, but it crawls databases by configurable SQLs.
Only need to plug into any existing databases by JDBC, and it can fit
any schema. No xml, xslt efforts. Usually in 15 minutes you can have a
google-like search.

Chris
--------------------------
Lucene Search on Any Databases/Applications
http://www.dbsight.net

On 5/25/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> On 5/25/06, Nicholas Van Weerdenburg <[EMAIL PROTECTED]> wrote:
> > Are there any enterprise search intergration standards (e.g. xml
> > schema)?
>
> It may or may not be what you are looking for, but there is Solr, a
> lucene-based search server with XML/HTTP interfaces.  It's primarily
> meant to be a standaone server (think database), but it is possible to
> embed.  See my sig for the link.
>
> -Yonik
> http://incubator.apache.org/solr Solr, the open-source Lucene search server
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to