@Experimental public class VSimParams extends java.lang.Object implements IParams
| Constructor and Description |
|---|
VSimParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
VSimParams |
count(int num)
Limits the number of returned results.
|
VSimParams |
ef(int searchExplorationFactor)
Controls the search effort.
|
VSimParams |
epsilon(double delta)
Sets the epsilon (delta) parameter for distance-based filtering.
|
VSimParams |
filter(java.lang.String expression)
Applies a filter expression to restrict matching elements.
|
VSimParams |
filterEf(int maxFilteringEffort)
Limits the number of filtering attempts for the FILTER expression.
|
VSimParams |
noThread()
Executes the search in the main thread instead of a background thread.
|
VSimParams |
truth()
Forces an exact linear scan of all elements, bypassing the HNSW graph.
|
public VSimParams count(int num)
num - the maximum number of results to returnpublic VSimParams epsilon(double delta)
delta - a floating point number between 0 and 1public VSimParams ef(int searchExplorationFactor)
searchExplorationFactor - the exploration factorpublic VSimParams filter(java.lang.String expression)
expression - the filter expressionpublic VSimParams filterEf(int maxFilteringEffort)
maxFilteringEffort - the maximum filtering effortpublic VSimParams truth()
public VSimParams noThread()
public void addParams(CommandArguments args)
Copyright © 2025. All rights reserved.