Re: Solrsharp

2010-03-01 Thread Janne Majaranta
Thanks for your feedback. > > > > De: Sachin [mailto:sachinni...@aim.com] > Enviada: sáb 27-02-2010 12:04 > Para: solr-user@lucene.apache.org > Assunto: Re: Solrsharp > > > > > solr# does not have built in support for "NOT&quo

RE: Solrsharp

2010-02-27 Thread Frederico Azeiteiro
tion... Thanks for your feedback. De: Sachin [mailto:sachinni...@aim.com] Enviada: sáb 27-02-2010 12:04 Para: solr-user@lucene.apache.org Assunto: Re: Solrsharp solr# does not have built in support for "NOT" searches, you would have to tweak the so

Re: Solrsharp

2010-02-27 Thread Sachin
solr# does not have built in support for "NOT" searches, you would have to tweak the solr# library to do that (take a look at how the ParameterJoin is used, add one for Not). I have faced quite a few issues with using solr# in the past like unclosed TCP connections, no spellchecker, json suppo

Re: SolrSharp

2008-12-02 Thread Otis Gospodnetic
I don't think it is. There is another C# client up on Google Code, but I'm not sure how well that one is maintained... Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Grant Ingersoll <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org >

Re: SolrSharp gone?

2008-10-23 Thread Otis Gospodnetic
Aha, it's there now - the site was down yesterday. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Ryan McKinley <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Wednesday, October 22, 2008 5:29:45 PM >

Re: SolrSharp gone?

2008-10-22 Thread Ryan McKinley
On Oct 22, 2008, at 4:17 PM, Otis Gospodnetic wrote: Hello, It looks like we might have lost SolrSharp: http://wiki.apache.org/solr/SolrSharp It looks like its home is http://www.codeplex.com/solrsharp , but the site is no longer available. Does anyone know its status? looks like it is

Re: SolrSharp and UTF-8, danish letters are messed up

2008-01-17 Thread Jeff Rodenburg
Hi Peter - Hmm, not sure what's going on here. Please take a look in the SolrConfigurationSection class, which sets the Culture setting. thanks, jeff r. On Jan 17, 2008 6:05 AM, Peter Thygesen <[EMAIL PROTECTED]> wrote: > Norwegian and danish letters like "ÆØÅ" are messed up when indexing us

Re: Solrsharp culture problems

2007-09-24 Thread Jeff Rodenburg
Yes, that would be the right solution. I'm not sure if, in order to use french culture settings on xp, you would require corresponding changes in culture settings for the solr instance. Hope this helps. -- j On 9/24/07, JP Genty - LibertySurf <[EMAIL PROTECTED]> wrote: > > > I use solrsharp

Re: Solrsharp highlighting

2007-08-15 Thread Jeff Rodenburg
rom: Jeff Rodenburg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 14, 2007 1:08 AM > To: solr-user@lucene.apache.org > Subject: Re: Solrsharp highlighting > > Pull down the latest example code from > http://solrstuff.org/svn/solrsharpwhich includes adding facets to > searc

RE: Solrsharp highlighting

