: 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.
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