Modifier and Type | Method and Description |
---|---|
static JsonString |
JsonTestUtil.makeTestString(String text) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCQLSearchServiceAcceptanceTest.createContentProperty(Content content,
String propertyKey,
JsonString value) |
Modifier and Type | Method and Description |
---|---|
JsonString |
JsonContentProperty.getValue() |
Modifier and Type | Method and Description |
---|---|
JsonContentProperty.ContentPropertyBuilder |
JsonContentProperty.ContentPropertyBuilder.value(JsonString value) |
Modifier and Type | Method and Description |
---|---|
static void |
JsonPropertyValidator.validateValue(SimpleValidationResult.Builder result,
String key,
JsonString value) |
Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.lucene.index.IndexableField> |
ContentPropertyExtractionManagerImpl.extract(JsonString json,
Iterable<ContentPropertySchemaField> schemaFields) |
Iterable<org.apache.lucene.index.IndexableField> |
ContentPropertyExtractionManager.extract(JsonString json,
Iterable<ContentPropertySchemaField> schemaFields)
Extracts JSON document fragments and transforms them into Lucene fields with user-defined field types.
|
Modifier and Type | Method and Description |
---|---|
JsonString |
JsonStringDeserializer.deserialize(org.codehaus.jackson.JsonParser parser,
org.codehaus.jackson.map.DeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JsonStringSerializer.serialize(JsonString value,
org.codehaus.jackson.JsonGenerator generator,
org.codehaus.jackson.map.SerializerProvider provider) |
Copyright © 2003–2018 Atlassian. All rights reserved.