0
0
bleve/http/mapping/mapping_static/partials/analysis/tokenfilters/length.html
Steve Yen 9a09689e61 moved bleve-explorer mapping UI to bleve/http/mapping
All this work comes from Marty Schoch's bleve-explorer UI, but was
moved here for increased reusability.
2015-05-18 11:53:25 -07:00

9 lines
368 B
HTML

<div class="form-group">
<label for="tokenfilterMin">Min</label>
<input ng-model="tokenfilter.min" type="number" class="form-control" id="tokenfilterMin" placeholder="">
</div>
<div class="form-group">
<label for="tokenfilterMax">Max</label>
<input ng-model="tokenfilter.max" type="number" class="form-control" id="tokenfilterMax" placeholder="">
</div>