public interface ContentPropertyExtractionManager
Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.lucene.index.IndexableField> |
extract(JsonString json,
Iterable<ContentPropertySchemaField> schemaFields)
Extracts JSON document fragments and transforms them into Lucene fields with user-defined field types.
|
Iterable<org.apache.lucene.index.IndexableField> extract(JsonString json, Iterable<ContentPropertySchemaField> schemaFields)
json
- JSON document, which fragments will be used to populate Lucene fieldsschemaFields
- all schema fields which should be extracted from a given JSON documentCopyright © 2003–2016 Atlassian. All rights reserved.