RE: Lucene 4.0 scalability and performance.

2012-12-24 Thread Vitaly_Artemov
Thank you -Original Message- From: Steve Rowe [mailto:sar...@gmail.com] Sent: Sunday, December 23, 2012 8:20 PM To: java-user@lucene.apache.org Subject: Re: Lucene 4.0 scalability and performance. Hi Vitaly, Anything by Tom Burton-West should interest you - he works on the HathiTrust d

Re: Lucene 4.0 scalability and performance.

2012-12-24 Thread Carsten Schnober
Am 23.12.2012 12:11, schrieb vitaly_arte...@mcafee.com: > This means that we need to index millions of document with TeraBytes of > content and search in it. > For now we want to define only one indexed field, contained the content of > the documents, with possibility to search terms and retrie

RE: Lucene 4.0 scalability and performance.

2012-12-24 Thread Vitaly_Artemov
Thank you -Original Message- From: Carsten Schnober [mailto:schno...@ids-mannheim.de] Sent: Monday, December 24, 2012 3:25 PM To: java-user@lucene.apache.org Subject: Re: Lucene 4.0 scalability and performance. Am 23.12.2012 12:11, schrieb vitaly_arte...@mcafee.com: > This means that w

Re: how to implement a TokenFilter?

2012-12-24 Thread Xi Shen
Hi Lance, I got the lucene 4 from http://mirror.bjtu.edu.cn/apache/lucene/java/4.0.0/lucene-4.0.0-src.tgz, it is an Ant project. But I do not which IDE can import it...I tried Eclipse, it cannot import the build.xml file. Thanks, D. On Mon, Dec 24, 2012 at 12:02 PM, Lance Norskog wrote: > Yo