Skip to content

Instantly share code, notes, and snippets.

@senoritadeveloper01
Last active January 26, 2021 17:09
Show Gist options
  • Save senoritadeveloper01/e65af48647e3a8e6bed71adf7fabe668 to your computer and use it in GitHub Desktop.
Save senoritadeveloper01/e65af48647e3a8e6bed71adf7fabe668 to your computer and use it in GitHub Desktop.
Zimbra Index Fields Properties
Field Lucene ElasticSearch
type (mimeType) store=false analyzed
l.partname Field.Store.YES Field.Index.NOT_ANALYZED store=true notAnalyzed
filename Field.Store.YES Field.Index.ANALYZED store=true analyzed
l.size Field.Store.YES Field.Index.NOT_ANALYZED store=true notAnalyzed
hasAttach Field.Store.YES Field.Index.NOT_ANALYZED_NO_NORMS store=true notAnalyzed
hasFlag Field.Store.YES Field.Index.NOT_ANALYZED_NO_NORMS store=true notAnalyzed
priority Field.Store.YES Field.Index.NOT_ANALYZED_NO_NORMS store=true notAnalyzed
from store=false analyzed
to store=false analyzed
cc store=false analyzed
env_from store=false analyzed
env_to store=false analyzed
msg_id Field.Store.NO Field.Index.NOT_ANALYZED store=false notAnalyzed
l.field store=false analyzed
nameSort Field.Store.NO Field.Index.NOT_ANALYZED store=false notAnalyzed
subject Field.Store.NO Field.Index.ANALYZED store=false analyzed
subjSort Field.Store.NO Field.Index.NOT_ANALYZED store=false notAnalyzed
l.content Field.Store.NO Field.Index.ANALYZED store=false analyzed
attachment (attachments) store=false analyzed
l.mbox_blob_id Field.Store.YES Field.Index.NOT_ANALYZED store=true notAnalyzed
l.date Field.Store.YES Field.Index.NOT_ANALYZED store=true notAnalyzed
l.contactData Field.Store.NO Field.Index.ANALYZED store=false analyzed
has (objects) Field.Store.NO Field.Index.ANALYZED store=false analyzed
l.version Field.Store.YES Field.Index.NOT_ANALYZED store=true notAnalyzed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment