diff --git a/src/main/java/it/cavallium/dbengine/database/LLLuceneIndex.java b/src/main/java/it/cavallium/dbengine/database/LLLuceneIndex.java index 9078b84..b6c1b6b 100644 --- a/src/main/java/it/cavallium/dbengine/database/LLLuceneIndex.java +++ b/src/main/java/it/cavallium/dbengine/database/LLLuceneIndex.java @@ -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 limit * 15 * @return the collection has one or more flux */ Tuple2, Collection>> searchStream(@Nullable LLSnapshot snapshot,