|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
Deprecated. facet asked or null if no facet |
protected Map<String,Map<String,FacetTopic>> |
PagedResult.facetsAsMap
Deprecated. 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)
Deprecated. 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()
Deprecated. Get map represent facets. |
Map<String,Map<String,FacetTopic>> |
PagedResult.getFacetsAsMap()
Deprecated. |
List<FacetTopic> |
PagedResult.getTopic(String facetName)
Deprecated. Return all topic for the specified facet. |
| Methods in org.nuiton.wikitty.search with parameters of type FacetTopic | |
|---|---|
int |
FacetTopicCountComparator.compare(FacetTopic o1,
FacetTopic o2)
Deprecated. |
int |
FacetTopicNameComparator.compare(FacetTopic o1,
FacetTopic o2)
Deprecated. |
| Constructor parameters in org.nuiton.wikitty.search with type arguments of type FacetTopic | |
|---|---|
PagedResult(String criteriaName,
int firstIndice,
int numFound,
String queryString,
Map<String,List<FacetTopic>> facets,
List<T> results)
Deprecated. Init paged result. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||