0 Replies Latest reply on Apr 7, 2012 11:44 AM by flozanolopez

    Removal of a Lucene index from Infinispan when using InfinispanDirectory

    flozanolopez

      Hi,

       

      Simple question: How can I remove any trace of a given index from Infinispan, with all its chunks and metadata?

       

      I haven't seen any reference to this operation (the equivalent to a recursive removal of the whole java.io.File representing the dir of a FSDirectory, when using plain Lucene).

       

      I could traverse the metadata and chunks caches myself and look for such thing, but that looks a little goofy... there must be a better way I'm not seeing.