Finds items containing the specified full-text query terms.
Namespace: Simol.IndexingAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public List<string> FindItems( string domain, string queryText, int resultStartIndex, int resultCount, string property ) |
Visual Basic |
---|
Public Function FindItems ( _ domain As String, _ queryText As String, _ resultStartIndex As Integer, _ resultCount As Integer, _ property As String _ ) As List(Of String) |
Visual C++ |
---|
public: virtual List<String^>^ FindItems( String^ domain, String^ queryText, int resultStartIndex, int resultCount, String^ property ) sealed |
Parameters
- domain
- Type: System..::..String
The domain index to query.
- queryText
- Type: System..::..String
The query text.
- resultStartIndex
- Type: System..::..Int32
Start index of the index results to return.
- resultCount
- Type: System..::..Int32
The number of results to return.
- property
- Type: System..::..String
The default search property. May be null.