0
0
bleve/http/mapping/mapping_static/partials/analysis/tokenfilters/normalize_unicode.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
298 B
HTML

<div class="form-group">
<label for="tokenfilterNormalizeUnicode">Form</label>
<select class="form-control" id="tokenfilterNormalizeUnicode" ng-model="tokenfilter.form">
<option>nfc</option>
<option>nfd</option>
<option>nfkc</option>
<option>nfkd</option>
</select>
</div>