Skip to content

Commit

Permalink
Deprecate fluent API for command invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Sep 29, 2013
1 parent 68cdbef commit 70745bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SolrNet.DSL/Solr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// limitations under the License.
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Practices.ServiceLocation;
Expand All @@ -27,6 +28,7 @@ namespace SolrNet.DSL {
/// <summary>
/// Solr DSL Entry point
/// </summary>
[Obsolete("Deprecated. Use ISolrOperations instead")]
public static class Solr {
public static DeleteBy Delete {
get { return new DeleteBy(Connection); }
Expand Down

0 comments on commit 70745bf

Please sign in to comment.