How?

2008-01-14 Thread coolgeng coolgeng
Hi guys, Some problems confuse me. When I would like to index some data from a table in database. While I create the index on this table, the searching job keeps going . How can I work out it? By the way, the number of data is around 1 hundred million. -- Best Regards Cooper Geng

Re: How?

2008-01-16 Thread coolgeng coolgeng
ting? What does your search code look like? > > Best > Erick > > On Jan 14, 2008 10:47 PM, coolgeng coolgeng <[EMAIL PROTECTED]> wrote: > > > Hi guys, > > Some problems confuse me. When I would like to index some data from > a > > table in database.

Re: How?

2008-01-16 Thread coolgeng coolgeng
I can use the cluster index on the table. But you can create only one cluster index in a table. In this table , lots of data need to search, so I choose the Lucene to do that. On Jan 16, 2008 6:57 PM, <[EMAIL PROTECTED]> wrote: > > firstly, I submit the query like "select * from [tablename]". >

Re: How?

2008-01-16 Thread coolgeng coolgeng
A non-clustered and clustered index has resovle the problem, but Lucene can not do the same thing like that? On Jan 16, 2008 11:44 PM, <[EMAIL PROTECTED]> wrote: > > I can use the cluster index on the table. But you can create only one > > cluster index in a table. In this table , lots of data ne

Rails and lucene

2008-02-18 Thread coolgeng coolgeng
Hi guys, Now an idea knock my brain, which I want to integrate the lucene into my ruby application. And the newest lucene api owns the interface to join the ruby application. UnfortunatelyI have no experience about it. Let us talk about it. -- Best Regards Cooper Geng