Re: Solrsharp

2010-03-01 Thread Janne Majaranta
: 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 solr# library to do that (take a look at how the ParameterJoin is used, add one

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

RE: Solrsharp

2010-02-27 Thread Frederico Azeiteiro
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 solr# library to do that (take a look

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 Subject: Re: SolrSharp gone

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 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 on

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 simple

Re: Solrsharp highlighting

2007-08-15 Thread Jeff Rodenburg
@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 simple to add facets; the example application implements one form of it. The nice thing about

Re: Solrsharp highlighting

2007-08-14 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

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. (

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 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, Here

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 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

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 the

Re: SolrSharp example

2007-06-20 Thread Michael Plax
- Original Message - From: Jeff Rodenburg [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Wednesday, June 20, 2007 1:56 PM Subject: Re: SolrSharp example 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

Re: SolrSharp example

2007-06-20 Thread Jeff Rodenburg
: Re: SolrSharp example 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

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 --

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