Skip to content

Commit

Permalink
chore: XML docs to refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcio committed Jun 18, 2023
1 parent ba333d3 commit 1cb285e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Examine.Lucene/Search/LuceneBooleanOperation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public LuceneBooleanOperation(LuceneSearchQuery search)
/// <inheritdoc/>
public override string ToString() => _search.ToString();

/// <inheritdoc/>
public override IQueryExecutor WithFacets(Action<IFacetOperations> facets)
{
var luceneFacetOperation = new LuceneFacetOperation(_search);
Expand Down
1 change: 1 addition & 0 deletions src/Examine.Lucene/Search/LuceneBooleanOperationBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ protected internal LuceneBooleanOperationBase Op(
/// <inheritdoc/>
public abstract IOrdering SelectAllFields();

/// <inheritdoc/>
public abstract IQueryExecutor WithFacets(Action<IFacetOperations> facets);
}
}

0 comments on commit 1cb285e

Please sign in to comment.