<inputtype="text"id="add_default"ng-model="newField.default"placeholder="enter a default value if needed"></p>
<pclass="clearfix">
<labelclass="checkbox"for="add_stored">
<inputtype="checkbox"ng-model="newField.stored"id="add_stored"title="Full field should be stored in index."ng-true-value="'true'"ng-false-value="'false'">
stored
</label>
</p>
<pclass="clearfix">
<labelclass="checkbox"for="add_indexed">
<inputtype="checkbox"ng-model="newField.indexed"id="add_indexed"title="Field should be indexed."ng-true-value="'true'"ng-false-value="'false'">
indexed
</label>
</p>
<pclass="clearfix">
<labelclass="checkbox"for="add_docValues">
<inputtype="checkbox"ng-model="newField.docValues"id="add_docValues"title="DocValues should be stored for the field."ng-true-value="'true'"ng-false-value="'false'">
docValues
</label>
</p>
<pclass="clearfix">
<labelclass="checkbox"for="add_multiValued">
<inputtype="checkbox"ng-model="newField.multiValued"id="add_multiValued"title="Multiple values are allowed for this field."ng-true-value="'true'"ng-false-value="'false'">
multiValued
</label>
</p>
<pclass="clearfix"ng-show="adding=='field'">
<labelclass="checkbox"for="add_required">
<inputtype="checkbox"ng-model="newField.required"id="add_required"title="Field must be provided for all documents."ng-true-value="'true'"ng-false-value="'false'">
<inputtype="checkbox"ng-model="newField.omitNorms"id="add_omitNorms"title="Full field should be omitNorms in index."ng-true-value="'true'"ng-false-value="'false'">
<inputtype="checkbox"ng-model="newField.omitTermFreqAndPositions"id="add_omitTermFreqAndPositions"title="Full field should be omitTermFreqAndPositions in index."ng-true-value="'true'"ng-false-value="'false'">
omitTermFreqAndPositions
</label>
</p>
<pclass="clearfix">
<labelclass="checkbox"for="add_omitPositions">
<inputtype="checkbox"ng-model="newField.omitPositions"id="add_omitPositions"title="Full field should be omitPositions in index."ng-true-value="'true'"ng-false-value="'false'">
omitPositions
</label>
</p>
</div>
<pclass="clearfix">
<ang-click="showTermVectors=!showTermVectors">
<spanclass="add_showhide"ng-hide="showTermVectors">Show term vector options</span>
<spanclass="add_showhide open"ng-show="showTermVectors">Hide term vector options</span>
</a>
</p>
<divng-show="showTermVectors">
<pclass="clearfix">
<labelclass="checkbox"for="add_termVectors">
<inputtype="checkbox"ng-model="newField.termVectors"id="add_termVectors"title="Full field should be termVectors in index."ng-true-value="'true'"ng-false-value="'false'">
termVectors
</label>
</p>
<pclass="clearfix">
<labelclass="checkbox"for="add_termPositions">
<inputtype="checkbox"ng-model="newField.termPositions"id="add_termPositions"title="Full field should be termPositions in index."ng-true-value="'true'"ng-false-value="'false'">
termPositions
</label>
</p>
<pclass="clearfix">
<labelclass="checkbox"for="add_termOffsets">
<inputtype="checkbox"ng-model="newField.termOffsets"id="add_termOffsets"title="Full field should be termOffsets in index."ng-true-value="'true'"ng-false-value="'false'">
termOffsets
</label>
</p>
<pclass="clearfix">
<labelclass="checkbox"for="add_termPayloads">
<inputtype="checkbox"ng-model="newField.termPayloads"id="add_termPayloads"title="Full field should be termPayloads in index."ng-true-value="'true'"ng-false-value="'false'">
<inputtype="checkbox"ng-model="newField.sortMissingFirst"id="add_sortMissingFirst"title="Full field should be sortMissingFirst in index."ng-true-value="'true'"ng-false-value="'false'">
sortMissingFirst
</label>
</p>
<pclass="clearfix">
<labelclass="checkbox"for="add_sortMissingLast">
<inputtype="checkbox"ng-model="newField.sortMissingLast"id="add_sortMissingLast"title="Full field should be sortMissingLast in index."ng-true-value="'true'"ng-false-value="'false'">
sortMissingLast
</label>
</p>
</div>
<divng-repeat="error in addErrors"ng-show="addErrors"class="clearfix note error">
<buttonclass="submit"ng-click="toggleTerms()"><spanng-class="{loader:isLoadingTerms}">Load Term Info</span></button>
<br/>
<spanng-show="isCloudEnabled">N.B. Loaded from a single core - not from the whole collection.</span>
<ang-show="showTerms"ng-click="toggleAutoload()"ng-class="{on:isAutoload}"class="autoload"title="Automatically load Term Info?"><span>Autoload</span></a>
</div>
<png-show="showTerms && noTerms"class="status">Sorry, no Term Info available :(</p>
<ddclass="field"ng-class="{active: selectedType=='Field'}"ng-repeat="field in leftbar.fields"><ahref="#/{{core}}/schema?field={{field}}">{{field}}</a></dd>
<dtclass="dynamic-field"ng-class="{active: selectedType=='Dynamic Field'}"ng-show="leftbar.dynamicFields">Dynamic Field {{dynamicFields}} / {{dynamicFields.length()}}</dt>
<ddclass="dynamic-field"ng-class="{active: selectedType=='Dynamic Field'}"ng-repeat="field in leftbar.dynamicFields"><ahref="#/{{core}}/schema?dynamic-field={{field}}">{{field}}</a></dd>