search

get

/ccstore/v1/search

Search. Perform a search given an endeca based query. The response is a formatted endeca JSON that provides all the data based on the type of search. This Endpoint is clone of StoreFront endpoint and it can be used if application running on agent/admin server need access to endeca based search configured for StoreFront. Takes X-CCAgentContext header which is a JSON object with 'shopperProfileId' as a property. If 'shopperProfileId' is not provided, it is considered as an anonymous profile.

Request

Supported Media Types
  • application/json
Query Parameters
N
Type: string
Required: true
Specifies one or more facet value IDs (delimited by "+") that are used to target a specific navigation state, for example N=123 may translate to "Category = Men’s > Jeans", while N=123+456 may translate to "Category = Men’s > Jeans and Style = Bootcut".
No
Type: integer
Defines a point in a result set to return products from, e.g. for a request that matches 200 products, No=20 signifies to start returning products from 21 onward.
Nr
Type: integer
Specifies a record filter that is used to limit the results to a subset of products.
Nrpp
Type: integer
Number of results to return, e.g. for a request that matches 200 products, Nrpp=20 would return the first 20. Used in conjunction with No to control paging through results.
Ns
Type: string
Attribute(s) that should be used to order the results. This can be multi-value, and contain the order of direction (0 for ascending, 1 for descending), e.g.: Ns=product.title|0 requests products be sorted by Product Title in ascending order (A-Z), while Ns=product.brand|0||sku.price|1 requests products be sorted by Brand A-Z, and products with the same brand be sorted by price high to low.
Ntk
Type: string
Search interface to use for search matching, e.g. Ntk=All.
Ntt
Type: string
Specifies search term(s) for a search specific request, e.g. Ntt=shoes or Ntt=black+shoes.
suppressResults
Type: boolean
Optional parameter that can be set to true to exclude products from the response and instead only return navigational information.

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : search_response
Example application/json

