Documentation

This commit is contained in:
Andrea Cavalli 2020-12-08 10:51:21 +01:00
parent f6b52c4897
commit 76657a260d
1 changed files with 3 additions and 5 deletions

View File

@ -36,11 +36,9 @@ public interface LLLuceneIndex extends Closeable, LLSnapshottable {
/**
*
* @param snapshot
* @param query
* @param limit
* @param sort
* @param keyFieldName
* @param limit the limit is valid for each lucene instance.
* If you have 15 instances, the number of elements returned
* can be at most <code>limit * 15</code>
* @return the collection has one or more flux
*/
Tuple2<Mono<Long>, Collection<Flux<String>>> searchStream(@Nullable LLSnapshot snapshot,