mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00:00
solr-client: Add searchAsync to Client interface (#40143)
* solr-client: Add searchAsync to Client interface * Updated searchAsync return value to object * Fixed whitespace
This commit is contained in:
committed by
Nathan Shively-Sanders
parent
4652a68fc0
commit
fdca4a7a53
Vendored
+1
@@ -161,6 +161,7 @@ export interface Client {
|
||||
escapeSpecialChars(s: string): string;
|
||||
query(): Query;
|
||||
atomicUpdate(doc: object, callback?: (err: Error, data: object) => void): ClientRequest;
|
||||
searchAsync(query: Query): Promise<object>;
|
||||
}
|
||||
|
||||
export as namespace Solr;
|
||||
|
||||
Reference in New Issue
Block a user