• Hello,

    I am a Open source Developer working in the https://opengov.in as i need to install wordpress sphinx search plugin 0.4 version but in sphinxsearch.com steps are given for linux.I am using the ubuntu 10.0.4 version,could you tell me the step by step process to activate the sphinx search plugin for the domain.

    I have tried,but errors are coming like make make install hope you reply with the solution

    Thank’s and Regards

    Hemakumar.S

Viewing 15 replies - 16 through 30 (of 91 total)
  • Thread Starter Hemakumars

    (@hemakumars)

    Could you tell me what are the requirements to successfully implement the sphinx search plug-in 0.4 in the hosting webserver.

    Our wordpress domains all hosted by justhost.com. they are saying that the packages has to be changed for the sphinx plug-in to be installed in the webserver.

    Do you have any successful mantra to do it in the webserver?

    With regards

    Hemakumar.S

    If you want to install sphinx in specified folder you should set prefix parameter:
    sudo ./configure –prefix=/path/to/sphinx

    Thread Starter Hemakumars

    (@hemakumars)

    Did you know about the setting up procedures in the webserver where the website will benefit immensely?

    Thread Starter Hemakumars

    (@hemakumars)

    Could any one have the working example of Free open-source wordpress sphinx-search 0.4 plug-in installed perfectly in the wordpress domain.

    Thread Starter Hemakumars

    (@hemakumars)

    Hi,

    Now i am trying debian way to install the sphinx search in the local host, sphinx conf modified with the database requirement and till indexer command in ubuntu 9.10 is done. once the indexer-all command given,data is showing zero.

    If any expert knows the finishing touch of successful implementation of sphinx reply soon

    Thanks and regards

    Hemakumar.S

    Ivinco

    (@ivinco)

    once the indexer-all command given,data is showing zero

    Can you post the output of the indexer-all command?

    Thread Starter Hemakumars

    (@hemakumars)

    root@TP046:/usr/local/bin# indexer -all
    Sphinx 0.9.9-release (r2117)
    Copyright (c) 2001-2009, Andrew Aksyonoff

    using config file ‘/usr/local/etc/sphinx.conf’…
    WARNING: no such index ‘-all’, skipping.
    total 0 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
    total 0 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg

    Thread Starter Hemakumars

    (@hemakumars)

    This is the wordpress sphinx search plug-in 0.4 version indexing

    Sphinx 0.9.8-dev (r1112)
    Copyright (c) 2001-2008, Andrew Aksyonoff

    using config file ‘/opt/lampp/sphinx/etc/sphinx.conf’…
    indexing index ‘delta_wordpress’…
    collected 0 docs, 0.0 MB
    total 0 docs, 0 bytes
    total 0.010 sec, 0.00 bytes/sec, 0.00 docs/sec
    indexing index ‘main_wordpress’…
    collected 49 docs, 0.0 MB
    sorted 0.0 Mhits, 88.2% done
    total 49 docs, 20272 bytes
    total 0.019 sec, 1048949.63 bytes/sec, 2535.44 docs/sec
    rotating indices: succesfully sent SIGHUP to searchd (pid=511.

    Tell me the solution to show the number of documents

    With regards

    Hemakumar.S

    Ivinco

    (@ivinco)

    Why don’t you try to use reindex.php like this?

    snikolaev@a5530:/www/blog/wp-content/plugins/wordpress-sphinx-plugin/cron$ php reindex.php main
    Sphinx 1.11-id64-dev (r2500)
    Copyright (c) 2001-2010, Andrew Aksyonoff
    Copyright (c) 2008-2010, Sphinx Technologies Inc (https://sphinxsearch.com)

    using config file ‘/www/blog/wp-content/plugins/wordpress-sphinx-plugin/rep/sphinx.conf’…
    indexing index ‘main_wp’…
    collected 2 docs, 0.0 MB
    sorted 0.0 Mhits, 100.0% done
    total 2 docs, 251 bytes
    total 0.642 sec, 390 bytes/sec, 3.11 docs/sec
    total 3 reads, 0.000 sec, 0.2 kb/call avg, 0.0 msec/call avg
    total 9 writes, 0.000 sec, 0.4 kb/call avg, 0.0 msec/call avg

    snikolaev@a5530:/www/blog/wp-content/plugins/wordpress-sphinx-plugin/cron$ php reindex.php delta
    nothing to index…

    Anyway if you want to use ‘indexer’ directly the correct syntax is ‘indexer –all’. And you might want to specify path to correct config (it might be …/wp-content/plugins/wordpress-sphinx-plugin/rep), use ‘-c’ for this.

    Thread Starter Hemakumars

    (@hemakumars)

    Thank you for your guidance we have configured in local-host, where as we are trying to implement in our website but everything is indexed properly.the problem is there are no search results.

    I just had a warning report while indexing , watch this link,
    We are eagerly waiting for your reply!

    With regards
    Hemakumar.S

    Ivinco

    (@ivinco)

    Please ensure searchd is running.
    “WARNING: no process found by PID 31252.” means it’s not running.

    Thread Starter Hemakumars

    (@hemakumars)

    we are actually using a shared system server(justhost.com) and not a dedicated one is that a problem..?

    Ivinco

    (@ivinco)

    If they don’t allow you to run searchd – yes. Did you try to start the daemon on the same page where you started the indexing?

    Thread Starter Hemakumars

    (@hemakumars)

    man!
    you are god! it works …….
    thanks for your great support,people like you should always be active on our open source community..

    with regards
    hemakumar.s

    Thread Starter Hemakumars

    (@hemakumars)

    ivinco
    my
    sorted 0.4Mhits,44.9% done

    is that a problem should it be 100%. or thats normal watch this

    waiting for your reply.

Viewing 15 replies - 16 through 30 (of 91 total)
  • The topic ‘Sphinx Search Engine’ is closed to new replies.