There are multiple ways listed in our metamap.cfg to get the meta value c
:
c,1,dc.description
c,1,DCTERMS.description
c,1,og:description
c,1,description
c,1,twitter:description
The comment at the top of the file says that:
If more than one entry in the table matches a tag, the most specific match applies
However, in our search results, we're getting several results joined together with a |
, e.g.
From the medieval period to the 21st century: cover the full breadth of English literature|Discover a world of literature at York|Discover a world of literature at York
This is picking up the meta description, the twitter:description and the og:description.
In the list of options available to pass to queryprocessor_options_, there's -nomdsfconcat
listed, but when I add it to my collection.cfg it breaks the search completely. I've tried
-nomdsfconcat
-nomdsfconcat=on
-nomdsfconcat=true
-nomdsfconcat=1
All of them make the search break. Can anyone help to let me know why it's not working right?
We're on FunnelBack Version 15.10.0.0.
Thanks!
Chris