Re: C# API for Solr

2007-04-01 Thread Maarten . De . Vilder
Well, i think there will be a lot of people who will be very happy with this C# client. grts,m "Jeff Rodenburg" <[EMAIL PROTECTED]> 31/03/2007 18:00 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject C# API for Solr We built our first search sys

Re: Question: how to config memory with SolrPerformanceFactor

2007-04-01 Thread James liu
Thk u Chris. i just wanna know how to manage master and slaver hardware, for example ram and disc 's size. 2007/3/31, Chris Hostetter <[EMAIL PROTECTED]>: : if we mv index.tmp$$ index,,,is it truly deleted? it's not treuly deleted until no running processes have the file handles open anym

Re: C# API for Solr

2007-04-01 Thread Jeff Rodenburg
Ryan - I'm working on cleanup to release this thing for the world to enjoy. -- j On 3/31/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: Yes yes! On 3/31/07, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: > We built our first search system architecture around Lucene.Net back in 2005 > and continued

Re: C# API for Solr

2007-04-01 Thread Paul Borgermans
I agree fully, for me the PHP client API in the works should be including a good set of unit tests. The channel dilemma also shows up, as in the PHP ecosystem there are at least 2 major ones to hook up. Personally I would go for eZ components as this already provides a good framework with unit t

Re: Re[2]: Update doc boost and field boost w/o reposting?

2007-04-01 Thread Ryan McKinley
Yes, it is only solr - and will have a normal HTTP interface, no lucene. But as i said, the catch is that *all* fields must be stored, not only the ones you want to change. Solr will pull the document out of the index, modify it and put it back - it can only pull out stored fields so you must st

Re[2]: Update doc boost and field boost w/o reposting?

2007-04-01 Thread Jack L
Hello Ryan, Interesting. So it's solr only and does not require new Lucene functionality? I think storing the fields that may change in the future is ok. -- Best regards, Jack Saturday, March 31, 2007, 5:50:20 PM, you wrote: > Lucene does not have any way to modify existing fields, so solr can

Re: C# API for Solr

2007-04-01 Thread Jeff Rodenburg
What would make things consistent for the client api's is a prescribed set of implementations for a solr release. For example, executing searches with these parameters, support for facets requires those parameters, updates should be called in this manner, etc. For lack of a better term, a loosel

Troubleshooting java heap out-of-memory

2007-04-01 Thread Jeff Rodenburg
I've read through the list entries here, the Lucene list, and the wiki docs and am not resolving a major pain point for us. We've been trying to determine what could possibly cause us to hit this in our given environment, and am hoping more eyes on this issue can help. Our scenario: 150MB index