Hi,
I'm a new Solr user. I figured my way around Solr just fine (I think) ... I can index and search ets. And so far I have indexed over 300k documents. What I can't figure out is the following. I'm using: ??? java -Ddata=args -jar post.jar "<optimize/>" to post an optimize command. What I'm finding is that I have to do it twice in order for the files to be "optimized" ... i.e.: the first post takes 3-4 minutes but leaves the file count as is at 44 ... the second post takes 2-3 seconds but shrinks the file count from 44 to 8. So my question is the following, is this the expected behavior or am I doing something wrong? Do I need two optimize posts to really optimize my index?! Thanks in advance -JM