Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Properties | List of all members
Lucene.Net.Search.SimpleFacetedSearch.Hits Class Reference

Properties

HitsPerFacet this[string name] [get]
 
HitsPerFacet this[FacetName name] [get]
 
long TotalHitCount [get]
 
HitsPerFacet[] HitsPerFacet [get, set]
 

Detailed Description

Definition at line 27 of file Hits.cs.

Property Documentation

HitsPerFacet [] Lucene.Net.Search.SimpleFacetedSearch.Hits.HitsPerFacet
getset

Definition at line 60 of file Hits.cs.

HitsPerFacet Lucene.Net.Search.SimpleFacetedSearch.Hits.this[FacetName name]
get

Definition at line 39 of file Hits.cs.

HitsPerFacet Lucene.Net.Search.SimpleFacetedSearch.Hits.this[string name]
get

Definition at line 34 of file Hits.cs.

long Lucene.Net.Search.SimpleFacetedSearch.Hits.TotalHitCount
get

Definition at line 44 of file Hits.cs.


The documentation for this class was generated from the following file: