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
gt; 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: solr-user@lucene.apache.org > Subject: Solrsharp highlighting >

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
PM To: solr-user@lucene.apache.org Subject: Solrsharp highlighting Trying to use Solrsharp (which is a great tool, BTW) to get some results in a C# application. I see the HighlightFields method of the QueryBuilder object and I've set it to my highlight field, but how do I get at the results? I

Solrsharp highlighting

2007-08-10 Thread Charlie Jackson
Trying to use Solrsharp (which is a great tool, BTW) to get some results in a C# application. I see the HighlightFields method of the QueryBuilder object and I've set it to my highlight field, but how do I get at the results? I don't see anything in the SearchResults code that does anything with th