Documentation
This commit is contained in:
parent
f6b52c4897
commit
76657a260d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user