how to get IndexReader Remote?

2008-07-09 Thread lutan
I have a MultiSearcher from remote using by Naming.bind("rmi://"+IP+":"+PORT+"/"+NAME, RemoteSearchable) ,but MultiSearcher doesn't has getIndexReader() . How to get IndexReader? _ MSN 中文网,最新时尚生活资讯,白领聚集门户。 http://cn.msn.com

RE: how to statistics categories amount

2008-07-02 Thread lutan
Anyone explain solr's function of facet ,thanks! How to using lucene to achieve. > From: [EMAIL PROTECTED]> To: java-user@lucene.apache.org> Subject: Re: how to statistics categories amount> Date: Sat, 28 Jun 2008 05:36:12 -0400> > > On Jun 28, 2008, at 3:57

RE: How Lucene Search

2008-06-30 Thread lutan
I have same questions puzzled me. Could anyone explain which class been called in the searching steps ? Thanks! > Date: Thu, 26 Jun 2008 00:24:08 -0700> From: [EMAIL PROTECTED]> To: > java-user@lucene.apache.org> Subject: How Lucene Search> > > hi, > > I am > fairly new to Lucene and is curre

RE: how to statistics categories amount

2008-06-30 Thread lutan
> statistics categories amount> Date: Sat, 28 Jun 2008 05:36:12 -0400> > > On > Jun 28, 2008, at 3:57 AM, lutan wrote:> > if I search a keyword likes > 'computer' in a shopping website.> > the result may contains.> > total:> > >

how to statistics categories amount

2008-06-28 Thread lutan
if I search a keyword likes 'computer' in a shopping website. the result may contains. total: (1000) products . categories: pc(500) products . notebook (300) products . server(200) products . so how do get each categories 'amount. I try to search many times on onec user

RE: Concurrent query benchmarks, with 1,2,4,8 readers

2008-06-13 Thread lutan
TO : Glen Newton Thank you very much! I am so glad to learn it. > Date: Fri, 13 Jun 2008 12:51:51 -0400> From: [EMAIL PROTECTED]> To: > java-user@lucene.apache.org> Subject: Re: Concurrent query benchmarks, with > 1,2,4,8 readers> > Lutan,> > Yes, no problem.

RE: Concurrent query benchmarks, with 1,2,4,8 readers

2008-06-13 Thread lutan
TO: Glen Newton Could I get your test code or code architecture for study. I have try to using java.util.concurrent package( like ArrayBlockingQueue ThreadPoolExecutor;) with lucene,but it is no successful.I don't know how to design. Thanks ! my emial: [EMAIL PROTECTED]

RE: The performance of lucene searching(web entironment) test

2008-06-13 Thread lutan
Very grateful for Toke Eskildsen of attention my questions. > Date: Fri, 13 Jun 2008 08:59:27 +0200> From: [EMAIL PROTECTED]> Subject: RE: > The performance of lucene searching(web entironment) test> To: > java-user@lucene.apache.org> > On Wed, 2008-06-11 at 18:56 +0800

RE: The performance of lucene searching(web entironment) test

2008-06-11 Thread lutan
Thanks for you replay!> Date: Wed, 11 Jun 2008 09:19:46 +0200> From: [EMAIL PROTECTED]> Subject: RE: The performance of lucene searching(web entironment) test> To: java-user@lucene.apache.org> > On Wed, 2008-06-11 at 00:17 +0800, lutan wrote:> > In my test case , I st

RE: Running Lucene in a Clustered Environment

2008-06-10 Thread lutan
I and you have the same problem to solve,and I also research recently. and I heard that: Lucene is a highly optimized inverted index search engine. It stored a number of inverted indexes in a custom file format that is highly optimized to ensure that the indexes can be loaded by searchers quic

RE: Running Lucene in a Clustered Environment

2008-06-10 Thread lutan
I and you have the same problem to solve,and I also research recently. and I heard that: Lucene is a highly optimized inverted index search engine. It stored a number of inverted indexes in a custom file format that is highly optimized to ensure that the indexes can be loaded by searchers quic

RE: The performance of lucene searching(web entironment) test

2008-06-10 Thread lutan
index size..? > Date: Tue, 10 Jun 2008 16:34:17 +0200> From: [EMAIL PROTECTED]> Subject: Re: > The performance of lucene searching(web entironment) test> To: > java-user@lucene.apache.org> > On Tue, 2008-06-10 at 21:11 +0800, lutan > wrote:> > [A lot of text wit

The performance of lucene searching(web entironment) test

2008-06-10 Thread lutan
I have recently done some tests on lucene. I do not know whether the test results normal. hd entironment:Intel(R) Xeon(R) CPU 5110 @ 1.60GHz4GB ram sw entironment:centOS4.6+sun jdk 1.5+jboss+lucene2.3.2+je-analysis(a chinese analysis)there are 10 million+ documents which total about 3GB test