Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    mnoGoSearch Functions

    LXI_ mnoGoSearch Functions

    Introducción

    These functions allow you to access the mnoGoSearch (former UdmSearch) free search engine_ mnoGoSearch is a full_featured search engine software for intranet and internet servers, distributed under the GNU license_ mnoGoSearch has a number of unique features, which makes it appropriate for a wide range of applications from search within your site to a specialized search system such as cooking recipes or newspaper search, FTP archive search, news articles search, etc_ It offers full_text indexing and searching for HTML, PDF, and text documents_ mnoGoSearch consists of two parts_ The first is an indexing mechanism (indexer)_ The purpose of the indexer is to walk through HTTP, FTP, NEWS servers or local files, recursively grabbing all the documents and storing meta_data about that documents in a SQL database in a smart and effective manner_ After every document is referenced by its corresponding URL, meta_data is collected by the indexer for later use in a search process_ The search is performed via Web interface_ C, CGI, PHP and Perl search front ends are included_

    More information about mnoGoSearch can be found at http://www_mnogosearch_ru/_

    Nota: Esta extensión no está disponible en plataformas Windows

    Requerimientos

    Download mnoGosearch from http://www_mnogosearch_ru/ and install it on your system_ You need at least version 3_1_10 of mnoGoSearch installed to use these functions_

    Instalación

    In order to have these functions available, you must compile PHP with mnoGosearch support by using the __with_mnogosearchoption_ If you use this option without specifying the path to mnoGosearch, PHP will look for mnoGosearch under /usr/local/mnogosearch path by default_ If you installed mnoGosearch at a different location you should specify it: __with_mnogosearch=DIR_

    Nota: PHP contains built_in MySQL access library, which can be used to access MySQL_ It is known that mnoGoSearch is not compatible with this built_in library and can work only with generic MySQL libraries_ Thus, if you use mnoGoSearch with MySQL, during PHP configuration you have to indicate the directory of your MySQL installation, that was used during mnoGoSearch configuration, i_e_ for example: __with_mnogosearch __with_mysql=/usr_

    Configuración en tiempo de ejecución

    Esta extensión no tiene directivas de configuración en php_ini_

    Tipos de recursos

    Constantes predefinidas

    Estas constantes están definidas por esta extensión y estarán disponibles solamente cuando la extensión ha sido o bien compilada dentro de PHP o grabada dinámicamente en tiempo de ejecución_

    UDM_FIELD_URLID (integer)

    UDM_FIELD_URL (integer)

    UDM_FIELD_CONTENT (integer)

    UDM_FIELD_TITLE (integer)

    UDM_FIELD_KEYWORDS (integer)

    UDM_FIELD_DESC (integer)

    UDM_FIELD_DESCRIPTION (integer)

    UDM_FIELD_TEXT (integer)

    UDM_FIELD_SIZE (integer)

    UDM_FIELD_RATING (integer)

    UDM_FIELD_SCORE (integer)

    UDM_FIELD_MODIFIED (integer)

    UDM_FIELD_ORDER (integer)

    UDM_FIELD_CRC (integer)

    UDM_FIELD_CATEGORY (integer)

    UDM_FIELD_LANG (integer)

    UDM_FIELD_CHARSET (integer)

    UDM_PARAM_PAGE_SIZE (integer)

    UDM_PARAM_PAGE_NUM (integer)

    UDM_PARAM_SEARCH_MODE (integer)

    UDM_PARAM_CACHE_MODE (integer)

    UDM_PARAM_TRACK_MODE (integer)

    UDM_PARAM_PHRASE_MODE (integer)

    UDM_PARAM_CHARSET (integer)

    UDM_PARAM_LOCAL_CHARSET (integer)

    UDM_PARAM_BROWSER_CHARSET (integer)

    UDM_PARAM_STOPTABLE (integer)

    UDM_PARAM_STOP_TABLE (integer)

    UDM_PARAM_STOPFILE (integer)

    UDM_PARAM_STOP_FILE (integer)

    UDM_PARAM_WEIGHT_FACTOR (integer)

    UDM_PARAM_WORD_MATCH (integer)

    UDM_PARAM_MAX_WORD_LEN (integer)

    UDM_PARAM_MAX_WORDLEN (integer)

    UDM_PARAM_MIN_WORD_LEN (integer)

    UDM_PARAM_MIN_WORDLEN (integer)

    UDM_PARAM_ISPELL_PREFIXES (integer)

    UDM_PARAM_ISPELL_PREFIX (integer)

    UDM_PARAM_PREFIXES (integer)

    UDM_PARAM_PREFIX (integer)

    UDM_PARAM_CROSS_WORDS (integer)

    UDM_PARAM_CROSSWORDS (integer)

    UDM_PARAM_VARDIR (integer)

    UDM_PARAM_DATADIR (integer)

    UDM_PARAM_HLBEG (integer)

    UDM_PARAM_HLEND (integer)

    UDM_PARAM_SYNONYM (integer)

    UDM_PARAM_SEARCHD (integer)

    UDM_PARAM_QSTRING (integer)

    UDM_PARAM_REMOTE_ADDR (integer)

    UDM_LIMIT_CAT (integer)

    UDM_LIMIT_URL (integer)

    UDM_LIMIT_TAG (integer)

    UDM_LIMIT_LANG (integer)

    UDM_LIMIT_DATE (integer)

    UDM_PARAM_FOUND (integer)

    UDM_PARAM_NUM_ROWS (integer)

    UDM_PARAM_WORDINFO (integer)

    UDM_PARAM_WORD_INFO (integer)

    UDM_PARAM_SEARCHTIME (integer)

    UDM_PARAM_SEARCH_TIME (integer)

    UDM_PARAM_FIRST_DOC (integer)

    UDM_PARAM_LAST_DOC (integer)

    UDM_MODE_ALL (integer)

    UDM_MODE_ANY (integer)

    UDM_MODE_BOOL (integer)

    UDM_MODE_PHRASE (integer)

    UDM_CACHE_ENABLED (integer)

    UDM_CACHE_DISABLED (integer)

    UDM_TRACK_ENABLED (integer)

    UDM_TRACK_DISABLED (integer)

    UDM_PHRASE_ENABLED (integer)

    UDM_PHRASE_DISABLED (integer)

    UDM_CROSS_WORDS_ENABLED (integer)

    UDM_CROSSWORDS_ENABLED (integer)

    UDM_CROSS_WORDS_DISABLED (integer)

    UDM_CROSSWORDS_DISABLED (integer)

    UDM_PREFIXES_ENABLED (integer)

    UDM_PREFIX_ENABLED (integer)

    UDM_ISPELL_PREFIXES_ENABLED (integer)

    UDM_ISPELL_PREFIX_ENABLED (integer)

    UDM_PREFIXES_DISABLED (integer)

    UDM_PREFIX_DISABLED (integer)

    UDM_ISPELL_PREFIXES_DISABLED (integer)

    UDM_ISPELL_PREFIX_DISABLED (integer)

    UDM_ISPELL_TYPE_AFFIX (integer)

    UDM_ISPELL_TYPE_SPELL (integer)

    UDM_ISPELL_TYPE_DB (integer)

    UDM_ISPELL_TYPE_SERVER (integer)

    UDM_MATCH_WORD (integer)

    UDM_MATCH_BEGIN (integer)

    UDM_MATCH_SUBSTR (integer)

    UDM_MATCH_END (integer)

    Tabla de contenidos
    udm_add_search_limit __ Add various search limits
    udm_alloc_agent __ Allocate mnoGoSearch session
    udm_api_version __ Get mnoGoSearch API version_
    udm_cat_list __ Get all the categories on the same level with the current one_
    udm_cat_path __ Get the path to the current category_
    udm_check_charset __  Check if the given charset is known to mnogosearch
    udm_check_stored __  Check connection to stored
    udm_clear_search_limits __ Clear all mnoGoSearch search restrictions
    udm_close_stored __  Close connection to stored
    udm_crc32 __  Return CRC32 checksum of gived string
    udm_errno __ Get mnoGoSearch error number
    udm_error __ Get mnoGoSearch error message
    udm_find __ Perform search
    udm_free_agent __ Free mnoGoSearch session
    udm_free_ispell_data __ Free memory allocated for ispell data
    udm_free_res __ Free mnoGoSearch result
    udm_get_doc_count __ Get total number of documents in database_
    udm_get_res_field __ Fetch mnoGoSearch result field
    udm_get_res_param __ Get mnoGoSearch result parameters
    udm_load_ispell_data __ Load ispell data
    udm_open_stored __  Open connection to stored
    udm_set_agent_param __ Set mnoGoSearch agent session parameters
     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html