Hi jennypallet -
If you're concerned about the label next to the green box at the URL you've supplied, editing the faceted navigation file will not have any effect.
Looking at the JSON output for that search result, it appears that the value is coming directly from metadata associated with that URL (note metadata field 'R', below):
results: [
{
rank: 1,
score: 1000,
title: "Policies ",
collection: "website",
component: 0,
liveUrl: "http://www.ntu.ac.uk/about_ntu/policies/index.html",
summary: "As an educational provider which strives to be transparent in its decision-making, NTU is governed by a series of policies. ... In this section you can find details of some of the policies by which the University is governed.",
cacheUrl: "/search/cache.cgi?collection=website&doc=http%2Fwww.ntu.ac.uk%2Fabout_ntu%2Fpolicies%2Findex.html.pan.txt&off=0&len=-1&url=http%3A%2F%2Fwww.ntu.ac.uk%2Fabout_ntu%2Fpolicies%2Findex.html",
date: null,
fileSize: 16757,
fileType: "html",
tier: 1,
docNum: 1749,
exploreLink: null,
kmFromOrigin: null,
metaData: {
T: "future-students",
c: "NTU is governed by a series of policies, created for staff and students to use as guidance of conduct during their relationship with the University",
B: "<a href="http://www.ntu.ac.uk/">ntu</a> > <a href="http://www.ntu.ac.uk/about_ntu/index.html">about ntu</a> > <strong>policies</strong>",
R: "Future Students",
C: "#9acb3c"
},
tags: [ ],
quickLinks: null,
displayUrl: "http://www.ntu.ac.uk/about_ntu/policies/index.html",
clickTrackingUrl: "/search/click.cgi?rank=1&collection=website&url=http%3A%2F%2Fwww.ntu.ac.uk%2Fabout_ntu%2Fpolicies%2Findex.html&index_url=http%3A%2F%2Fwww.ntu.ac.uk%2Fabout_ntu%2Fpolicies%2Findex.html&auth=WzW1iO0DuTHosW%2FVHXhD0Q&query=policies&profile=_default",
explain: null,
indexUrl: "http://www.ntu.ac.uk/about_ntu/policies/index.html",
customData: { }
},
There are three places you might want to investigate the issue further:
1. metamap.cfg (determines which HTML meta tag is mapped to 'R' (and subsequently appearing in the data model on a query response)
2. simple.ftl (determines whether or not to display the value mapped to 'R' (if it exists)
3. external_metadata.cfg - as the value does not appear to exist in the source of http://www.ntu.ac.uk/about_ntu/policies/index.html, it's possible that Funnelback has been configured to augment this URL with metadata values prior to indexing.