SolrNet.SolrQuery Class Reference
Basic solr query. More...
Inheritance diagram for SolrNet.SolrQuery:
Public Member Functions | |
SolrQuery (string query) | |
Constructor. | |
Static Public Attributes | |
static readonly AbstractSolrQuery | All = new SolrQuery("*:*") |
Represents a query for all documents ("*:*") | |
Properties | |
string | Query [get] |
query to execute |
Detailed Description
Basic solr query.
Constructor & Destructor Documentation
SolrNet.SolrQuery.SolrQuery | ( | string | query ) |
Constructor.
- Parameters:
-
query solr query to execute
Member Data Documentation
readonly AbstractSolrQuery SolrNet.SolrQuery.All = new SolrQuery("*:*") [static] |
Represents a query for all documents ("*:*")
Property Documentation
string SolrNet.SolrQuery.Query [get] |
query to execute
Implements SolrNet.Impl.ISelfSerializingQuery.
The documentation for this class was generated from the following file:
- SolrNet/SolrQuery.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by 1.7.2