Re: Synthetic Tokens

2013-01-25 Thread Jakub Moskal
Hi Markus, Sorry for the delayed response. Thank you very much for your information and pointers. I was able to implement what I wanted using the Nutch tutorial for writing plugins and by looking at the source code of the plugins you mentioned. I just have one question - I couldn't find an explan

RE: Synthetic Tokens

2013-01-21 Thread Markus Jelsma
Hi, In Nutch a `synthetic token` maps to a field/value pair. You need an indexing filter to read the key/value pair from the parsed metadata and add it as a field/value pair to the NutchDocument. You may also need a custom parser filter to extract the data from somewhere and store it to the pa