Searches the Cartella Lucene index
Namespace: Cartella.SearchAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public SearchResults Query( string[] searchTerms, string[] categoryIds, string[] typeIds, string[] sourceNames ) |
Visual Basic |
---|
Public Function Query ( _ searchTerms As String(), _ categoryIds As String(), _ typeIds As String(), _ sourceNames As String() _ ) As SearchResults |
Visual C++ |
---|
public: SearchResults^ Query( array<String^>^ searchTerms, array<String^>^ categoryIds, array<String^>^ typeIds, array<String^>^ sourceNames ) |
Parameters
- searchTerms
- Type: array<System..::..String>[]()[][]
Terms to filter on
- categoryIds
- Type: array<System..::..String>[]()[][]
Categories to filter on
- typeIds
- Type: array<System..::..String>[]()[][]
- sourceNames
- Type: array<System..::..String>[]()[][]