Questions about Entropy Search

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anathema
    Junior Member
    • Oct 2004
    • 1

    #1

    Questions about Entropy Search

    I just installed the Entropy Search on one of my sites, I have two questions.

    1. Does the indexing ever occur automatically, or do I need to manually go in and tell it to re-index whenever I have made changes to my site?

    2. Is there any way to indicate parts of my site (or parts of a page) which should not be included in search results? For example, using Atomz search you can surround portions of text with <noindex></noindex> so that it will be ignored by the search. I need something like this because it is including stuff like menu links which are found on every page in the results. I want to block out things like the menu, ssi includes, etc...

    Thanks.
  • -Oz-
    Senior Member
    • Mar 2004
    • 545

    #2
    Preface: I don't know about the exact script.

    I'm gonna bet you could use a cron job to have it automatically index everything at a certain time (2 or 3am CST is always good).
    Dan Blomberg

    Comment

    • cgcullen
      Member
      • Mar 2004
      • 34

      #3
      Originally posted by -Oz-
      I'm gonna bet you could use a cron job to have it automatically index everything at a certain time (2 or 3am CST is always good).
      Anybody know how to do this??

      Cindy

      Comment

      • -Oz-
        Senior Member
        • Mar 2004
        • 545

        #4
        in cron (via cpanel)
        use a command like:
        php /root/path/to/script.php
        Dan Blomberg

        Comment

        • cgcullen
          Member
          • Mar 2004
          • 34

          #5
          Thanks, but I'm afraid that the entropy search is a cgi script instead of a php script and I've never used any cgi stuff in cron. Maybe I just need to know how to run a cron cgi script?

          Cindy
          Last edited by cgcullen; 02-16-2005, 03:52 PM.

          Comment

          Working...