Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^6: Running SuperSearch off a fast full-text index.

by clinton (Priest)
on Jun 11, 2007 at 19:09 UTC ( [id://620558]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Running SuperSearch off a fast full-text index.
in thread Running SuperSearch off a fast full-text index.

So maybe a reasonable solution would be:
  • a separate mod_perl search server, which takes search requests from the web server and returns (eg) an XML or Soap list of IDs
  • each child process checks (eg) a last_cache_update file once a minute to decide whether to reload the caches or not

Clint

Replies are listed 'Best First'.
Re^7: Running SuperSearch off a fast full-text index.
by creamygoodness (Curate) on Jun 11, 2007 at 19:23 UTC
    Yes, that'll work. Tip: if you're fetching docs from a DB rather than from the index, you may want to turn off stored and vectorized for your fields to save disk space, though that will prevent you from using KinoSearch's built-in Highlighter. Those properties are on by default because disk space is cheap and stuff should be easy.
    --
    Marvin Humphrey
    Rectangular Research ― http://www.rectangular.com

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://620558]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 15:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found