{
    "resultsList":{
        "pagingActionTemplate":{
            "contentPath":"/guidedsearch",
            "@class":"com.endeca.infront.cartridge.model.NavigationAction",
            "navigationState":"?No=%7Boffset%7D&Nrpp=%7BrecordsPerPage%7D&Ntk=product.active%7C&Ntt=1%7Canalog*",
            "siteRootPath":"/services",
            "label":null
        },
        "lastRecNum":1,
        "totalNumRecs":1,
        "sortOptions":[
        ],
        "records":[
            {
                "@class":"com.endeca.infront.cartridge.model.Record",
                "detailsAction":{
                    "contentPath":"/recorddetails",
                    "@class":"com.endeca.infront.cartridge.model.RecordAction",
                    "siteRootPath":"/services",
                    "label":null,
                    "recordState":"?A=sku-xsku5016..xprod1004.en__US"
                },
                "records":[
                    {
                        "@class":"com.endeca.infront.cartridge.model.Record",
                        "detailsAction":{
                            "contentPath":"/recorddetails",
                            "@class":"com.endeca.infront.cartridge.model.RecordAction",
                            "siteRootPath":"/services",
                            "label":null,
                            "recordState":"?R=sku-xsku5016..xprod1004.en__US"
                        },
                        "records":null,
                        "numRecords":0,
                        "attributes":{
                            "product.daysAvailable":[
                                "0"
                            ],
                            "sku.activePrice":[
                                "119.000000"
                            ],
                            "product.repositoryName":[
                                "ProductCatalog"
                            ],
                            "product.longDescription":[
                                "This watch is great for all around use. It is water resistant to up to 165 feet. The stainless steel casing will allow long use and you will never forget that birthday either, as it also keeps the date. "
                            ],
                            "product.priceRange":[
                                "$110.00 - $119.99"
                            ],
                            "product.displayName":[
                                "Analog Watch"
                            ],
                            "sku.onSale":[
                                "0"
                            ],
                            "product.category":[
                                "For Him"
                            ],
                            "product.dateAvailable":[
                                "1414390489000"
                            ],
                            "product.description":[
                                "Stylish analog chonograph watch"
                            ],
                            "product.primaryThumbImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "product.language":[
                                "English"
                            ],
                            "common.id":[
                                "sku-xsku5016..xprod1004.en__US"
                            ],
                            "sku.url":[
                                "atgrep:/ProductCatalog/sku/xsku5016?_product=xprod1004&locale=en_US"
                            ],
                            "product.creationDate":[
                                "1414390489000"
                            ],
                            "parentCategory.displayName":[
                                "For Him"
                            ],
                            "sku.repositoryId":[
                                "xsku5016"
                            ],
                            "product.baseUrl":[
                                "atgrep:/ProductCatalog/sku/xsku5016"
                            ],
                            "product.primaryLargeImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "sku.baseUrl":[
                                "atgrep:/ProductCatalog/sku/xsku5016"
                            ],
                            "sku.displayName":[
                                "Brushed Steel Analog Watch"
                            ],
                            "product.listPrice":[
                                "119.000000"
                            ],
                            "product.primaryFullImageURL":[
                                "/ccstore/v1/images/?source=/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "DGraph.WhyDidItMatch":[
                                "product.active: 1",
                                "product.description: Stylish analog chonograph watch (Substring/Phrase)",
                                "product.displayName: Analog Watch (Substring/Phrase)",
                                "sku.displayName: Brushed Steel Analog Watch (Substring/Phrase)"
                            ],
                            "sku.type":[
                                "sku"
                            ],
                            "product.repositoryId":[
                                "xprod1004"
                            ],
                            "sku.listPrice":[
                                "119.000000"
                            ],
                            "product.url":[
                                "atgrep:/ProductCatalog/sku/xsku5016?_product=xprod1004&locale=en_US"
                            ],
                            "product.primarySmallImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "sku.creationDate":[
                                "1414390488000"
                            ],
                            "product.primaryMediumImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "product.active":[
                                "1"
                            ]
                        }
                    },
                    {
                        "@class":"com.endeca.infront.cartridge.model.Record",
                        "detailsAction":{
                            "contentPath":"/recorddetails",
                            "@class":"com.endeca.infront.cartridge.model.RecordAction",
                            "siteRootPath":"/services",
                            "label":null,
                            "recordState":"?R=sku-xsku5015..xprod1004.en__US"
                        },
                        "records":null,
                        "numRecords":0,
                        "attributes":{
                            "product.daysAvailable":[
                                "0"
                            ],
                            "sku.activePrice":[
                                "249.000000"
                            ],
                            "product.repositoryName":[
                                "ProductCatalog"
                            ],
                            "product.longDescription":[
                                "This watch is great for all around use. It is water resistant to up to 165 feet. The stainless steel casing will allow long use and you will never forget that birthday either, as it also keeps the date. "
                            ],
                            "product.priceRange":[
                                "$240.00 - $249.99"
                            ],
                            "product.displayName":[
                                "Analog Watch"
                            ],
                            "sku.onSale":[
                                "0"
                            ],
                            "product.category":[
                                "For Him"
                            ],
                            "product.dateAvailable":[
                                "1414390489000"
                            ],
                            "product.description":[
                                "Stylish analog chonograph watch"
                            ],
                            "product.primaryThumbImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "product.language":[
                                "English"
                            ],
                            "common.id":[
                                "sku-xsku5015..xprod1004.en__US"
                            ],
                            "sku.url":[
                                "atgrep:/ProductCatalog/sku/xsku5015?_product=xprod1004&locale=en_US"
                            ],
                            "product.creationDate":[
                                "1414390489000"
                            ],
                            "parentCategory.displayName":[
                                "For Him"
                            ],
                            "sku.repositoryId":[
                                "xsku5015"
                            ],
                            "product.baseUrl":[
                                "atgrep:/ProductCatalog/sku/xsku5015"
                            ],
                            "product.primaryLargeImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "sku.baseUrl":[
                                "atgrep:/ProductCatalog/sku/xsku5015"
                            ],
                            "sku.displayName":[
                                "Silver Plated Analog Watch"
                            ],
                            "product.listPrice":[
                                "119.000000"
                            ],
                            "product.primaryFullImageURL":[
                                "/ccstore/v1/images/?source=/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "DGraph.WhyDidItMatch":[
                                "product.active: 1",
                                "product.description: Stylish analog chonograph watch (Substring/Phrase)",
                                "product.displayName: Analog Watch (Substring/Phrase)",
                                "sku.displayName: Silver Plated Analog Watch (Substring/Phrase)"
                            ],
                            "sku.type":[
                                "sku"
                            ],
                            "product.repositoryId":[
                                "xprod1004"
                            ],
                            "sku.listPrice":[
                                "249.000000"
                            ],
                            "product.url":[
                                "atgrep:/ProductCatalog/sku/xsku5015?_product=xprod1004&locale=en_US"
                            ],
                            "product.primarySmallImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "sku.creationDate":[
                                "1414390488000"
                            ],
                            "product.primaryMediumImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "product.active":[
                                "1"
                            ]
                        }
                    },
                    {
                        "@class":"com.endeca.infront.cartridge.model.Record",
                        "detailsAction":{
                            "contentPath":"/recorddetails",
                            "@class":"com.endeca.infront.cartridge.model.RecordAction",
                            "siteRootPath":"/services",
                            "label":null,
                            "recordState":"?R=sku-xsku5014..xprod1004.en__US"
                        },
                        "records":null,
                        "numRecords":0,
                        "attributes":{
                            "product.daysAvailable":[
                                "0"
                            ],
                            "sku.activePrice":[
                                "495.000000"
                            ],
                            "product.repositoryName":[
                                "ProductCatalog"
                            ],
                            "product.longDescription":[
                                "This watch is great for all around use. It is water resistant to up to 165 feet. The stainless steel casing will allow long use and you will never forget that birthday either, as it also keeps the date. "
                            ],
                            "product.priceRange":[
                                "$490.00 - $499.99"
                            ],
                            "product.displayName":[
                                "Analog Watch"
                            ],
                            "sku.onSale":[
                                "0"
                            ],
                            "product.category":[
                                "For Him"
                            ],
                            "product.dateAvailable":[
                                "1414390489000"
                            ],
                            "product.description":[
                                "Stylish analog chonograph watch"
                            ],
                            "product.primaryThumbImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "product.language":[
                                "English"
                            ],
                            "common.id":[
                                "sku-xsku5014..xprod1004.en__US"
                            ],
                            "sku.url":[
                                "atgrep:/ProductCatalog/sku/xsku5014?_product=xprod1004&locale=en_US"
                            ],
                            "product.creationDate":[
                                "1414390489000"
                            ],
                            "parentCategory.displayName":[
                                "For Him"
                            ],
                            "sku.repositoryId":[
                                "xsku5014"
                            ],
                            "product.baseUrl":[
                                "atgrep:/ProductCatalog/sku/xsku5014"
                            ],
                            "product.primaryLargeImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "sku.baseUrl":[
                                "atgrep:/ProductCatalog/sku/xsku5014"
                            ],
                            "sku.displayName":[
                                "Titanium Analog Watch"
                            ],
                            "product.listPrice":[
                                "119.000000"
                            ],
                            "product.primaryFullImageURL":[
                                "/ccstore/v1/images/?source=/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "DGraph.WhyDidItMatch":[
                                "product.active: 1",
                                "product.description: Stylish analog chonograph watch (Substring/Phrase)",
                                "product.displayName: Analog Watch (Substring/Phrase)",
                                "sku.displayName: Titanium Analog Watch (Substring/Phrase)"
                            ],
                            "sku.type":[
                                "sku"
                            ],
                            "product.repositoryId":[
                                "xprod1004"
                            ],
                            "sku.listPrice":[
                                "495.000000"
                            ],
                            "product.url":[
                                "atgrep:/ProductCatalog/sku/xsku5014?_product=xprod1004&locale=en_US"
                            ],
                            "product.primarySmallImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "sku.creationDate":[
                                "1414390488000"
                            ],
                            "product.primaryMediumImageURL":[
                                "/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"
                            ],
                            "product.active":[
                                "1"
                            ]
                        }
                    }
                ],
                "numRecords":3,
                "attributes":{
                    "common.id":[
                        "sku-xsku5016..xprod1004.en__US"
                    ],
                    "sku.maxActivePrice":[
                        "495.000000"
                    ],
                    "sku.minActivePrice":[
                        "119.000000"
                    ]
                }
            }
        ],
        "@type":"ResultsList",
        "firstRecNum":1,
        "precomputedSorts":[
        ],
        "recsPerPage":12
    },
    "endeca:contentPath":"/guidedsearch",
    "navigation":{
        "navigation":[
            {
                "@type":"RefinementMenu",
                "displayName":"Price Range",
                "name":"product.priceRange",
                "ancestors":[
                    {
                        "contentPath":"/guidedsearch",
                        "@class":"com.endeca.infront.cartridge.model.Ancestor",
                        "navigationState":"?N=1283845899&Nrpp=12&Ntk=product.active%7C&Ntt=1%7Canalog*",
                        "siteRootPath":"/services",
                        "label":"$0.00 - $999.99",
                        "properties":{
                            "DGraph.Spec":"r0-1000",
                            "dimval.prop.displayName_en_US":"$0.00 - $999.99",
                            "dimval.match_type":"range",
                            "dimval.range.comparison_type":"decimal"
                        }
                    }
                ],
                "dimensionName":"product.priceRange",
                "whyPrecedenceRuleFired":null,
                "refinements":[
                    {
                        "contentPath":"/guidedsearch",
                        "@class":"com.endeca.infront.cartridge.model.Refinement",
                        "navigationState":"?N=1104216635&Nrpp=12&Ntk=product.active%7C&Ntt=1%7Canalog*",
                        "siteRootPath":"/services",
                        "count":1,
                        "label":"$100.00 - $199.99",
                        "properties":{
                            "DGraph.Spec":"r100-200",
                            "dimval.prop.displayName_en_US":"$100.00 - $199.99",
                            "dimval.match_type":"range",
                            "dimval.range.comparison_type":"decimal"
                        },
                        "multiSelect":false
                    },
                    {
                        "contentPath":"/guidedsearch",
                        "@class":"com.endeca.infront.cartridge.model.Refinement",
                        "navigationState":"?N=3285666269&Nrpp=12&Ntk=product.active%7C&Ntt=1%7Canalog*",
                        "siteRootPath":"/services",
                        "count":1,
                        "label":"$200.00 - $299.99",
                        "properties":{
                            "DGraph.Spec":"r200-300",
                            "dimval.prop.displayName_en_US":"$200.00 - $299.99",
                            "dimval.match_type":"range",
                            "dimval.range.comparison_type":"decimal"
                        },
                        "multiSelect":false
                    },
                    {
                        "contentPath":"/guidedsearch",
                        "@class":"com.endeca.infront.cartridge.model.Refinement",
                        "navigationState":"?N=3971656764&Nrpp=12&Ntk=product.active%7C&Ntt=1%7Canalog*",
                        "siteRootPath":"/services",
                        "count":1,
                        "label":"$400.00 - $499.99",
                        "properties":{
                            "DGraph.Spec":"r400-500",
                            "dimval.prop.displayName_en_US":"$400.00 - $499.99",
                            "dimval.match_type":"range",
                            "dimval.range.comparison_type":"decimal"
                        },
                        "multiSelect":false
                    }
                ],
                "multiSelect":false
            }
        ],
        "@type":"NavigationContainer"
    },
    "searchAdjustments":{
        "@type":"SearchAdjustments",
        "originalTerms":[
            "1",
            "analog*"
        ]
    },
    "@type":"GuidedSearchService",
    "name":"Guided Search Service",
    "endeca:siteRootPath":"/services",
    "atg:currentSiteProductionURL":null,
    "zones":{
        "offset":0,
        "@type":"ContentSlotList",
        "recordsPerPage":12
    },
    "breadcrumbs":{
        "rangeFilterCrumbs":[
        ],
        "searchCrumbs":[
            {
                "removeAction":{
                    "contentPath":"/guidedsearch",
                    "@class":"com.endeca.infront.cartridge.model.NavigationAction",
                    "navigationState":"?Nrpp=12&Ntt=analog*",
                    "siteRootPath":"/services",
                    "label":null
                },
                "@class":"com.endeca.infront.cartridge.model.SearchBreadcrumb",
                "correctedTerms":null,
                "terms":"1",
                "key":"product.active",
                "matchMode":"allpartial"
            },
            {
                "removeAction":{
                    "contentPath":"/guidedsearch",
                    "@class":"com.endeca.infront.cartridge.model.NavigationAction",
                    "navigationState":"?Nrpp=12&Ntk=product.active&Ntt=1",
                    "siteRootPath":"/services",
                    "label":null
                },
                "@class":"com.endeca.infront.cartridge.model.SearchBreadcrumb",
                "correctedTerms":null,
                "terms":"analog*",
                "key":"All",
                "matchMode":"allpartial"
            }
        ],
        "geoFilterCrumb":null,
        "@type":"Breadcrumbs",
        "removeAllAction":{
            "contentPath":"/guidedsearch",
            "@class":"com.endeca.infront.cartridge.model.NavigationAction",
            "navigationState":"",
            "siteRootPath":"/services",
            "label":null
        },
        "refinementCrumbs":[
        ]
    }
}
Default Response
The error response
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object

