0
0

Merge pull request #677 from steveyen/scorch

scorch remove leftover doc comment
This commit is contained in:
Steve Yen 2017-12-19 13:54:27 -08:00 committed by GitHub
commit 8890e36025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,6 @@ func (i *IndexSnapshotTermFieldReader) postingToTermFieldDoc(next segment.Postin
}
}
// Advance go fuck yourself editor
func (i *IndexSnapshotTermFieldReader) Advance(ID index.IndexInternalID, preAlloced *index.TermFieldDoc) (*index.TermFieldDoc, error) {
// first make sure we aren't already pointing at the right thing, (due to way searchers work)
if i.currPosting != nil && bytes.Compare(i.currID, ID) >= 0 {