| Package | Description |
|---|---|
| org.tinygroup.fulltext | |
| org.tinygroup.fulltext.impl |
| Modifier and Type | Method and Description |
|---|---|
QueryRelation |
DefaultRule.getRelation() |
static QueryRelation |
QueryRelation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryRelation[] |
QueryRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRule.setRelation(QueryRelation relation) |
| Constructor and Description |
|---|
DefaultRule(String rule,
QueryRelation relation,
QueryType type) |
FieldRule(String name,
String rule,
QueryRelation relation,
QueryType type) |
| Modifier and Type | Method and Description |
|---|---|
DefaultSearchRule |
DefaultSearchRule.addField(String name,
String rule,
QueryRelation relation) |
DefaultSearchRule |
DefaultSearchRule.addField(String name,
String rule,
QueryRelation relation,
QueryType type) |
DefaultSearchRule |
DefaultSearchRule.setDefault(String rule,
QueryRelation relation) |
DefaultSearchRule |
DefaultSearchRule.setDefault(String rule,
QueryRelation relation,
QueryType type) |
Copyright © 2006–2018 TinyGroup. All rights reserved.