On Fri, Jun 12, 2009 at 5:12 PM, Newman, Billy wrote:
> I know this has been covered a number of time before but I am still confused.
>
> I am using all the default values for IndexWriter when writing my index.
>
> I loop over all my documents 1000 at a time. For each 1000 I open an index
> write
On Fri, Jun 12, 2009 at 11:12 AM, Newman, Billy wrote:
> I know this has been covered a number of time before but I am still confused.
>
> I am using all the default values for IndexWriter when writing my index.
>
> I loop over all my documents 1000 at a time. For each 1000 I open an index
> writ
I know this has been covered a number of time before but I am still confused.
I am using all the default values for IndexWriter when writing my index.
I loop over all my documents 1000 at a time. For each 1000 I open an index
writer, write each document, optimize the index, then close the index