I wish I had the link for you but it sounds like you are looking to use
solr cores. They are separate indexes all under one solr instance. Check
out solr 3.5 example as I believe cores are now used and suggested as the
default configuration even if you only want to use one core.
Cameron
On Jan 26
Hello all,
I am trying to build an autocomplete solution for a website that I run. The
current implementation of it is going to be used on who you want to send
PM's too. I have it basically working up to this point, The UI is done and
the suggester is working in returning possible solutions withou
Monitor your memory usage. I use to encounter a problem like this before
where nothing was in the logs and the process was just gone.
Turned out my system was out odd memory and swap got used up because of
another process which then forced the kernel to start killing off processes.
Google OOM lin