Re: Sorting performance

2008-10-18 Thread christophe
Here are the memory parameters I'm using now(Tomcat): -Xms2024m -Xmx2024m With those values, the second query is way faster. Only the first one is very slow. Thanks for the tip. However, I'm wondering if will be enough and I will not hit the same issues when I will have many users searching at

solr 1.3 multi language?

2008-10-18 Thread sunnyfr
Hi everybody, I would like you to help me a bit about managing this multi-language part, actually an example would be excellent. So I did multi index in one core and I would like you to let me know what you think about the way that I've managed that, is there more parameter that I don't know, som

Re: Tree Faceting Component

2008-10-18 Thread Erik Hatcher
Jeremy, Great troubleshooting! You were spot on. I've posted a new patch that fixes the issue. Erik On Oct 16, 2008, at 9:53 PM, Jeremy Hinegardner wrote: After a bit more investigating, it appears that any facet tree where the first item is numerical or boolean or some non-textua

Re: Tree Faceting Component

2008-10-18 Thread Jeremy Hinegardner
Erik, Thanks, its working great. Next is to make it distributed. I was thinking of working on this, is the FacetCompoent a good model to work from to make the TreeFacet distributed? I should probably join solr-dev for that conversation I assume :-). -jeremy On Thu, Oct 16, 2008 at 11:12:45PM

Re: Sorting performance

2008-10-18 Thread Mark Miller
You need to setup a warming query that sorts so that the initial long query is done behind the scenes. Users first query will then be fast. Solrconfig. - Mark On Oct 18, 2008, at 1:34 AM, christophe <[EMAIL PROTECTED]> wrote: Here are the memory parameters I'm using now(Tomcat): -Xms202