0
0
bleve/http/mapping/mapping_static/partials/analysis/tokenfilters/edge_ngram.html

17 lines
595 B
HTML
Raw Normal View History

<div class="form-group">
<label for="tokenfilterEdge">Edge</label>
<select class="form-control" id="tokenfilterEdge" ng-model="tokenfilter.edge">
<option>front</option>
<option>back</option>
</select>
</div>
<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>