Skip to content

Instantly share code, notes, and snippets.

@shairontoledo
Created June 27, 2011 12:02
Show Gist options
  • Save shairontoledo/1048742 to your computer and use it in GitHub Desktop.
Save shairontoledo/1048742 to your computer and use it in GitHub Desktop.
<fields>
<field name="id" type="string" indexed="true" stored="true"/>
<field name="storage_id" type="string" indexed="true" stored="true"/>
<field name="storage_path" type="string" indexed="true" stored="true"/>
<field name="object_type" type="string" indexed="true" stored="true"/>
<field name="object_id" type="string" indexed="true" stored="true"/>
<field name="related_id" type="string" indexed="true" stored="true"/>
<field name="related_type" type="string" indexed="true" stored="true"/>
<field name="related_value" type="string" indexed="true" stored="true"/>
<field name="labels" type="string" indexed="true" stored="true" multiValued="true" />
<field name="filename" type="string" indexed="true" stored="true"/>
<field name="parent_id" type="long" indexed="true" stored="true"/>
<field name="parent_path" type="string" indexed="true" stored="true"/>
<field name="kind" type="string" indexed="true" stored="true"/>
<field name="created_at" type="date" indexed="true" stored="true"/>
<field name="updated_at" type="date" indexed="true" stored="true"/>
<field name="fulltext" type="text" indexed="true" stored="true" />
<field name="fulltext_st" type="text_st" indexed="true" stored="false" />
<fields>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment