Skip to content

Instantly share code, notes, and snippets.

@juven
Created August 12, 2011 08:54
Show Gist options
  • Save juven/1141728 to your computer and use it in GitHub Desktop.
Save juven/1141728 to your computer and use it in GitHub Desktop.
<field name="path" type="string" indexed="false" stored="true" required="true" multiValued="false"/>
<field name="subPath" type="string" indexed="false" stored="true" required="false" multiValued="false"/>
<field name="sha1" type="hash" indexed="true" stored="true" required="false" multiValued="false"/>
<!-- Number of files an archive (if it is) contains, archive of archive is only counted as 1. -->
<field name="size" type="int" indexed="false" stored="true" required="false" multiValued="false"/>
<!-- If the file is in an Archive Of Archive. -->
<field name="nested" type="boolean" indexed="true" stored="true" multiValued="false"/>
<!-- last modified timestamp of the file itself. -->
<field name="f_time" type="long" indexed="false" stored="true" multiValued="false"/>
<!-- last modified timestamp of the inner level archive containing this file. -->
<field name="a_time" type="long" indexed="false" stored="true" multiValued="false"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment