Skip to content

Commit

Permalink
Merge pull request #56 from yvanzo/fuzzy-medium-format
Browse files Browse the repository at this point in the history
SEARCH-574: Make easier to type medium format
  • Loading branch information
yvanzo committed Dec 24, 2020
2 parents a8c8d59 + 08169d6 commit 30ecf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<field name="date" type="date" indexed="true" stored="false" multiValued="true" />
<field name="discids" type="int" indexed="true" stored="false" />
<field name="discidsmedium" type="int" indexed="true" stored="false" />
<field name="format" type="lowercase" indexed="true" stored="false" multiValued="true" />
<field name="format" type="strip_spaces_and_separators" indexed="true" stored="false" multiValued="true" />
<field name="laid" type="mbid" indexed="true" stored="false" multiValued="true" />
<field name="label" type="text_mult" indexed="true" stored="false" multiValued="true" />
<field name="lang" type="lowercase" indexed="true" stored="false" />
Expand Down

0 comments on commit 30ecf52

Please sign in to comment.