Uses of Class
org.sharengo.wikitty.FacetTopic

Packages that use FacetTopic
org.sharengo.wikitty   
 

Uses of FacetTopic in org.sharengo.wikitty
 

Fields in org.sharengo.wikitty with type parameters of type FacetTopic
protected  Map<String,List<FacetTopic>> PagedResult.facets
          facet asked or null if no facet
 

Methods in org.sharengo.wikitty that return types with arguments of type FacetTopic
 Map<String,List<FacetTopic>> PagedResult.getFacets()
          Get map represent facets
 List<FacetTopic> PagedResult.getTopic(String facetName)
          Return all topic for the specified facet
 

Constructor parameters in org.sharengo.wikitty with type arguments of type FacetTopic
PagedResult(int FirstIndice, int numFound, String queryString, Map<String,List<FacetTopic>> facets, List<T> results)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.