SolrNet.SolrQueryByRange< RT > Class Template Reference
Queries a field for a range. More...
Inheritance diagram for SolrNet.SolrQueryByRange< RT >:
Public Member Functions | |
SolrQueryByRange (string fieldName, RT from, RT to) | |
Creates an range query with inclusive bounds. | |
SolrQueryByRange (string fieldName, RT @from, RT to, bool inclusive) | |
Creates a range query. | |
SolrQueryByRange (string fieldName, RT @from, RT to, bool inclusiveFrom, bool inclusiveTo) | |
Creates a range query. Different bounds inclusiveness ONLY available in Solr 4.0+. | |
Properties | |
string | FieldName [get] |
RT | From [get] |
RT | To [get] |
bool | Inclusive [get] |
Is lower and upper bound inclusive. | |
bool | InclusiveFrom [get] |
Is lower bound From inclusive. | |
bool | InclusiveTo [get] |
Is upper bound To inclusive. |
Detailed Description
template<RT>
class SolrNet::SolrQueryByRange< RT >
Queries a field for a range.
- Template Parameters:
-
RT
Member Function Documentation
template<RT >
SolrNet.SolrQueryByRange< RT >.SolrQueryByRange | ( | string | fieldName, |
RT | from, | ||
RT | to | ||
) |
Creates an range query with inclusive bounds.
- Parameters:
-
fieldName from to
template<RT >
SolrNet.SolrQueryByRange< RT >.SolrQueryByRange | ( | string | fieldName, |
RT @ | from, | ||
RT | to, | ||
bool | inclusiveFrom, | ||
bool | inclusiveTo | ||
) |
Creates a range query. Different bounds inclusiveness ONLY available in Solr 4.0+.
- Parameters:
-
fieldName from to inclusiveFrom Lower bound inclusive inclusiveTo Upper bound inclusive
template<RT >
SolrNet.SolrQueryByRange< RT >.SolrQueryByRange | ( | string | fieldName, |
RT @ | from, | ||
RT | to, | ||
bool | inclusive | ||
) |
Creates a range query.
- Parameters:
-
fieldName from to inclusive Inclusive bounds
Property Documentation
template<RT >
bool SolrNet.SolrQueryByRange< RT >.Inclusive [get] |
Is lower and upper bound inclusive.
Implements SolrNet.Impl.ISolrQueryByRange.
template<RT >
bool SolrNet.SolrQueryByRange< RT >.InclusiveFrom [get] |
Is lower bound From inclusive.
Implements SolrNet.Impl.ISolrQueryByRange.
template<RT >
bool SolrNet.SolrQueryByRange< RT >.InclusiveTo [get] |
Is upper bound To inclusive.
Implements SolrNet.Impl.ISolrQueryByRange.
The documentation for this class was generated from the following file:
- SolrNet/SolrQueryByRange.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by 1.7.2