> when i run solr/admin page i got this > information, it shows optimize=true, > but i have not set optimize=true in configuration file than > how it is > optimizing the indexes. and how can i set it to false then > . > > > /Schema Information > > Unique Key: UID_PK > > Default Search Field: text > > numDocs: 2881 > > maxDoc: 2881 > > numTerms: 41960 > > version: 1309429290159 > > optimized: true > > current: true > > hasDeletions: false > > directory: > org.apache.lucene.store.SimpleFSDirectory:org.apache.lucene.store.SimpleFSDirectory@ > C:\apache-solr-1.4.0\example\example-DIH\solr\db\data\index > > lastModified: 2011-06-30T10:25:04.89Z/ >
It seems that you are using DIH. By default both delta and full import issues an optimize at the end.