Typo
This commit is contained in:
parent
4f19d2fff3
commit
08ef14fb76
@ -59,7 +59,7 @@ public interface LuceneIndex<T, U> extends LLSnapshottable {
|
||||
|
||||
Mono<Buckets> computeBuckets(@Nullable CompositeSnapshot snapshot,
|
||||
@NotNull List<Query> queries,
|
||||
@Nullable Query normalizaitonQuery,
|
||||
@Nullable Query normalizationQuery,
|
||||
BucketParams bucketParams);
|
||||
|
||||
Mono<TotalHitsCount> count(@Nullable CompositeSnapshot snapshot, Query query);
|
||||
|
@ -117,12 +117,11 @@ public class LuceneIndexImpl<T, U> implements LuceneIndex<T, U> {
|
||||
@Override
|
||||
public Mono<Buckets> computeBuckets(@Nullable CompositeSnapshot snapshot,
|
||||
@NotNull List<Query> query,
|
||||
@Nullable Query normalizaitonQuery,
|
||||
@Nullable Query normalizationQuery,
|
||||
BucketParams bucketParams) {
|
||||
return luceneIndex
|
||||
.computeBuckets(resolveSnapshot(snapshot),
|
||||
query,
|
||||
normalizaitonQuery,
|
||||
query, normalizationQuery,
|
||||
bucketParams
|
||||
)
|
||||
.single();
|
||||
|
Loading…
Reference in New Issue
Block a user