SolrNet: SolrNet.SolrQuery Class Reference

SolrNet

SolrNet.SolrQuery Class Reference

Basic solr query. More...

Inheritance diagram for SolrNet.SolrQuery:

List of all members.

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:
querysolr 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  doxygen 1.7.2