SolrNet: SolrNet.Commands.Parameters.CommonQueryOptions Class Reference

SolrNet

SolrNet.Commands.Parameters.CommonQueryOptions Class Reference

Common, shared query options. More...

Inheritance diagram for SolrNet.Commands.Parameters.CommonQueryOptions:

List of all members.

Public Member Functions

 CommonQueryOptions ()
 Common, shared query options.

Properties

ICollection< string > Fields [get, set]
 Fields to retrieve. By default, all stored fields are returned.
int Start [get, set]
 Offset in the complete result set for the queries where the set of returned documents should begin Default is 0.
int Rows [get, set]
 Maximum number of documents from the complete result set to return to the client for every request. Default is 10.
FacetParameters Facet [get, set]
 Facet parameters.
ICollection< ISolrQueryFilterQueries [get, set]
 This parameter can be used to specify a query that can be used to restrict the super set of documents that can be returned, without influencing score. It can be very useful for speeding up complex queries since the queries specified with fq are cached independently from the main query. This assumes the same Filter is used again for a latter query (i.e. there's a cache hit)
IEnumerable< KeyValuePair
< string, string > > 
ExtraParams [get, set]
 Extra arbitrary parameters to be passed in the request querystring.

Detailed Description

Common, shared query options.


Constructor & Destructor Documentation

SolrNet.Commands.Parameters.CommonQueryOptions.CommonQueryOptions (  )

Common, shared query options.


Property Documentation

IEnumerable<KeyValuePair<string, string> > SolrNet.Commands.Parameters.CommonQueryOptions.ExtraParams [get, set]

Extra arbitrary parameters to be passed in the request querystring.

FacetParameters SolrNet.Commands.Parameters.CommonQueryOptions.Facet [get, set]

Facet parameters.

ICollection<string> SolrNet.Commands.Parameters.CommonQueryOptions.Fields [get, set]

Fields to retrieve. By default, all stored fields are returned.

ICollection<ISolrQuery> SolrNet.Commands.Parameters.CommonQueryOptions.FilterQueries [get, set]

This parameter can be used to specify a query that can be used to restrict the super set of documents that can be returned, without influencing score. It can be very useful for speeding up complex queries since the queries specified with fq are cached independently from the main query. This assumes the same Filter is used again for a latter query (i.e. there's a cache hit)

int SolrNet.Commands.Parameters.CommonQueryOptions.Rows [get, set]

Maximum number of documents from the complete result set to return to the client for every request. Default is 10.

int SolrNet.Commands.Parameters.CommonQueryOptions.Start [get, set]

Offset in the complete result set for the queries where the set of returned documents should begin Default is 0.


The documentation for this class was generated from the following file:
  • SolrNet/Commands/Parameters/CommonQueryOptions.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by  doxygen 1.7.2