SolrNet: NHibernate.SolrNet.INHSolrQuery Interface Reference

SolrNet

NHibernate.SolrNet.INHSolrQuery Interface Reference

NHibernate IQuery for SolrNet queries. More...

Inheritance diagram for NHibernate.SolrNet.INHSolrQuery:

List of all members.

Public Member Functions

new INHSolrQuery SetMaxResults (int maxResults)
 Set the maximum number of rows to retrieve.
new INHSolrQuery SetFirstResult (int firstResult)
 Sets the first row to retrieve.
INHSolrQuery SetSort (Order o)
 Sets sort order.

Detailed Description

NHibernate IQuery for SolrNet queries.


Member Function Documentation

new INHSolrQuery NHibernate.SolrNet.INHSolrQuery.SetFirstResult ( int  firstResult )

Sets the first row to retrieve.

Parameters:
firstResultThe first row to retreive.
Returns:
this

Implemented in NHibernate.SolrNet.Impl.NHSolrQueryImpl.

new INHSolrQuery NHibernate.SolrNet.INHSolrQuery.SetMaxResults ( int  maxResults )

Set the maximum number of rows to retrieve.

Parameters:
maxResultsThe maximum number of rows to retreive
Returns:
this

Implemented in NHibernate.SolrNet.Impl.NHSolrQueryImpl.

INHSolrQuery NHibernate.SolrNet.INHSolrQuery.SetSort ( Order  o )

Sets sort order.

Parameters:
oSort order
Returns:
this

The documentation for this interface was generated from the following file:
  • NHibernate.SolrNet/INHSolrQuery.cs
Generated on Sun May 3 2015 17:19:05 for SolrNet by  doxygen 1.7.2