Re: Integrate Lucene with Derby

2005-08-16 Thread Mag Gam
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 ne

Re: Integrate Lucene with Derby

2005-08-13 Thread jian chen
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 ba

Re: Integrate Lucene with Derby

2005-08-13 Thread Mag Gam
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 PROTECT

Re: Integrate Lucene with Derby

2005-08-13 Thread jian chen
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 int