Skip to content

Commit

Permalink
add type stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed May 29, 2024
1 parent e622c42 commit 3dc9443
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tantivy/tantivy.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,13 @@ class Searcher:
) -> SearchResult:
pass

def aggregate(
self,
search_query: Query,
agg_query: str,
) -> dict:
pass

@property
def num_docs(self) -> int:
pass
Expand Down

0 comments on commit 3dc9443

Please sign in to comment.