SolrNet.LocalParams Class Reference
Provides a way to "localize" information about a specific argument that is being sent to Solr. In other words, it provides a way to add meta-data to certain argument types such as query strings. More...
Classes | |
| class | LocalParamsQuery |
| Query object from a query + local params. More... | |
Public Member Functions | |
| LocalParams () | |
| New local params. | |
| LocalParams (IDictionary< string, string > dictionary) | |
| New local params from dictionary. | |
| override string | ToString () |
Static Public Member Functions | |
| static ISolrQuery | operator+ (LocalParams p, ISolrQuery q) |
Detailed Description
Provides a way to "localize" information about a specific argument that is being sent to Solr. In other words, it provides a way to add meta-data to certain argument types such as query strings.
Constructor & Destructor Documentation
| SolrNet.LocalParams.LocalParams | ( | ) |
New local params.
| SolrNet.LocalParams.LocalParams | ( | IDictionary< string, string > | dictionary ) |
New local params from dictionary.
- Parameters:
-
dictionary
The documentation for this class was generated from the following file:
- SolrNet/LocalParams.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by
1.7.2