480481482483484485486
*/ protected void createMemoryPostings(){ if (useFieldInformation) mp = new FieldsMemoryPostings(); else mp = new MemoryPostings(); }