Major update to Solrsharp

2007-08-22 Thread Jeff Rodenburg
A big update was just posted to the Solrsharp project.  This update now
provides for first-class support for highlighting in the library.

The implementation is really robust and provides the following features:

   - Structured highlight parameter assignment based on the SolrField
   object
   - Full access for all highlight parameters, on both an aggregate and
   per-field basis
   - Incorporation of highlighted values into the base search result
   records

All of the supplied documentation has been updated as well as the example
application in using the highlighting classes.

Please report any issues through JIRA.  Be sure to associate any issues with
the C# client component.

cheers,
jeff r.


Update to SolrSharp

2007-06-13 Thread Jeff Rodenburg

Solrsharp has been validated against the Solr 1.2 release.  Validation was
made using the example application that's available with the Solrsharp code
against a default example index with the Solr 1.2 released bits.

- The source code for Solrsharp is now accessible via subversion.  Many
thanks to Ryan McKinley for hosting the codebase.  You can find it at:

   http://solrstuff.org/svn/solrsharp

- A new folder has been added: docs/api.  We have MSDN-style documentation
to help explain the full library.  When you update from the repository, just
point your browser to the local file at /docs/api/index.html.

As always, send your praise or complaints this direction.

cheers,
jeff r.


Re: Update to SolrSharp

2007-06-13 Thread Michael Plax

Hello Jeff,

Thank you for posting Solrsharp.
I just check it out and it looks like projects (src\SolrSharp.csproj , 
example\Example.csproj) are missing from VS solution.


Thank you,
Michael

- Original Message - 
From: Jeff Rodenburg [EMAIL PROTECTED]

To: solr-user@lucene.apache.org
Sent: Wednesday, June 13, 2007 3:59 PM
Subject: Update to SolrSharp



Solrsharp has been validated against the Solr 1.2 release.  Validation was
made using the example application that's available with the Solrsharp 
code

against a default example index with the Solr 1.2 released bits.

- The source code for Solrsharp is now accessible via subversion.  Many
thanks to Ryan McKinley for hosting the codebase.  You can find it at:

   http://solrstuff.org/svn/solrsharp

- A new folder has been added: docs/api.  We have MSDN-style documentation
to help explain the full library.  When you update from the repository, 
just

point your browser to the local file at /docs/api/index.html.

As always, send your praise or complaints this direction.

cheers,
jeff r.