Eugene,
You could grab all the fields for a record in a SQL database, mash it all
together and transfer it into one indexing field in Lucene. Use some
scripting tools (or even JDBC and Java) to do this. However if you are
asking if Lucene can go and look over a SQL database and return results,
that would not work. Lucene has to index the database fields first. The
indexing would happen with the first two sentences of my post.

HTH,
George

On 9/29/05, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote:
>
> Is there any way to use the contents of the SQL database as source for
> Lucene
> search engine? Is there any example applications or workarounds to do
> that?
>
> --
> Eugene N Dzhurinsky
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to