Can DataImportHandler ignore Missing Tags in XML?

2012-12-21 Thread Konrad Lötzsch
lineCitation" url="${file.fileAbsolutePath}" > | With kind regards, Konrad Lötzsch. -- *Konrad Loetzsch* Dipl. Math *antibodies-online GmbH* Schloß-Rahe-Str. 15 DE-52072 Aac

Re: Any filter to map mutiple tokens into one ?

2012-10-12 Thread Konrad Lötzsch
You can build shingles and then use the synonym filter. in this case you will have to think about all these token that you don't need after the shingle filter. Am 12.10.2012 01:35, schrieb T. Kuro Kurosaka: I am looking for a way to fold a particular sequence of tokens into one token. Concret

Re: offsets issues with multiword synonyms since LUCENE_33

2012-08-15 Thread Konrad Lötzsch
I don't know wether this was discussed previously, but if you tell the synonmyfilter to not break your synonyms (which might be the default). In this case, the parts of the synonyms get new word positions. So you could use a Keywordtokenizer to avoid that behaviour: with regards, kon