Am 03.06.2010 16:45, schrieb Andrzej Bialecki:
> You are right to a certain degree. Still, there are some contention
> points in Lucene/Solr, how threads are allocated on available CPU-s, and
> how the heap is used, which can make a two-JVM setup perform much better
> than a single-JVM setup given
On 2010-06-03 13:38, Michael Kuhlmann wrote:
> Am 03.06.2010 13:02, schrieb Andrzej Bialecki:
>> ..., and deploy this
>> index in a separate JVM (to benefit from other CPUs than the one that
>> runs your Solr core)
>
> Every known webserver ist multithreaded by default, so putting different
> Solr
Am 03.06.2010 13:02, schrieb Andrzej Bialecki:
> ..., and deploy this
> index in a separate JVM (to benefit from other CPUs than the one that
> runs your Solr core)
Every known webserver ist multithreaded by default, so putting different
Solr instances into different JVMs will be of no use.
-Mich
On 2010-06-03 09:56, Michael Kuhlmann wrote:
> The only solution without "doing any custom work" would be to perform a
> normal query for each suggestion. But you might get into performance
> troubles with that, because suggestions are typically performed much
> more often than complete searches.
The only solution without "doing any custom work" would be to perform a
normal query for each suggestion. But you might get into performance
troubles with that, because suggestions are typically performed much
more often than complete searches.
The much faster solution that needs own work would be
I was interested in the same thing and stumbled upon this article:
http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent
-and-jquery/
I haven't followed through, but it looked promising to me.
Tim
-Original Message-
From: Jay Hill [mailto:jayallenh...@gmail.com]
Sent
I'm painfully new to Solr so please be gentle if my suggestion is terrible!
Could you use highlighting to do this? Take the first n results from a query
and show their highlights, customizing the highlights to show the desired
number of words.
Just a thought.
Patrick
-Original Message