how can I retrieve the value out of a multivalued field in a customized
function query?
I used the code but get exceptions - "can not use FieldCache on multivalued
field"
////////////////////////////////////////////////////////////////////////////////////
public ValueSource parse(FunctionQParser fp) throws ParseException {
try {
ValueSource vs = fp.parseValueSource();
}
catch (...)
{
}
}/////////////////////////////////////////////////////////////////////////
Thanks.
-Frank
