public abstract class SectionSearchQueryPlan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SectionSearchQueryPlan.NodeQueue |
| Modifier and Type | Field and Description |
|---|---|
protected int |
_curDoc |
protected int |
_curSec |
static int |
NO_MORE_POSITIONS |
static int |
NO_MORE_SECTIONS |
| Constructor and Description |
|---|
SectionSearchQueryPlan() |
public static final int NO_MORE_POSITIONS
public static final int NO_MORE_SECTIONS
protected int _curDoc
protected int _curSec
public int getDocId()
public int getSecId()
public int fetch(int targetDoc)
throws IOException
IOExceptionpublic abstract int fetchDoc(int targetDoc)
throws IOException
IOExceptionpublic abstract int fetchSec(int targetSec)
throws IOException
IOExceptionprotected int fetchPos()
throws IOException
IOExceptionCopyright © 2005–2013. All rights reserved.