|
- Parameters:
-
p_ml | IN:metalist |
mn | IN:metaname (may be null) if metaname not in list, then error. |
bUseNull | IN: (if mn is NOT null, use metaname==NULL in list if mn!=NULL) if no metaname NULL in list, then ignore. |
p_tl | IN:terms list |
bResult | OUT: 0 metanames found, list created. The termlist is non-null. 0 metanames not found, list not created, termlist is null. 1 processing error. |
p | The memory pool. if bUseNull and metaname, and neither is in list, return error. if neither metaname has any nodes, return error. (should never happen..) Normally used as: "swishdefault",1 "swishother",0 |
- Returns:
- APR_SUCCESS
SEARCHM_INTERNAL_SERVER_ERROR
|