Created
August 12, 2011 08:54
-
-
Save juven/1141728 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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