You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Yura Smolsky <in...@altervision.biz> on 2005/04/07 17:56:30 UTC

Re[2]: Search performance under high load

Hello, mark.

mh> 2) My app uses long queries, some of which include
mh> very common terms. Using the "MoreLikeThis" query to
mh> drop common terms drastically improved performance. If
mh> your "killer queries" are long ones you could spot
mh> them and service them with a MoreLikeThis or simply
mh> limit the number of allowed terms in the query string.

Can you please explain what is "MoreLikeThis" query in the Lucene?

Yura Smolsky.



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Search performance under high load

Posted by David Spencer <da...@tropo.com>.
Yura Smolsky wrote:

> Hello, mark.
> 
> mh> 2) My app uses long queries, some of which include
> mh> very common terms. Using the "MoreLikeThis" query to
> mh> drop common terms drastically improved performance. If
> mh> your "killer queries" are long ones you could spot
> mh> them and service them with a MoreLikeThis or simply
> mh> limit the number of allowed terms in the query string.
> 
> Can you please explain what is "MoreLikeThis" query in the Lucene?

Not sure exactly how Mark is using it, but several of us worked on the 
MoreLikeThis query similarity generator:

http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/similarity/

Various javadoc links etc here:

http://searchmorph.com/weblog/index.php?id=44

> 
> Yura Smolsky.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org