Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public FieldInvertState( int position, int length, int numOverlap, int offset, float boost ) |
Visual Basic |
---|
Public Sub New ( _ position As Integer, _ length As Integer, _ numOverlap As Integer, _ offset As Integer, _ boost As Single _ ) |
Visual C++ |
---|
public: FieldInvertState( int position, int length, int numOverlap, int offset, float boost ) |
Parameters
- position
- Type: System..::..Int32
[Missing <param name="position"/> documentation for "M:Lucene.Net.Index.FieldInvertState.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)"]
- length
- Type: System..::..Int32
[Missing <param name="length"/> documentation for "M:Lucene.Net.Index.FieldInvertState.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)"]
- numOverlap
- Type: System..::..Int32
[Missing <param name="numOverlap"/> documentation for "M:Lucene.Net.Index.FieldInvertState.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)"]
- offset
- Type: System..::..Int32
[Missing <param name="offset"/> documentation for "M:Lucene.Net.Index.FieldInvertState.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)"]
- boost
- Type: System..::..Single
[Missing <param name="boost"/> documentation for "M:Lucene.Net.Index.FieldInvertState.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)"]