We have the following configuration in metamap.cfg
...
L,1,strath.level
S,1,strath.subject
D,1,strath.distancelearning
J,1,strath.parttime
N,1,strath.degreepreparation
M,1,strath.overview
C,1,strath.content
Here is how our indexed pages look:
...
<meta name="strath.level" value="Undergraduate"/>
<meta name="strath.subject" value="Accounting and finance,Business"/>
<meta name="strath.distancelearning" value=""/>
<meta name="strath.degreepreparation" value="Y"/>
<meta name="strath.distancelearning" value=""/>
<meta name="strath.overview" value="..."/>
<meta name="strath.content" value="..."/>
...
We have provided the following collection.cfg setting:
query_processor_options=-stem=2 -SM=both -SF=[L,S,D,J,N,M,C]
We have also set -SM=meta
The pages are indexed successfully, and we can search by query. But the results metadata objects are empty:
"results": [
{
...
"metaData": {},
...
Any thing we've not configured correctly here?
Also, according to this page metamap.cfg is deprecated. Use the metadata configuration interface instead - https://docs.funnelback.com/customise/metadata-customisation/configuring-metadata.html - but we don't have the option available. How do we add this to our admin UI? We are on version 15.12.0