public class ContentPropertyExtractionManagerImpl extends Object implements ContentPropertyExtractionManager
Constructor and Description |
---|
ContentPropertyExtractionManagerImpl() |
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.
|
public ContentPropertyExtractionManagerImpl()
public Iterable<org.apache.lucene.index.IndexableField> extract(JsonString json, Iterable<ContentPropertySchemaField> schemaFields)
ContentPropertyExtractionManager
extract
in interface ContentPropertyExtractionManager
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–2018 Atlassian. All rights reserved.