RE: Use SQL frontend to read lucene index

2008-10-27 Thread Karsten F.
Hi Blured, sorry I don't know anything about eclipse birt. I recommend to start a new thread "eclipse birt with lucene" where you describe your problem again in detail. be aware that lucene don't know numerical values. lucene only knows strings. best regards Karsten blured blured wrote: >

RE: Use SQL frontend to read lucene index

2008-10-27 Thread blured blured
TECTED]> To: > java-user@lucene.apache.org> Subject: Re: Use SQL frontend to read lucene > index> > > Hi Blured,> > if you are asking about integration of lucene and a > DBMS, possible compass> is something for you> > http://www.nabble.com/Lucene-vs.-Database

Re: Use SQL frontend to read lucene index

2008-10-27 Thread Karsten F.
Hi Blured, if you are asking about integration of lucene and a DBMS, possible compass is something for you http://www.nabble.com/Lucene-vs.-Database-tp19755932p19758736.html if you think about using hibernate: I think there already exist a lucene connector, so you don't have to use jdbc. if you