Re: Lucene index question

2009-08-22 Thread marquinhocb
> just because the "last viewed" date has been updated? >> 2) Is there any way to just update the single field, so that the entire >> index doesn't have to be rebuilt? (I believe the answer to this one is >> "no") >> 3) Is there any sort of d

Re: Lucene index question

2009-08-21 Thread Anshum
e done so that the "last > viewed" property can be created in a separate index? > > Thanks in advance! > -- > View this message in context: > http://www.nabble.com/Lucene-index-question-tp25090565p25090565.html > Sent from the Lucene - Java Users mailing list archive at Nab

Lucene index question

2009-08-21 Thread marquinhocb
- View this message in context: http://www.nabble.com/Lucene-index-question-tp25090565p25090565.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.

Re: Large index question

2006-10-13 Thread Artem Vasiliev
Hello Scott! I think your index is just not large really. My Sharehound's indexes of my corporate LAN is about 10G/10mlns of (really small) documents now, and queries get really little time, less than a second for non-sorted queries and some more for sorted. The machine is some P4 with 1G RAM. I u

Re: Large index question

2006-10-13 Thread Mark Miller
I recently played around with a 2 million doc index of docs that averaged between 2-10k. The system had 4 gig of ram and a 3 gig dual core proc (not using a parallel searcher to take advantage of the extra core)...pretty beefy, but with 4 times the docs your talking about. I didn't see a query tha

Re: Large index question

2006-10-13 Thread Artem
Hello Scott! I think your index is just not large really. My Sharehound's indexes of my corporate LAN is about 10G/10mlns of (really small) documents now, and queries get really little time, less than a second for non-sorted queries and some more for sorted. The machine is some P4 with 1G RAM. I u

Re: Large index question

2006-10-12 Thread Chris Lu
Lots of memory will help a lot. I have a customer of DBSight and he is using Intel Core Duo, and configure everything in memory. The index size is about 700M. When I checked his system's average response time, it's 12ms! I guess you can estimate what you will get from your beefy machine. So it ma

Re: Large index question

2006-10-12 Thread Doron Cohen
"Scott Smith" <[EMAIL PROTECTED]> wrote on 12/10/2006 14:14:57: > Supposed I want to index 500,000 documents (average document size is > 4kBs). Let's assume I create a single index and that the index is > static (I'm not going to add any new documents to it). I would guess > the index would be a

Large index question

2006-10-12 Thread Scott Smith
Supposed I want to index 500,000 documents (average document size is 4kBs). Let's assume I create a single index and that the index is static (I'm not going to add any new documents to it). I would guess the index would be around 2GB. Now, I do searches against this on a somewhat beefy mach

Re: Index Question

2005-12-19 Thread praveenl
That helped thanx. Praveen. > Please try using the JDK from Sun. I believe this is the issue > you're having with Ant and compiling Lucene. > > Erik > > > On Dec 18, 2005, at 9:07 PM, [EMAIL PROTECTED] wrote: > >> Thanks for the reply. I thought of doing it. I downloaded the latest >> sou

Re: Index Question

2005-12-19 Thread Erik Hatcher
Please try using the JDK from Sun. I believe this is the issue you're having with Ant and compiling Lucene. Erik On Dec 18, 2005, at 9:07 PM, [EMAIL PROTECTED] wrote: Thanks for the reply. I thought of doing it. I downloaded the latest source and tried to build it using ant. I am n

Re: Index Question

2005-12-18 Thread praveenl
Thanks for the reply. I thought of doing it. I downloaded the latest source and tried to build it using ant. I am new to using 'ant'. It gives me an error and I think the problem is with 'rmic'. I never came across this before either. It says - BUILD FAILED /projects/keyconcept/praveen/lucene-1.4.

Re: Index Question

2005-12-18 Thread Dave Kor
On 12/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I know that lucene index takes a directory of files to be indexed and > builds the index. Now is there a way to specify the number of files from > the directory to be indexed? > > I mean if I have a directory of 10,000 files and I

Index Question

2005-12-18 Thread praveenl
Hi, I know that lucene index takes a directory of files to be indexed and builds the index. Now is there a way to specify the number of files from the directory to be indexed? I mean if I have a directory of 10,000 files and I want an index of only 2000 files from these 10k files, how can specify

Re: mutiple index question

2005-05-20 Thread Paul Elschot
On Friday 20 May 2005 16:21, Robert Newson wrote: > Paul Elschot wrote: > > On Friday 20 May 2005 13:58, Max Pfingsthorn wrote: > > > >>Hi! > >> > >>I was wondering if Lucene has any sort of functionality to distribute > > > > indices so that different fields are stored in separate indices but t

Re: mutiple index question

2005-05-20 Thread Robert Newson
Paul Elschot wrote: On Friday 20 May 2005 13:58, Max Pfingsthorn wrote: Hi! I was wondering if Lucene has any sort of functionality to distribute indices so that different fields are stored in separate indices but they still refer to the same document. This would be great for a situation where t

Re: mutiple index question

2005-05-20 Thread Paul Elschot
On Friday 20 May 2005 13:58, Max Pfingsthorn wrote: > Hi! > > I was wondering if Lucene has any sort of functionality to distribute indices so that different fields are stored in separate indices but they still refer to the same document. This would be great for a situation where there are many

mutiple index question

2005-05-20 Thread Max Pfingsthorn
Hi! I was wondering if Lucene has any sort of functionality to distribute indices so that different fields are stored in separate indices but they still refer to the same document. This would be great for a situation where there are many large documents which have frequently changing properties