| The reason being that with tika bridges, the users only implement TikaMetadataProcessor, not the FieldBridge. Thus they cannot implement MetadataProvidingFieldBridge. Adding fields with a different name from the one passed as a parameter becomes difficult (with Lucene, because the field can't be made sortable) or impossible (with Elasticsearch, which expects metadata for every field). |