22 namespace Lucene.Net.Index
34 internal int position;
36 internal int numOverlap;
45 public FieldInvertState(
int position,
int length,
int numOverlap,
int offset,
float boost)
47 this.position = position;
49 this.numOverlap = numOverlap;
57 internal void Reset(
float docBoost)
64 attributeSource = null;
71 get {
return position; }
78 get {
return length; }
85 get {
return numOverlap; }
92 get {
return offset; }
102 get {
return boost; }
107 get {
return attributeSource; }