Uses of Class
org.nuiton.wikitty.search.FacetTopic

Packages that use FacetTopic
org.nuiton.wikitty.search   
 

Uses of FacetTopic in org.nuiton.wikitty.search
 

Fields in org.nuiton.wikitty.search with type parameters of type FacetTopic
protected  Map<String,List<FacetTopic>> PagedResult.facets
          facet asked or null if no facet
protected  Map<String,Map<String,FacetTopic>> PagedResult.facetsAsMap
          facet asked of null if no facet, FacetTopic are put in map with key topic name, To use this variable, you must used getter, because, this variable is lazy loaded from facets variable.
 

Methods in org.nuiton.wikitty.search that return FacetTopic
 FacetTopic PagedResult.getTopic(String facetName, String topicName)
          Return topic for the specified facet and topic name.
 

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

Constructor parameters in org.nuiton.wikitty.search with type arguments of type FacetTopic
PagedResult(int firstIndice, int numFound, String queryString, Map<String,List<FacetTopic>> facets, List<T> results)
          we don't initialize securityToken
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.