Re: Deduplication questions

2011-04-11 Thread Chris Hostetter
: Q1. Is is possible to pass *analyzed* content to the : : public abstract class Signature { No, analysis happens as the documents are being written to the lucene index, well after the UpdateProcessors have had a chance to interact with the values. : Q2. Method calculate() is using

Deduplication questions

2011-03-25 Thread eks dev
Q1. Is is possible to pass *analyzed* content to the public abstract class Signature { public void init(SolrParams nl) { } public abstract String calculate(String content); } Q2. Method calculate() is using concatenated fields from str name=fieldsname,features,cat/str Is there any