Examples

Sample Response Payload returned by endpoint:

{
  "resultsList": {
    "pagingActionTemplate": {
      "contentPath": "/guidedsearch",
      "@class": "com.endeca.infront.cartridge.model.NavigationAction",
      "navigationState": "?No=%7Boffset%7D&Nrpp=%7BrecordsPerPage%7D&Ntk=product.active%7C&Ntt=1%7Canalog*",
      "siteRootPath": "/services",
      "label": null
    },
    "lastRecNum": 1,
    "totalNumRecs": 1,
    "sortOptions": [],
    "records": [{
      "@class": "com.endeca.infront.cartridge.model.Record",
      "detailsAction": {
        "contentPath": "/recorddetails",
        "@class": "com.endeca.infront.cartridge.model.RecordAction",
        "siteRootPath": "/services",
        "label": null,
        "recordState": "?A=sku-xsku5016..xprod1004.en__US"
      },
      "records": [
        {
          "@class": "com.endeca.infront.cartridge.model.Record",
          "detailsAction": {
            "contentPath": "/recorddetails",
            "@class": "com.endeca.infront.cartridge.model.RecordAction",
            "siteRootPath": "/services",
            "label": null,
            "recordState": "?R=sku-xsku5016..xprod1004.en__US"
          },
          "records": null,
          "numRecords": 0,
          "attributes": {
            "product.daysAvailable": ["0"],
            "sku.activePrice": ["119.000000"],
            "product.repositoryName": ["ProductCatalog"],
            "product.longDescription": ["This watch is great for all around use. It is water resistant to up to 165 feet. The stainless steel casing will allow long use and you will never forget that birthday either, as it also keeps the date. "],
            "product.priceRange": ["$110.00 - $119.99"],
            "product.displayName": ["Analog Watch"],
            "sku.onSale": ["0"],
            "product.category": ["For Him"],
            "product.dateAvailable": ["1414390489000"],
            "product.description": ["Stylish analog chonograph watch"],
            "product.primaryThumbImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "product.language": ["English"],
            "common.id": ["sku-xsku5016..xprod1004.en__US"],
            "sku.url": ["atgrep:/ProductCatalog/sku/xsku5016?_product=xprod1004&locale=en_US"],
            "product.creationDate": ["1414390489000"],
            "parentCategory.displayName": ["For Him"],
            "sku.repositoryId": ["xsku5016"],
            "product.baseUrl": ["atgrep:/ProductCatalog/sku/xsku5016"],
            "product.primaryLargeImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "sku.baseUrl": ["atgrep:/ProductCatalog/sku/xsku5016"],
            "sku.displayName": ["Brushed Steel Analog Watch"],
            "product.listPrice": ["119.000000"],
            "product.primaryFullImageURL": ["/ccstore/v1/images/?source=/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "DGraph.WhyDidItMatch": [
              "product.active: 1",
              "product.description: Stylish analog chonograph watch (Substring/Phrase)",
              "product.displayName: Analog Watch (Substring/Phrase)",
              "sku.displayName: Brushed Steel Analog Watch (Substring/Phrase)"
            ],
            "sku.type": ["sku"],
            "product.repositoryId": ["xprod1004"],
            "sku.listPrice": ["119.000000"],
            "product.url": ["atgrep:/ProductCatalog/sku/xsku5016?_product=xprod1004&locale=en_US"],
            "product.primarySmallImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "sku.creationDate": ["1414390488000"],
            "product.primaryMediumImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "product.active": ["1"]
          }
        },
        {
          "@class": "com.endeca.infront.cartridge.model.Record",
          "detailsAction": {
            "contentPath": "/recorddetails",
            "@class": "com.endeca.infront.cartridge.model.RecordAction",
            "siteRootPath": "/services",
            "label": null,
            "recordState": "?R=sku-xsku5015..xprod1004.en__US"
          },
          "records": null,
          "numRecords": 0,
          "attributes": {
            "product.daysAvailable": ["0"],
            "sku.activePrice": ["249.000000"],
            "product.repositoryName": ["ProductCatalog"],
            "product.longDescription": ["This watch is great for all around use. It is water resistant to up to 165 feet. The stainless steel casing will allow long use and you will never forget that birthday either, as it also keeps the date. "],
            "product.priceRange": ["$240.00 - $249.99"],
            "product.displayName": ["Analog Watch"],
            "sku.onSale": ["0"],
            "product.category": ["For Him"],
            "product.dateAvailable": ["1414390489000"],
            "product.description": ["Stylish analog chonograph watch"],
            "product.primaryThumbImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "product.language": ["English"],
            "common.id": ["sku-xsku5015..xprod1004.en__US"],
            "sku.url": ["atgrep:/ProductCatalog/sku/xsku5015?_product=xprod1004&locale=en_US"],
            "product.creationDate": ["1414390489000"],
            "parentCategory.displayName": ["For Him"],
            "sku.repositoryId": ["xsku5015"],
            "product.baseUrl": ["atgrep:/ProductCatalog/sku/xsku5015"],
            "product.primaryLargeImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "sku.baseUrl": ["atgrep:/ProductCatalog/sku/xsku5015"],
            "sku.displayName": ["Silver Plated Analog Watch"],
            "product.listPrice": ["119.000000"],
            "product.primaryFullImageURL": ["/ccstore/v1/images/?source=/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "DGraph.WhyDidItMatch": [
              "product.active: 1",
              "product.description: Stylish analog chonograph watch (Substring/Phrase)",
              "product.displayName: Analog Watch (Substring/Phrase)",
              "sku.displayName: Silver Plated Analog Watch (Substring/Phrase)"
            ],
            "sku.type": ["sku"],
            "product.repositoryId": ["xprod1004"],
            "sku.listPrice": ["249.000000"],
            "product.url": ["atgrep:/ProductCatalog/sku/xsku5015?_product=xprod1004&locale=en_US"],
            "product.primarySmallImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "sku.creationDate": ["1414390488000"],
            "product.primaryMediumImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "product.active": ["1"]
          }
        },
        {
          "@class": "com.endeca.infront.cartridge.model.Record",
          "detailsAction": {
            "contentPath": "/recorddetails",
            "@class": "com.endeca.infront.cartridge.model.RecordAction",
            "siteRootPath": "/services",
            "label": null,
            "recordState": "?R=sku-xsku5014..xprod1004.en__US"
          },
          "records": null,
          "numRecords": 0,
          "attributes": {
            "product.daysAvailable": ["0"],
            "sku.activePrice": ["495.000000"],
            "product.repositoryName": ["ProductCatalog"],
            "product.longDescription": ["This watch is great for all around use. It is water resistant to up to 165 feet. The stainless steel casing will allow long use and you will never forget that birthday either, as it also keeps the date. "],
            "product.priceRange": ["$490.00 - $499.99"],
            "product.displayName": ["Analog Watch"],
            "sku.onSale": ["0"],
            "product.category": ["For Him"],
            "product.dateAvailable": ["1414390489000"],
            "product.description": ["Stylish analog chonograph watch"],
            "product.primaryThumbImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "product.language": ["English"],
            "common.id": ["sku-xsku5014..xprod1004.en__US"],
            "sku.url": ["atgrep:/ProductCatalog/sku/xsku5014?_product=xprod1004&locale=en_US"],
            "product.creationDate": ["1414390489000"],
            "parentCategory.displayName": ["For Him"],
            "sku.repositoryId": ["xsku5014"],
            "product.baseUrl": ["atgrep:/ProductCatalog/sku/xsku5014"],
            "product.primaryLargeImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "sku.baseUrl": ["atgrep:/ProductCatalog/sku/xsku5014"],
            "sku.displayName": ["Titanium Analog Watch"],
            "product.listPrice": ["119.000000"],
            "product.primaryFullImageURL": ["/ccstore/v1/images/?source=/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "DGraph.WhyDidItMatch": [
              "product.active: 1",
              "product.description: Stylish analog chonograph watch (Substring/Phrase)",
              "product.displayName: Analog Watch (Substring/Phrase)",
              "sku.displayName: Titanium Analog Watch (Substring/Phrase)"
            ],
            "sku.type": ["sku"],
            "product.repositoryId": ["xprod1004"],
            "sku.listPrice": ["495.000000"],
            "product.url": ["atgrep:/ProductCatalog/sku/xsku5014?_product=xprod1004&locale=en_US"],
            "product.primarySmallImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "sku.creationDate": ["1414390488000"],
            "product.primaryMediumImageURL": ["/file/cloudlakeimages/products/full/ACC_AnalogWatch_full.jpg"],
            "product.active": ["1"]
          }
        }
      ],
      "numRecords": 3,
      "attributes": {
        "common.id": ["sku-xsku5016..xprod1004.en__US"],
        "sku.maxActivePrice": ["495.000000"],
        "sku.minActivePrice": ["119.000000"]
      }
    }],
    "@type": "ResultsList",
    "firstRecNum": 1,
    "precomputedSorts": [],
    "recsPerPage": 12
  },
  "endeca:contentPath": "/guidedsearch",
  "navigation": {
    "navigation": [{
      "@type": "RefinementMenu",
      "displayName": "Price Range",
      "name": "product.priceRange",
      "ancestors": [{
        "contentPath": "/guidedsearch",
        "@class": "com.endeca.infront.cartridge.model.Ancestor",
        "navigationState": "?N=1283845899&Nrpp=12&Ntk=product.active%7C&Ntt=1%7Canalog*",
        "siteRootPath": "/services",
        "label": "$0.00 - $999.99",
        "properties": {
          "DGraph.Spec": "r0-1000",
          "dimval.prop.displayName_en_US": "$0.00 - $999.99",
          "dimval.match_type": "range",
          "dimval.range.comparison_type": "decimal"
        }
      }],
      "dimensionName": "product.priceRange",
      "whyPrecedenceRuleFired": null,
      "refinements": [
        {
          "contentPath": "/guidedsearch",
          "@class": "com.endeca.infront.cartridge.model.Refinement",
          "navigationState": "?N=1104216635&Nrpp=12&Ntk=product.active%7C&Ntt=1%7Canalog*",
          "siteRootPath": "/services",
          "count": 1,
          "label": "$100.00 - $199.99",
          "properties": {
            "DGraph.Spec": "r100-200",
            "dimval.prop.displayName_en_US": "$100.00 - $199.99",
            "dimval.match_type": "range",
            "dimval.range.comparison_type": "decimal"
          },
          "multiSelect": false
        },
        {
          "contentPath": "/guidedsearch",
          "@class": "com.endeca.infront.cartridge.model.Refinement",
          "navigationState": "?N=3285666269&Nrpp=12&Ntk=product.active%7C&Ntt=1%7Canalog*",
          "siteRootPath": "/services",
          "count": 1,
          "label": "$200.00 - $299.99",
          "properties": {
            "DGraph.Spec": "r200-300",
            "dimval.prop.displayName_en_US": "$200.00 - $299.99",
            "dimval.match_type": "range",
            "dimval.range.comparison_type": "decimal"
          },
          "multiSelect": false
        },
        {
          "contentPath": "/guidedsearch",
          "@class": "com.endeca.infront.cartridge.model.Refinement",
          "navigationState": "?N=3971656764&Nrpp=12&Ntk=product.active%7C&Ntt=1%7Canalog*",
          "siteRootPath": "/services",
          "count": 1,
          "label": "$400.00 - $499.99",
          "properties": {
            "DGraph.Spec": "r400-500",
            "dimval.prop.displayName_en_US": "$400.00 - $499.99",
            "dimval.match_type": "range",
            "dimval.range.comparison_type": "decimal"
          },
          "multiSelect": false
        }
      ],
      "multiSelect": false
    }],
    "@type": "NavigationContainer"
  },
  "searchAdjustments": {
    "@type": "SearchAdjustments",
    "originalTerms": [
      "1",
      "analog*"
    ]
  },
  "@type": "GuidedSearchService",
  "name": "Guided Search Service",
  "endeca:siteRootPath": "/services",
  "atg:currentSiteProductionURL": null,
  "zones": {
    "offset": 0,
    "@type": "ContentSlotList",
    "recordsPerPage": 12
  },
  "breadcrumbs": {
    "rangeFilterCrumbs": [],
    "searchCrumbs": [
      {
        "removeAction": {
          "contentPath": "/guidedsearch",
          "@class": "com.endeca.infront.cartridge.model.NavigationAction",
          "navigationState": "?Nrpp=12&Ntt=analog*",
          "siteRootPath": "/services",
          "label": null
        },
        "@class": "com.endeca.infront.cartridge.model.SearchBreadcrumb",
        "correctedTerms": null,
        "terms": "1",
        "key": "product.active",
        "matchMode": "allpartial"
      },
      {
        "removeAction": {
          "contentPath": "/guidedsearch",
          "@class": "com.endeca.infront.cartridge.model.NavigationAction",
          "navigationState": "?Nrpp=12&Ntk=product.active&Ntt=1",
          "siteRootPath": "/services",
          "label": null
        },
        "@class": "com.endeca.infront.cartridge.model.SearchBreadcrumb",
        "correctedTerms": null,
        "terms": "analog*",
        "key": "All",
        "matchMode": "allpartial"
      }
    ],
    "geoFilterCrumb": null,
    "@type": "Breadcrumbs",
    "removeAllAction": {
      "contentPath": "/guidedsearch",
      "@class": "com.endeca.infront.cartridge.model.NavigationAction",
      "navigationState": "",
      "siteRootPath": "/services",
      "label": null
    },
    "refinementCrumbs": []
  }
}