Re: SynonymGraphFilter can't consume an incoming graph

2019-02-14 Thread lambda.coder lucene
Thanks Eric for your response So I guess the answer to Shawn Heisey’s question [1] : "Since multiple Graph filters cannot be used in an analysis chain, what is somebody running 8.0 supposed to do if they need both the WordDelimiter filter and Synonym filter in their analysis chain? » is to hav

Re: Updating specific fields of huge docs

2019-02-14 Thread Marcio Napoli
Hi Luís, If the contents of the files dont change one solution is to store the text parsed by tika in a compressed way, ~7% extracted text size. In updating the document, just search the old one with the contents ready (compressed) and update the other fields that you need. Best, Marcio http://w

Re: Updating specific fields of huge docs

2019-02-14 Thread Luís Filipe Nassif
Thank you, Erick. Unfortunately we need to index those fields. Currently we do not store text because of storage requirements and it is slow to extract it again. Thank you for the tips. Luis Em qua, 13 de fev de 2019 18:13, Erick Erickson If (and only if) the fields you need to update are sing