Aviraj Chavan schrieb:
public class PrepareQuery extends Evaluator
{
                @Override
                public String evaluate(VariableResolver arg0, String arg1) {
                                String subQueryStr = "select ID, CATEGORY_NAME from 
CATEGORY_MASTER where ID=" + arg1;
                                return subQueryStr.toString();
                }
}
As stated in the wiki and the javadoc the signature of the evaluate Methode is:

public String evaluate(String expression, Context context)

http://wiki.apache.org/solr/DataImportHandler offers more info on this subject.



Thanks
Aviraj


DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.




--
mit freundlichem Gruß,

Frank Wesemann
Fotofinder GmbH         USt-IdNr. DE812854514
Software Entwicklung    Web: http://www.fotofinder.com/
Potsdamer Str. 96       Tel: +49 30 25 79 28 90
10785 Berlin            Fax: +49 30 25 79 28 999

Sitz: Berlin
Amtsgericht Berlin Charlottenburg (HRB 73099)
Geschäftsführer: Ali Paczensky



Reply via email to