| Package | Description |
|---|---|
| org.nuiton.wikitty.search |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
FacetTopic |
PagedResult.getTopic(String facetName,
String topicName)
Deprecated.
Return topic for the specified facet and topic name.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FacetTopicCountComparator.compare(FacetTopic o1,
FacetTopic o2)
Deprecated.
|
int |
FacetTopicNameComparator.compare(FacetTopic o1,
FacetTopic o2)
Deprecated.
|
| Constructor and Description |
|---|
PagedResult(String criteriaName,
int firstIndice,
int numFound,
String queryString,
Map<String,List<FacetTopic>> facets,
List<T> results)
Deprecated.
Init paged result.
|
Copyright © 2009–2014 CodeLutin. All rights reserved.