OK. Thanks for bringing closure here.
Mike
1world1love wrote:
Michael McCandless-2 wrote:
How did you delete the documents? EG, by docID using IndexReader, by
Term or Query using IndexWriter?
And when you said your previous index had 14488449 docs, was
numDocs()
or maxDoc()?
I
Michael McCandless-2 wrote:
>
>
> How did you delete the documents? EG, by docID using IndexReader, by
> Term or Query using IndexWriter?
>
> And when you said your previous index had 14488449 docs, was numDocs()
> or maxDoc()?
>
>
I deleted by docid. I got the number by numdocs.
Jus
How did you delete the documents? EG, by docID using IndexReader, by
Term or Query using IndexWriter?
And when you said your previous index had 14488449 docs, was numDocs()
or maxDoc()?
Mike
1world1love wrote:
Ganesh - yahoo wrote:
Optimize will remove the deletes and rearrange t
Ganesh - yahoo wrote:
>
> Optimize will remove the deletes and rearrange the document numbers.
>
> Have you done some deletes before deleting 1.3 million docs?
>
>
No, that is the crazy part. I haven't done anything to this index since it
was first compiled until I did the deletes. That is
Optimize will remove the deletes and rearrange the document numbers.
Have you done some deletes before deleting 1.3 million docs?
Regards
Ganesh
- Original Message -
From: "1world1love"
To:
Sent: Friday, December 19, 2008 9:49 AM
Subject: optimize: went from 14488449 to 38449
Ok