Re: configuring solr3.6 for a large intensive index only run

2012-07-17 Thread nanshi
1) In SolrConfig.xml, find ramBufferSizeMB and change to: 1024 2) Also, try decrease the mergefactor to see if it will give you less segments. In my experiment, it does. -- View this message in context: http://lucene.472066.n3.nabble.com/configuring-solr3-6-for-a-large-intensive-index-only-run

Re: Something like 'bf' or 'bq' with MoreLikeThis

2012-07-04 Thread nanshi
Amit, I am using Solr3.6 and directly imported apache-solr-3.6.0.war into Eclipse (Indigo). I will need to directly invoke a MoreLikeThis(/mlt) call using a unique id to get MoreLikeThis results. The hard part is that I need to use a float number field (that i cannot use mlt.fl or mlt.fq since it

Re: "Similarity" of numbers in MoreLikeThisHandler

2012-07-04 Thread nanshi
very well explained. However, you dont know the number (integer/float) field value of a matched in advance. So even suppose the Similarity field is constructed, how to use it in the query? -- View this message in context: http://lucene.472066.n3.nabble.com/Similarity-of-numbers-in-MoreLikeThisHan

Solr: MLT filter by a field in matched doc

2012-07-04 Thread nanshi
MoreLikeThis can return the matched doc. My question is that can i somehow pass in a query param to indicate that i would like to filter on a field value of the matched doc? Is this doable? Or, if not doable, what's the work around? Thanks a lot! -- View this message in context: http://lucene.472

Re: Something like 'bf' or 'bq' with MoreLikeThis

2012-07-04 Thread nanshi
Thanks a lot, Amit! Please bear with me, I am a new Solr dev, could you please shed me some light on how to use a patch? point me to a wiki/doc is fine too. Thanks a lot! :) -- View this message in context: http://lucene.472066.n3.nabble.com/Something-like-bf-or-bq-with-MoreLikeThis-tp3989060p399

Re: Something like 'bf' or 'bq' with MoreLikeThis

2012-07-03 Thread nanshi
Jack, can you please explain this in some more detail? Such as how to write my own search component to modify request to add bq parameter and get customized result back? -- View this message in context: http://lucene.472066.n3.nabble.com/Something-like-bf-or-bq-with-MoreLikeThis-tp3989060p3992888