Skip to content

Commit

Permalink
Revert "First commit that I will emend"
Browse files Browse the repository at this point in the history
This reverts commit 0e52768.
  • Loading branch information
liz-zepeda committed Jun 3, 2019
1 parent ef343ae commit de2ad97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/Facets.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Example: print all categories sorted by popularity.

```c#
TODO: Saludar ya!
veamos que mas podemos hacer
ISolrOperations<Document> solr = ...
var r = solr.Query(SolrQuery.All, new QueryOptions {
Rows = 0,
Expand Down Expand Up @@ -109,7 +108,7 @@ var facetParams = new FacetParameters()
//Limit the amounts of pivotRows to 15
Limit = 15
};
pruba de hacer un buen commit
var queryOptions = new QueryOptions();
queryOptions.Facet = facetParams;
queryOptions.Rows = 0;
Expand Down

0 comments on commit de2ad97

Please sign in to comment.