java.lang.Object org.apache.lucene.index.Posting
Posting(Term t, int position) { term = t; freq = 1; positions = new int[1]; positions[0] = position; }
{ term = t; freq = 1; positions = new int[1]; positions[0] = position; }