2007-08-15 Thread Charlie Jackson
Rodenburg [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 1:08 AM To: solr-user@lucene.apache.org Subject: Re: Solrsharp highlighting Pull down the latest example code from http://solrstuff.org/svn/solrsharpwhich includes adding facets to search results. It's really short and simp

Re: Solrsharp highlighting

2007-08-13 Thread Jeff Rodenburg
Pull down the latest example code from http://solrstuff.org/svn/solrsharpwhich includes adding facets to search results. It's really short and simple to add facets; the example application implements one form of it. The nice thing about the facet support is that it utilizes generics to allow you t

Re: Solrsharp highlighting

2007-08-13 Thread Jeff Rodenburg
Thanks for the comments, Charlie. No, you didn't miss anything with the highlight results. It hasn't been implemented yet. :-/ The first implementation was quite janky, and was consequently removed. I'm adding an issue in JIRA about implementing highlighted fields. ( https://issues.apache.org/

RE: Solrsharp highlighting

2007-08-10 Thread Charlie Jackson
Also, are there any examples out there of how to use Solrsharp's faceting capabilities? Charlie Jackson 312-873-6537 [EMAIL PROTECTED] -Original Message- From: Charlie Jackson [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:51 PM To:

Re: solrsharp thoughts

2007-07-05 Thread Jeff Rodenburg
Thanks Ryan. Comments below. On 7/5/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: I just took a quick look at solrsharp. I don't really have to use it yet, so this is not an in depth review. I like the templated SearchResults -- that seems useful. That has proven to be extremely useful in

Re: SolrSharp boost - int vs. float

2007-07-05 Thread Jeff Rodenburg
Nope, other than just oversight. I just modified the QueryParameter class to change the _boost and Boost variable & property to type float, and all works well. I'll log an issue in JIRA and update the source. thanks otis, jeff On 7/5/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: Hi, He

Re: SolrSharp example

2007-06-20 Thread Jeff Rodenburg
eldValue("timestamp", DateTime.Now.ToString("s")+"Z"))); Regards Michael - Original Message - From: "Jeff Rodenburg" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 20, 2007 1:56 PM Subject: Re: SolrSharp example > On 6/20/07, Yonik Seeley <[EMA

Re: SolrSharp example

2007-06-20 Thread Michael Plax
"timestamp" field in the ExampleIndexDocument public constructor such as: this.Add(new IndexFieldValue("timestamp", DateTime.Now.ToString("s")+"Z"))); Regards Michael - Original Message - From: "Jeff Rodenburg" <[EMAIL PROTEC

Re: SolrSharp example

2007-06-20 Thread Jeff Rodenburg
On 6/20/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/20/07, Michael Plax <[EMAIL PROTECTED]> wrote: > This is a log that I got after runnning SolrSharp example. I think example > program posts not properly formatted xml. > I'm running Solr on Windows XP, Java 1.5. Are those settings could be

Re: SolrSharp example

2007-06-20 Thread Yonik Seeley
On 6/20/07, Michael Plax <[EMAIL PROTECTED]> wrote: This is a log that I got after runnning SolrSharp example. I think example program posts not properly formatted xml. I'm running Solr on Windows XP, Java 1.5. Are those settings could be the problem? Solr1.2 is pickier about the Content-type i

Re: SolrSharp example

2007-06-20 Thread Michael Plax
Plax" <[EMAIL PROTECTED]>; Sent: Wednesday, June 20, 2007 8:42 AM Subject: Re: SolrSharp example Hi Michael - Moving this conversations to the general solr mailing list... 1. SolrSharp example solution works with schema.xml from apache-solr-1.1.0-incubating.If I'm using

Re: SolrSharp example

2007-06-20 Thread Jeff Rodenburg
Hi Michael - Moving this conversations to the general solr mailing list... 1. SolrSharp example solution works with schema.xml from apache-solr-1.1.0-incubating.If I'm using schema.xml from apache-solr-1.2.0 example program doesn't update index... I didn't realize the solr 1.2 release c

RE: Solrsharp feedback

2007-04-26 Thread Mike Austin
2:13 PM To: solr-user@lucene.apache.org Subject: Re: Solrsharp feedback Hi Jeff, Ah, smells like the same problem that Lucene.net is having - the lack of people with interest in C# here at ASF. :( I'm BCC-ing somebody who might be interested in looking at your C# client

Re: Solrsharp feedback

2007-04-26 Thread Otis Gospodnetic
Hi Jeff, Ah, smells like the same problem that Lucene.net is having - the lack of people with interest in C# here at ASF. :( I'm BCC-ing somebody who might be interested in looking at your C# client for Solr. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.si

Re: SolrSharp - a C# client API for Solr

2007-04-10 Thread Jeff Rodenburg
It will be extremely helpful to get this in the hands of others. Like most packages, this was built out of need. As we get more eyes on it, I hope to see it improve at the same rate as change in Solr. I promised a few other additions to this set. Here's what I'm working on: - More content wit

Re: SolrSharp - a C# client API for Solr

2007-04-10 Thread JimS
Thanx for the great contribution Jeff! A hand clap to the Solr team too. I am looking forward to using Solr and Solr# in the coming months. Your client is going to be a great help. regards, -jim On 4/9/07, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: All - I'm proud to announce a release to