Package | Description |
---|---|
io.redisearch | |
io.redisearch.client |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.addField(Schema.Field field) |
Schema |
Schema.addGeoField(String name)
Add a geo filtering field to the schema.
|
Schema |
Schema.addNumericField(String name)
Add a numeric field to the schema
|
Schema |
Schema.addSortableNumericField(String name) |
Schema |
Schema.addSortableTagField(String name,
String separator) |
Schema |
Schema.addSortableTextField(String name,
double weight)
Add a text field that can be sorted on
|
Schema |
Schema.addTagField(String name) |
Schema |
Schema.addTagField(String name,
String separator) |
Schema |
Schema.addTextField(String name,
double weight)
Add a text field to the schema with a given weight
|
Modifier and Type | Method and Description |
---|---|
boolean |
Client.createIndex(Schema schema,
Client.IndexOptions options)
Create the index definition in redis
|
Modifier and Type | Method and Description |
---|---|
boolean |
Client.createIndex(Schema schema,
Client.IndexOptions options)
Create the index definition in redis
|
Copyright © 2021 RedisLabs. All rights reserved.