|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.indexer.entry.BaseEntry
com.sun.labs.minion.indexer.entry.SinglePostingsEntry
com.sun.labs.minion.indexer.entry.IDWEntry
public class IDWEntry
| Field Summary |
|---|
| Fields inherited from class com.sun.labs.minion.indexer.entry.SinglePostingsEntry |
|---|
logTag, n, offset, p, size, tsize |
| Fields inherited from class com.sun.labs.minion.indexer.entry.BaseEntry |
|---|
dict, id, name, postIn |
| Constructor Summary | |
|---|---|
IDWEntry()
|
|
IDWEntry(java.lang.Object name)
|
|
| Method Summary | |
|---|---|
Entry |
getEntry(java.lang.Object name)
Gets a new entry with the given name. |
protected Postings |
getPostings()
Gets the appropriate postings type for the class. |
protected Postings |
getPostings(ReadableBuffer input)
Reads the postings for this class, returning a set of postings useful at query time. |
| Methods inherited from class com.sun.labs.minion.indexer.entry.SinglePostingsEntry |
|---|
add, append, copyData, decodePostingsInfo, encodePostingsInfo, getEntry, getMaxFDT, getN, getNumChannels, getTotalOccurrences, hasFieldInformation, hasPositionInformation, iterator, readPostings, writePostings |
| Methods inherited from class com.sun.labs.minion.indexer.entry.BaseEntry |
|---|
compareTo, getID, getName, getPartition, setDictionary, setID, setName, setPostingsInput, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IDWEntry()
public IDWEntry(java.lang.Object name)
| Method Detail |
|---|
public Entry getEntry(java.lang.Object name)
Entry
name - the name that we want to give the entry.
protected Postings getPostings()
getPostings in class SinglePostingsEntryprotected Postings getPostings(ReadableBuffer input)
getPostings in class SinglePostingsEntryinput - The buffer containing the postings read from the
postings file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||