You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Ravikumar Govindarajan <ra...@gmail.com> on 2013/03/22 19:52:26 UTC

Segment file clean-up and codecs

Most of us, writing custom codec use segment-name as a handle and push data
to a different storage

Would it be possible to get a hook in the codec APIs, when obsolete segment
files are cleaned up after merges?

Currently, this is always implemented as a hack

--
Ravi

Re: Segment file clean-up and codecs

Posted by Simon Willnauer <si...@gmail.com>.
can you send this to dev@lucene.apache.org?

simon

On Fri, Mar 22, 2013 at 7:52 PM, Ravikumar Govindarajan
<ra...@gmail.com> wrote:
> Most of us, writing custom codec use segment-name as a handle and push data
> to a different storage
>
> Would it be possible to get a hook in the codec APIs, when obsolete segment
> files are cleaned up after merges?
>
> Currently, this is always implemented as a hack
>
> --
> Ravi

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org