66         float Boost { 
get; 
set; }
 
   82         string StringValue { 
get; }
 
   87         TextReader ReaderValue { 
get; }
 
   97         bool IsStored { 
get; }
 
  102         bool IsIndexed { 
get; }
 
  108         bool IsTokenized { 
get; }
 
  119         bool IsTermVectorStored { 
get; }
 
  124         bool IsStoreOffsetWithTermVector { 
get; }
 
  127         bool IsStorePositionWithTermVector { 
get; }
 
  130         bool IsBinary { 
get; }
 
  140         bool OmitNorms { 
get; 
set; }
 
  155         int BinaryOffset { 
get; }
 
  161         int BinaryLength { 
get; }
 
  169         byte[] GetBinaryValue();
 
  188         byte[] GetBinaryValue(byte[] result);
 
  203         bool OmitTermFreqAndPositions { 
set; 
get; }