Hello,

Finally I got a working build environment, and I am doing some
modifications and playing around.

I also got my first plugin to build, and almost done with my custom parser.

I have my custom plugin and the method

public ParseResult filter(Content content, ParseResult parseResult,
HTMLMetaTags metaTags, DocumentFragment doc) { ...

does indeed have all the information that I need to do my custom parsing.

Now this is what I dont understand: there is a content field in solr.
I have read the solrindexer code, and figured out that pretty much any
field in the doc is indexed to solr.

What must I do, so I can open another content like field such as
"Content2" and put my custom extracted data, so solr indexes it? I
think this does not have to do with solr, but the fields in the
document.

In the recommended example, the found result is only added to
contentMeta - and this one is not indexed by solr.

Best Regards,
-C.B.

Reply via email to