0
0
bleve/http/mapping/mapping_static/partials/analysis/tokenfilters/wordmap.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

3 lines
181 B
HTML

<select ng-model="tokenfilter.word_map" class="form-control" id="tokenfilterTokenMaps">
<option ng-repeat="tokenMap in tokenMapNames">{{tokenMap}}</option>
</select>