thanks for looking into it. Yes, I do agree DERBY is very easy to use and get started.
I am looking for a solution more on the line of tsearch2 (http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A//www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/&ei=zcUBQ9aGCYmm-gGPr9DcAg) I guess all we need is a data type of vector for example: SELECT 'Our first string used today'::tsvector; tsvector --------------------------------------- 'Our' 'used' 'first' 'today' 'string' (1 row) On 8/14/05, jian chen <[EMAIL PROTECTED]> wrote: > I just downloaded a copy of the derby binary and successfully run the > simple example java program. It seems derby is extremely easy to use > as an embeded java database engine. > > This gave me some confidence that I could integrate Lucene with Derby > and possibly Jetty server, to make a complete java based solution for > a hobby search project. > > I will post more regarding this integration as I go along. > > Cheers, > > Jian > www.jhsystems.net > > On 8/13/05, Mag Gam <[EMAIL PROTECTED]> wrote: > > yes. I have been looking for solutions for a while now. I am not too > > good with Java but I am learning it... > > > > I have asked the kind people of Derby-users, and they say there is no > > solution for this yet. > > > > I guess we can ask the people on the -developer list.... > > > > > > On 8/13/05, jian chen <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I am also interested in that. I haven't used Derby before, but it > > > seems the java database of choice as it is open source and a full > > > relational database. > > > > > > I plant to learn the simple usage of Derby and then think about > > > integrating Derby with Lucene. > > > > > > May we should post our progress for the integration and various > > > schemes of integration in this thread or somewhere else? > > > > > > Thanks, > > > > > > Jian > > > > > > On 8/13/05, Mag Gam <[EMAIL PROTECTED]> wrote: > > > > Are there any documens or plans to integrate Lucene With Apache Derby > > > > (database)? > > > > > > > > --------------------------------------------------------------------- > > > > 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] > > > > > > --------------------------------------------------------------------- > 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]