[Missing <summary> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.SetExpectations(System.String,System.Int32,System.Boolean,System.Boolean)"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override void SetExpectations(
	string field,
	int numTerms,
	bool storeOffsets,
	bool storePositions
)
Visual Basic
Public Overrides Sub SetExpectations ( _
	field As String, _
	numTerms As Integer, _
	storeOffsets As Boolean, _
	storePositions As Boolean _
)
Visual C++
public:
virtual void SetExpectations(
	String^ field, 
	int numTerms, 
	bool storeOffsets, 
	bool storePositions
) override

Parameters

field
Type: System..::..String

[Missing <param name="field"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.SetExpectations(System.String,System.Int32,System.Boolean,System.Boolean)"]

numTerms
Type: System..::..Int32

[Missing <param name="numTerms"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.SetExpectations(System.String,System.Int32,System.Boolean,System.Boolean)"]

storeOffsets
Type: System..::..Boolean

[Missing <param name="storeOffsets"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.SetExpectations(System.String,System.Int32,System.Boolean,System.Boolean)"]

storePositions
Type: System..::..Boolean

[Missing <param name="storePositions"/> documentation for "M:Lucene.Net.Index.FieldSortedTermVectorMapper.SetExpectations(System.String,System.Int32,System.Boolean,System.Boolean)"]

See Also