views:

28

answers:

1

When building a Lucene .NET index it creates several randomly named files under the root index directory. My question is, is there a way to have these files have a static or fixed name and just overwrite upon re-index, or all be in one file?

+1  A: 

If you use cfs, there will be just one file (random stuff.cfs)

Xodarap