Class MultiFacets
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Facet
Assembly: Lucene.Net.Facet.dll
Syntax
public class MultiFacets : FacetsConstructors
| Improve this Doc View SourceMultiFacets(IDictionary<String, Facets>, Facets)
Create this, with the specified default Facets
for fields not included in dimToFacets. 
Declaration
public MultiFacets(IDictionary<string, Facets> dimToFacets, Facets defaultFacets = null)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IDictionary<System.String, Facets> | dimToFacets | |
| Facets | defaultFacets | 
Methods
| Improve this Doc View SourceGetAllDims(Int32)
Declaration
public override IList<FacetResult> GetAllDims(int topN)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | topN | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<FacetResult> | 
Overrides
| Improve this Doc View SourceGetSpecificValue(String, String[])
Declaration
public override float GetSpecificValue(string dim, params string[] path)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | dim | |
| System.String[] | path | 
Returns
| Type | Description | 
|---|---|
| System.Single | 
Overrides
| Improve this Doc View SourceGetTopChildren(Int32, String, String[])
Declaration
public override FacetResult GetTopChildren(int topN, string dim, params string[] path)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | topN | |
| System.String | dim | |
| System.String[] | path | 
Returns
| Type | Description | 
|---|---|
| FacetResult |