|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.SolrProducts
public class SolrProducts
Used to return the search result from Solr
| Constructor Summary | |
|---|---|
SolrProducts()
|
|
| Method Summary | |
|---|---|
Category[] |
getCategoryFacets()
The result of a product search using SOLR may contain the category facets including the number of products per category. |
KKFacet[] |
getCustomFacets()
Array of custom field facets |
Manufacturer[] |
getManufacturerFacets()
The result of a product search using SOLR may contain the manufacturer facets including the number of products per manufacturer. |
java.util.ArrayList<java.lang.Integer> |
getProductIds()
|
java.util.HashMap<java.lang.Integer,java.lang.String[]> |
getSnippetMap()
HashMap containing snippets for each product |
int |
getTotalNumProducts()
|
void |
setCategoryFacets(CategoryIf[] categoryFacets)
The result of a product search using SOLR may contain the category facets including the number of products per category. |
void |
setCustomFacets(KKFacetIf[] customFacets)
Array of custom field facets |
void |
setManufacturerFacets(ManufacturerIf[] manufacturerFacets)
The result of a product search using SOLR may contain the manufacturer facets including the number of products per manufacturer. |
void |
setProductIds(java.util.ArrayList<java.lang.Integer> productIds)
|
void |
setSnippetMap(java.util.HashMap<java.lang.Integer,java.lang.String[]> snippetMap)
HashMap containing snippets for each product |
void |
setTotalNumProducts(int totalNumProducts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolrProducts()
| Method Detail |
|---|
public int getTotalNumProducts()
public void setTotalNumProducts(int totalNumProducts)
totalNumProducts - The totalNumProducts to set.public java.util.ArrayList<java.lang.Integer> getProductIds()
public void setProductIds(java.util.ArrayList<java.lang.Integer> productIds)
productIds - The productIds to set.public java.util.HashMap<java.lang.Integer,java.lang.String[]> getSnippetMap()
public void setSnippetMap(java.util.HashMap<java.lang.Integer,java.lang.String[]> snippetMap)
snippetMap - the snippetMap to setpublic Manufacturer[] getManufacturerFacets()
public void setManufacturerFacets(ManufacturerIf[] manufacturerFacets)
manufacturerFacets - the manufacturerFacets to setpublic Category[] getCategoryFacets()
public void setCategoryFacets(CategoryIf[] categoryFacets)
categoryFacets - the categoryFacets to setpublic KKFacet[] getCustomFacets()
public void setCustomFacets(KKFacetIf[] customFacets)
customFacets - the customFacets to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||