SolrNet: SolrNet.FacetDateOther Class Reference

SolrNet

Indicates that in addition to the counts for each date range constraint between facet.date.start and facet.date.end, counts should also be computed for other. More...

List of all members.

Public Member Functions

override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Protected Member Functions

 FacetDateOther (string value)

Protected Attributes

readonly string value

Properties

static FacetDateOther Before [get]
 All records with field values lower then lower bound of the first range.
static FacetDateOther After [get]
 All records with field values greater then the upper bound of the last range.
static FacetDateOther Between [get]
 All records with field values between the start and end bounds of all ranges.
static FacetDateOther None [get]
 Compute none of this information. Overrides all other options.
static FacetDateOther All [get]
 Shortcut for before, between, and after.

Detailed Description

Indicates that in addition to the counts for each date range constraint between facet.date.start and facet.date.end, counts should also be computed for other.


Property Documentation

FacetDateOther SolrNet.FacetDateOther.After [static, get]

All records with field values greater then the upper bound of the last range.

FacetDateOther SolrNet.FacetDateOther.All [static, get]

Shortcut for before, between, and after.

FacetDateOther SolrNet.FacetDateOther.Before [static, get]

All records with field values lower then lower bound of the first range.

FacetDateOther SolrNet.FacetDateOther.Between [static, get]

All records with field values between the start and end bounds of all ranges.

FacetDateOther SolrNet.FacetDateOther.None [static, get]

Compute none of this information. Overrides all other options.


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