public function getSphinxFieldType($fieldName)
 {
     $sphinxTypes = TagSearchPlugin::getSphinxSchemaFields();
     if (!isset($sphinxTypes[$fieldName])) {
         return null;
     }
     return kSphinxSearchManager::getSphinxDataType($sphinxTypes[$fieldName]);
 }