Uses of Class
io.weaviate.client.v1.filters.WhereFilter
-
-
Uses of WhereFilter in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type WhereFilter Modifier and Type Method Description ObjectsBatchDeleterObjectsBatchDeleter. withWhere(WhereFilter where) -
Uses of WhereFilter in io.weaviate.client.v1.batch.model
Methods in io.weaviate.client.v1.batch.model that return WhereFilter Modifier and Type Method Description WhereFilterBatchDeleteResponse.Match. getWhereFilter()Methods in io.weaviate.client.v1.batch.model with parameters of type WhereFilter Modifier and Type Method Description voidBatchDeleteResponse.Match. setWhereFilter(WhereFilter whereFilter) -
Uses of WhereFilter in io.weaviate.client.v1.classifications.api
Methods in io.weaviate.client.v1.classifications.api with parameters of type WhereFilter Modifier and Type Method Description SchedulerScheduler. withSourceWhereFilter(WhereFilter whereFilter)SchedulerScheduler. withTargetWhereFilter(WhereFilter whereFilter)SchedulerScheduler. withTrainingSetWhereFilter(WhereFilter whereFilter) -
Uses of WhereFilter in io.weaviate.client.v1.classifications.model
Methods in io.weaviate.client.v1.classifications.model that return WhereFilter Modifier and Type Method Description WhereFilterClassificationFilters. getSourceWhere()WhereFilterClassificationFilters. getTargetWhere()WhereFilterClassificationFilters. getTrainingSetWhere()Methods in io.weaviate.client.v1.classifications.model with parameters of type WhereFilter Modifier and Type Method Description ClassificationFilters.ClassificationFiltersBuilderClassificationFilters.ClassificationFiltersBuilder. sourceWhere(WhereFilter sourceWhere)ClassificationFilters.ClassificationFiltersBuilderClassificationFilters.ClassificationFiltersBuilder. targetWhere(WhereFilter targetWhere)ClassificationFilters.ClassificationFiltersBuilderClassificationFilters.ClassificationFiltersBuilder. trainingSetWhere(WhereFilter trainingSetWhere) -
Uses of WhereFilter in io.weaviate.client.v1.filters
Methods in io.weaviate.client.v1.filters that return WhereFilter Modifier and Type Method Description WhereFilterWhereFilter.WhereFilterBuilder. build()WhereFilter[]WhereFilter. getOperands()Methods in io.weaviate.client.v1.filters with parameters of type WhereFilter Modifier and Type Method Description WhereFilter.WhereFilterBuilderWhereFilter.WhereFilterBuilder. operands(WhereFilter[] operands)static StringWhereFilterUtil. toGraphQLString(WhereFilter whereFilter) -
Uses of WhereFilter in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type WhereFilter Modifier and Type Method Description AggregateAggregate. withWhere(WhereFilter where)GetGet. withWhere(WhereFilter where) -
Uses of WhereFilter in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return WhereFilter Modifier and Type Method Description WhereFilterAggregateBuilder. getWithWhereFilter()WhereFilterGetBuilder. getWithWhereFilter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type WhereFilter Modifier and Type Method Description AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withWhereFilter(WhereFilter withWhereFilter)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withWhereFilter(WhereFilter withWhereFilter)
-