Re: Recent updates to Solrsharp

2007-06-21 Thread Jeff Rodenburg

great, thanks Yonik.

On 6/20/07, Yonik Seeley [EMAIL PROTECTED] wrote:


On 6/21/07, Jeff Rodenburg [EMAIL PROTECTED] wrote:
 As an aside, it would be nice to record these issues more granularly in
 JIRA.  Could we get a component created for our client library, similar
to
 java/php/ruby?

Done.

-Yonik



Recent updates to Solrsharp

2007-06-20 Thread Jeff Rodenburg

Thanks to Yonik, Michael, Ryan, (and others) for some recent help on various
issues discovered with Solrsharp.  We were able to discover a few issues
with the library relative to the Solr 1.2 release.  Those issues have been
remedied and have been pushed into source control.

The Solrsharp source code can be obtained at:
http://solrstuff.org/svn/solrsharp.

Recent fixes include:
- Fix for broken DeleteIndexDocument xml serialization
- Update to correct document posting content-type to solr 1.2 instance
- Identifying schema fields with new IsDefaulted property
- Updates to the example application to incorporate these fixes and the solr
1.2 sample schema
- Updated documentation consistent with these changes

As an aside, it would be nice to record these issues more granularly in
JIRA.  Could we get a component created for our client library, similar to
java/php/ruby?

cheers,
j


Re: Recent updates to Solrsharp

2007-06-20 Thread Yonik Seeley

On 6/21/07, Jeff Rodenburg [EMAIL PROTECTED] wrote:

As an aside, it would be nice to record these issues more granularly in
JIRA.  Could we get a component created for our client library, similar to
java/php/ruby?


Done.

-Yonik