2007/3/17, Chris Hostetter <[EMAIL PROTECTED]>:


if your indexing while searching is causing problems, one way to reduce
the impact is to index on a master instance and then use the replication
scripts to sync it up with a slave instance (where all of your searches
happen)


I think it have problem that we use win2003 and i remember replication
scripts have problem in FreeBSD.

if you are specificly seeing high CPU when indexing HTML, that's probably
because the HTML Analyzers have to do a lot of compelx stuff to strip out
hte HTML ... another option might be to parse that HTML on the client side
before sending it to Solr.


Spider crawl html data into MS sql server. I just get data from SQL Server
and curl it to solr.
Tomorrow i will test under this option .


: I find index html will make tomcat obtain cpu 100% . It make seach become
: slow.
:
: So how to balance index and search.
:
:
: web i use apache+php
:
: solr i use tomcat 6+java1.6

-Hoss




--
regards
jl

Reply via email to