|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.parse.StringPooler
public class StringPooler
The point of this class is to replace strings in document objects with already-used copies. This can greatly reduce the amount of memory used by the system.
| Constructor Summary | |
|---|---|
StringPooler()
|
|
| Method Summary | |
|---|---|
void |
transform(Document document)
Replaces the strings within this document with strings in a string pool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringPooler()
| Method Detail |
|---|
public void transform(Document document)
document -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||