Amazing how a little typo can drive one nuts for days.... On Fri, Dec 11, 2015 at 10:14 PM, BlackIce <[email protected]> wrote:
> Hi, > > Did I miss anything? I can't get the index metatags to work in 1.11 ... > > No error message, no data in solr 5.3.1 > > Any ideas? Thnx! > > <property> > <name>plugin.includes</name> > > <value>language-identifier|protocol-http|urlfilter-regex|parse-(html|tika|metatag)|index-(basic|anchor|more|metadata)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic)</value> > > > <property> > <name>metatags.names</name> > <value>description,keywords,title</value> > <description> Names of the metatags to extract, separated by ','. > Use '*' to extract all metatags. Prefixes the names with 'metatag.' > in the parse-metadata. For instance to index description and keywords, > you need to activate the plugin index-metadata and set the value of the > parameter 'index.parse.md' to 'metatag.description,metatag.keywords'. > </description> > </property> > > <property> > <name>index.parse.md</name> > <value>metatag.description,metatag.keywords,metatag.title</value> > <description> > Comma-separated list of keys to be taken from the parse metadata to > generate fields. > Can be used e.g. for 'description' or 'keywords' provided that these > values are generated > by a parser (see parse-metatags plugin) > </description> > </property> > > <property> > <name>index.metadata</name> > <value>description,keywords,title</value> > <description> > Comma-separated list of keys to be taken from the metadata to generate > fields. > Can be used e.g. for 'description' or 'keywords' provided that these > values are generated > by a parser (see parse-metatags plugin), and property 'metatags.names'. > </description> > </property> > > >

