|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.aq.invertedindex.core.Properties
public final class Properties
Method Summary | |
---|---|
long |
getKeyCount()
Returns the number of unique keys known by the index instance, that has returned this properties object. |
long |
getTotalSize()
The total size in bytes of all values, indexed by the index instance, that has returned this properties object. |
long |
getValueCount()
Returns the total number of values indexed by the index instance, that has returned this properties object. |
Configuration.ValueSorting |
getValueSorting()
Returns the sorting of the postlist's values as specified in Configuration.setValueSorting(ValueSorting) . |
java.lang.String |
getValueType()
A string that represents the native value type of the index instance, that has returned this properties object. |
int |
getVersionNumber()
Returns the internal version number of the this library. |
java.io.PrintStream |
printTo(java.io.PrintStream stream)
Prints the content of this object in a human-readable form to the given PrintStream . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getKeyCount()
public long getTotalSize()
public long getValueCount()
public Configuration.ValueSorting getValueSorting()
Configuration.setValueSorting(ValueSorting)
.
public java.lang.String getValueType()
public int getVersionNumber()
public java.io.PrintStream printTo(java.io.PrintStream stream)
PrintStream
.
stream
- the stream to print to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |