NO | Do not store term vectors. |
WITH_OFFSETS | Store the term vector + Token offset information |
WITH_POSITIONS | Store the term vector + token position information |
WITH_POSITIONS_OFFSETS | Store the term vector + Token position and offset information |
YES | Store the term vectors of each document. A term vector is a list of the document's terms and their number of occurences in that document. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Parameter) |
ReadResolve (inherited from Parameter) | Resolves the deserialized instance to the local reference for accurate equals() and == comparisons. |