[Missing <summary> documentation for "M:Lucene.Net.Index.EmptyVector.IndexesOf(System.String[],System.Int32,System.Int32)"]
Assembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
public int[] IndexesOf( string[] terms, int start, int len ) |
Visual Basic |
---|
Public Function IndexesOf ( _ terms As String(), _ start As Integer, _ len As Integer _ ) As Integer() |
Visual C++ |
---|
public: virtual array<int>^ IndexesOf( array<String^>^ terms, int start, int len ) sealed |
Parameters
- terms
- Type: array<System..::..String>[]()[][]
[Missing <param name="terms"/> documentation for "M:Lucene.Net.Index.EmptyVector.IndexesOf(System.String[],System.Int32,System.Int32)"]
- start
- Type: System..::..Int32
[Missing <param name="start"/> documentation for "M:Lucene.Net.Index.EmptyVector.IndexesOf(System.String[],System.Int32,System.Int32)"]
- len
- Type: System..::..Int32
[Missing <param name="len"/> documentation for "M:Lucene.Net.Index.EmptyVector.IndexesOf(System.String[],System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.EmptyVector.IndexesOf(System.String[],System.Int32,System.Int32)"]