mirror of https://github.com/apache/lucene.git
LUCENE-5969: correct TODOs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b7a0314ef9
commit
784b2bd0cb
|
@ -36,8 +36,8 @@ import org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter;
|
|||
import org.apache.lucene.index.SegmentReadState;
|
||||
import org.apache.lucene.index.SegmentWriteState;
|
||||
|
||||
// TODO: we could make separate base class that can wrapp
|
||||
// any PostingsBaseFormat and make it ord-able...
|
||||
// TODO: we could make separate base class that can wrap
|
||||
// any PostingsFormat and make it ord-able...
|
||||
|
||||
/**
|
||||
* Customized version of {@link Lucene50PostingsFormat} that uses
|
||||
|
|
|
@ -37,8 +37,8 @@ import org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter;
|
|||
import org.apache.lucene.index.SegmentReadState;
|
||||
import org.apache.lucene.index.SegmentWriteState;
|
||||
|
||||
// TODO: we could make separate base class that can wrapp
|
||||
// any PostingsBaseFormat and make it ord-able...
|
||||
// TODO: we could make separate base class that can wrap
|
||||
// any PostingsFormat and make it ord-able...
|
||||
|
||||
/**
|
||||
* Customized version of {@link Lucene50PostingsFormat} that uses
|
||||
|
|
|
@ -37,8 +37,8 @@ import org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter;
|
|||
import org.apache.lucene.index.SegmentReadState;
|
||||
import org.apache.lucene.index.SegmentWriteState;
|
||||
|
||||
// TODO: we could make separate base class that can wrapp
|
||||
// any PostingsBaseFormat and make it ord-able...
|
||||
// TODO: we could make separate base class that can wrap
|
||||
// any PostingsFormat and make it ord-able...
|
||||
|
||||
/**
|
||||
* Customized version of {@link Lucene50PostingsFormat} that uses
|
||||
|
|
Loading…
Reference in New Issue