Re: EmbeddedSolr and optimize

2007-08-12 Thread Chris Hostetter
: HTTP, I tried to optimize by passing the true flag to the : CommitUpdateCommand. : : When optimizing an index with Lucene directly it doubles the size of the : index temporarily and then deletes the old segments that were optimized. : Instead, what happened was the old segments were still there.

EmbeddedSolr and optimize

2007-08-09 Thread Sundling, Paul
http://wiki.apache.org/solr/EmbeddedSolr Following the example on connecting to the Index directly without using HTTP, I tried to optimize by passing the true flag to the CommitUpdateCommand. When optimizing an index with Lucene directly it doubles the size of the index temporarily and then del