Class SpacePropertyParam
java.lang.Object
dev.langchain4j.store.embedding.vearch.SpacePropertyParam
- Direct Known Subclasses:
SpacePropertyParam.FloatParam
,SpacePropertyParam.IntegerParam
,SpacePropertyParam.StringParam
,SpacePropertyParam.VectorParam
As a constraint type of all Space property only
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
protected static class
SpacePropertyParam.SpacePropertyParamBuilder<C extends SpacePropertyParam,
B extends SpacePropertyParam.SpacePropertyParamBuilder<C, B>> static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
Whether to create a index or not.protected SpacePropertyType
-
Constructor Summary
ModifierConstructorDescriptionprotected
SpacePropertyParam
(SpacePropertyType type, Boolean index) -
Method Summary
-
Field Details
-
type
-
index
Whether to create a index or not.
-
-
Constructor Details
-
SpacePropertyParam
public SpacePropertyParam() -
SpacePropertyParam
-
-
Method Details
-
getType
-
getIndex
-