|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.derquinse.common.base.NotInstantiable
net.conquiris.lucene.index.Terms
public final class Terms
Term building support class.
| Method Summary | |
|---|---|
static Function<Boolean,Term> |
booleanTermBuilder(String field)
Creates a function from a value to a term. |
static Function<Double,Term> |
doubleTermBuilder(String field)
Creates a function from a value to a term. |
static Function<Float,Term> |
floatTermBuilder(String field)
Creates a function from a value to a term. |
static Function<ReadableInstant,Term> |
instantTermBuilder(String field)
Creates a function from a value to a term. |
static Function<Integer,Term> |
intTermBuilder(String field)
Creates a function from a value to a term. |
static Function<Long,Term> |
longTermBuilder(String field)
Creates a function from a value to a term. |
static Function<String,Term> |
stringTermBuilder(String field)
Creates a function from a value to a term. |
static Term |
term(BooleanSchemaItem field,
boolean value)
Creates a term. |
static Term |
term(DoubleSchemaItem field,
double value)
Creates a term. |
static Term |
term(FloatSchemaItem field,
float value)
Creates a term. |
static Term |
term(InstantSchemaItem field,
ReadableInstant value)
Creates a term. |
static Term |
term(IntegerSchemaItem field,
int value)
Creates a term. |
static Term |
term(LongSchemaItem field,
long value)
Creates a term. |
static Term |
term(String field,
boolean value)
Creates a term. |
static Term |
term(String field,
double value)
Creates a term. |
static Term |
term(String field,
float value)
Creates a term. |
static Term |
term(String field,
int value)
Creates a term. |
static Term |
term(String field,
long value)
Creates a term. |
static Term |
term(String field,
ReadableInstant value)
Creates a term. |
static Term |
term(String field,
String value)
Creates a term. |
static Term |
term(String field,
UUID value)
Creates a term. |
static Term |
term(TextSchemaItem field,
String value)
Creates a term. |
static Term |
term(UUIDSchemaItem field,
UUID value)
Creates a term. |
static Function<Boolean,Term> |
termBuilder(BooleanSchemaItem field)
Creates a function from a value to a term. |
static Function<Double,Term> |
termBuilder(DoubleSchemaItem field)
Creates a function from a value to a term. |
static Function<Float,Term> |
termBuilder(FloatSchemaItem field)
Creates a function from a value to a term. |
static Function<ReadableInstant,Term> |
termBuilder(InstantSchemaItem field)
Creates a function from a value to a term. |
static Function<Integer,Term> |
termBuilder(IntegerSchemaItem field)
Creates a function from a value to a term. |
static Function<Long,Term> |
termBuilder(LongSchemaItem field)
Creates a function from a value to a term. |
static Function<String,Term> |
termBuilder(TextSchemaItem field)
Creates a function from a value to a term. |
static Function<UUID,Term> |
termBuilder(UUIDSchemaItem field)
Creates a function from a value to a term. |
static Function<UUID,Term> |
uuidTermBuilder(String field)
Creates a function from a value to a term. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Term term(String field,
String value)
public static Term term(String field,
int value)
public static Term term(String field,
long value)
public static Term term(String field,
float value)
public static Term term(String field,
double value)
public static Term term(String field,
boolean value)
public static Term term(String field,
UUID value)
public static Term term(String field,
ReadableInstant value)
public static Term term(TextSchemaItem field,
String value)
public static Term term(IntegerSchemaItem field,
int value)
public static Term term(LongSchemaItem field,
long value)
public static Term term(FloatSchemaItem field,
float value)
public static Term term(DoubleSchemaItem field,
double value)
public static Term term(BooleanSchemaItem field,
boolean value)
public static Term term(UUIDSchemaItem field,
UUID value)
public static Term term(InstantSchemaItem field,
ReadableInstant value)
public static Function<String,Term> stringTermBuilder(String field)
public static Function<Integer,Term> intTermBuilder(String field)
public static Function<Long,Term> longTermBuilder(String field)
public static Function<Float,Term> floatTermBuilder(String field)
public static Function<Double,Term> doubleTermBuilder(String field)
public static Function<Boolean,Term> booleanTermBuilder(String field)
public static Function<ReadableInstant,Term> instantTermBuilder(String field)
public static Function<UUID,Term> uuidTermBuilder(String field)
public static Function<String,Term> termBuilder(TextSchemaItem field)
public static Function<Integer,Term> termBuilder(IntegerSchemaItem field)
public static Function<Long,Term> termBuilder(LongSchemaItem field)
public static Function<Float,Term> termBuilder(FloatSchemaItem field)
public static Function<Double,Term> termBuilder(DoubleSchemaItem field)
public static Function<Boolean,Term> termBuilder(BooleanSchemaItem field)
public static Function<ReadableInstant,Term> termBuilder(InstantSchemaItem field)
public static Function<UUID,Term> termBuilder(UUIDSchemaItem field)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||