|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldValues | |
|---|---|
| net.conquiris.lucene.search | |
| Uses of FieldValues in net.conquiris.lucene.search |
|---|
| Methods in net.conquiris.lucene.search that return FieldValues | |
|---|---|
FieldValues<InputSupplier<ByteArrayInputStream>> |
Hit.binary(String name)
Returns the values of the binary fields with the given name. |
FieldValues<Boolean> |
Hit.booleanValues(String name)
Returns the boolean values of the numeric fields with the given name. |
FieldValues<Double> |
Hit.doubleValues(String name)
Returns the double values of the numeric fields with the given name. |
FieldValues<Float> |
Hit.floatValues(String name)
Returns the float values of the numeric fields with the given name. |
FieldValues<Integer> |
Hit.integerValues(String name)
Returns the integer values of the numeric fields with the given name. |
FieldValues<InputSupplier<ByteArrayInputStream>> |
Hit.item(BinarySchemaItem item)
Returns the values of the fields corresponding to the given schema item. |
FieldValues<Boolean> |
Hit.item(BooleanSchemaItem item)
Returns the values of the fields corresponding to the given schema item. |
FieldValues<Double> |
Hit.item(DoubleSchemaItem item)
Returns the values of the fields corresponding to the given schema item. |
FieldValues<Float> |
Hit.item(FloatSchemaItem item)
Returns the values of the fields corresponding to the given schema item. |
FieldValues<Integer> |
Hit.item(IntegerSchemaItem item)
Returns the values of the fields corresponding to the given schema item. |
FieldValues<Long> |
Hit.item(LongSchemaItem item)
Returns the values of the fields corresponding to the given schema item. |
FieldValues<String> |
Hit.item(TextSchemaItem item)
Returns the values of the fields corresponding to the given schema item. |
FieldValues<UUID> |
Hit.item(UUIDSchemaItem item)
Returns the values of the fields corresponding to the given schema item. |
FieldValues<Long> |
Hit.longValues(String name)
Returns the long values of the numeric fields with the given name. |
FieldValues<String> |
Hit.strings(String name)
Returns the string values of the fields with the given name. |
FieldValues<UUID> |
Hit.uuid(String name)
Returns the values of the UUID fields with the given name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||