Re: Getting SolrSharp to work, Part 2

2008-01-25 Thread Chris Hostetter
: Great, thanks Peter. And yes, I think it would be good to concentrate the : conversation over on codeplex. I know the Solr team has no problem with : solrsharp conversations here on the solr mailing list, but the conversation : is highly focused on the server. Putting the solrsharp conversatio

Re: Getting SolrSharp to work, Part 2

2008-01-25 Thread Jeff Rodenburg
the patch was uploaded on CodePlex > http://www.codeplex.com/solrsharp/SourceControl/PatchList.aspx > > \peter > > > -Original Message- > From: Peter Thygesen > Sent: 25. januar 2008 13:17 > To: solr-user@lucene.apache.org > Subject: RE: Getting SolrSharp to wor

RE: Getting SolrSharp to work, Part 2

2008-01-25 Thread Peter Thygesen
Ups. Forgot to tell that the patch was uploaded on CodePlex http://www.codeplex.com/solrsharp/SourceControl/PatchList.aspx \peter -Original Message- From: Peter Thygesen Sent: 25. januar 2008 13:17 To: solr-user@lucene.apache.org Subject: RE: Getting SolrSharp to work, Part 2 This

RE: Getting SolrSharp to work, Part 2

2008-01-25 Thread Peter Thygesen
omments to the discussion I already started on CodePlex. \peter -Original Message- From: Jeff Rodenburg [mailto:[EMAIL PROTECTED] Sent: 24. januar 2008 20:59 To: solr-user@lucene.apache.org Subject: Re: Getting SolrSharp to work, Part 2 Hey Peter - if you could submit your changes as an s

Re: Getting SolrSharp to work, Part 2

2008-01-24 Thread Jeff Rodenburg
Hey Peter - if you could submit your changes as an svn patch, we could apply the update much faster. thanks, jeff On Jan 23, 2008 2:42 AM, Peter Thygesen <[EMAIL PROTECTED]> wrote: > I wrote a small client in .Net which query Solr and dumps the result on > screen.. fantastic low-tech.. ;) > >

Getting SolrSharp to work, Part 2

2008-01-23 Thread Peter Thygesen
I wrote a small client in .Net which query Solr and dumps the result on screen.. fantastic low-tech.. ;) However I ran into new SolrSharp problems. My schema allows a particular field to be multiValued, but if it only has one value, it will cause SolrSharp fail in line 88 of Class: IndexFiledAttr

Re: Getting SolrSharp to work

2008-01-18 Thread Jeff Rodenburg
gt; Thx, > Peter > > -Original Message- > From: Jeff Rodenburg [mailto:[EMAIL PROTECTED] > Sent: 18. januar 2008 03:24 > To: solr-user@lucene.apache.org > Subject: Re: Getting SolrSharp to work > > Thanks for the updates Peter. Can you pass along your Solr instance >

RE: Getting SolrSharp to work

2008-01-18 Thread Peter Thygesen
SolrSharp to work Thanks for the updates Peter. Can you pass along your Solr instance information? thanks, jeff r. On Jan 17, 2008 7:22 AM, Peter Thygesen <[EMAIL PROTECTED]> wrote: > Version solrsharp-Dec-30-2007.zip > > I had to make a few changes to get this version to work. Here

Re: Getting SolrSharp to work

2008-01-17 Thread Jeff Rodenburg
Thanks for the updates Peter. Can you pass along your Solr instance information? thanks, jeff r. On Jan 17, 2008 7:22 AM, Peter Thygesen <[EMAIL PROTECTED]> wrote: > Version solrsharp-Dec-30-2007.zip > > I had to make a few changes to get this version to work. Here is what I > did. > > ---

Getting SolrSharp to work

2008-01-17 Thread Peter Thygesen
Version solrsharp-Dec-30-2007.zip I had to make a few changes to get this version to work. Here is what I did. -- // fix 1,. Solr server messed up Danish/Norwegian letters like "æøå" because the HttpWbRequest object wasn't sending in utf-8 to Solr server Class: SolrSe