Lukas,

Thanks for the fast and clarifying response. Something I haven't
specified is I'm working on Mono, that means I use Lucene.Net version.
The reason I'm posting to the Java User list is that this is a more
active one and with people who could have had my same requirements.

Since Lucene and Lucene.Net are identical, working on different
frameworks, I assumed the answer to my inquiry could have been
applicable either to a context where the second one where involved.
Unfortunately, the solutions you gave me are oriented just to java
developers and users: to use Compass, in fact, I should port it to C#
(I don't exclude to make such this move, but it's a complex job and
the result is not assured to be of quality).

Thank you anyway.
Antonello

PS. Since I created an ORM for .NET that is a competitor of
Hibernate/NHibernate, I want to analyze the sources of Hibernate
Search to understand how they implemented it and try to do the same
for my project.


On 8/10/07, Lukas Vlcek <[EMAIL PROTECTED]> wrote:
> Hi,
> did you have a chance to look at 
> Compass<http://www.opensymphony.com/compass/>?
> It can do exactly what you want.
> Lukas
>
> On 8/10/07, Antonello Provenzano <[EMAIL PROTECTED]> wrote:
> >
> > Hi There!
> >
> > I've been working for a while on the implementation of a website
> > oriented to contents that would contain millions of entries, most of
> > them indexable (such as descriptions, texts, names, etc.).
> > The ideal solution to make them searchable would be to use Lucene as
> > index and search engine.
> >
> > The reason I'm posting the mailing list is the following: since all
> > the entries will be stored in a database (most likely MySQL InnoDB or
> > Oracle), what's the best technique to implement a system that indexes
> > in "real time" (eg. when an entry is inserted into the databsse) the
> > content and make it searchable? Based on my understanding of Lucene,
> > such this thing is not possible, since the index must be re-created to
> > be able to search the indexed contents. Is this true?
> >
> > Eventually, could anyone point me to a working example about how to
> > implement such a similar context?
> >
> >
> > Thank you for the support.
> > Antonello
> >
> > ---------------------------------------------------------------------
> > 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