Documentation

This commit is contained in:
Andrea Cavalli 2020-12-08 10:51:21 +01:00
parent f6b52c4897
commit 76657a260d

View File

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