SolrNet.SolrQueryInList Class Reference
Queries a field for a list of possible values. More...
Inheritance diagram for SolrNet.SolrQueryInList:
Public Member Functions | |
| SolrQueryInList (string fieldName, IEnumerable< string > list) | |
| Queries a field for a list of possible values. | |
| SolrQueryInList (string fieldName, params string[] values) | |
| Queries a field for a list of possible values. | |
Properties | |
| string | FieldName [get] |
| Field name. | |
| IEnumerable< string > | List [get] |
| Field values. | |
Detailed Description
Queries a field for a list of possible values.
Constructor & Destructor Documentation
| SolrNet.SolrQueryInList.SolrQueryInList | ( | string | fieldName, |
| IEnumerable< string > | list | ||
| ) |
Queries a field for a list of possible values.
- Parameters:
-
fieldName Solr field name list Field values to query
| SolrNet.SolrQueryInList.SolrQueryInList | ( | string | fieldName, |
| params string[] | values | ||
| ) |
Queries a field for a list of possible values.
- Parameters:
-
fieldName Solr field name values Field values to query
Property Documentation
string SolrNet.SolrQueryInList.FieldName [get] |
Field name.
IEnumerable<string> SolrNet.SolrQueryInList.List [get] |
Field values.
The documentation for this class was generated from the following file:
- SolrNet/SolrQueryInList.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by
1.7.2