Skip to content

Commit

Permalink
correct typo in scripts_txt comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed May 19, 2012
1 parent f294f2e commit ee553d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/net/yacy/search/index/SolrField.java
Expand Up @@ -99,7 +99,7 @@ public enum SolrField implements net.yacy.cora.services.federated.solr.SolrField
csscount_i(SolrType.integer, true, true, "number of entries in css_tag_txt and css_url_txt"),
css_tag_txt(SolrType.text_general, true, true, true, "full css tag with normalized url"),
css_url_txt(SolrType.text_general, true, true, true, "normalized urls within a css tag"),
scripts_txt(SolrType.text_general, true, true, true, "normaluzed urls within a scripts tag"),
scripts_txt(SolrType.text_general, true, true, true, "normalized urls within a scripts tag"),
scriptscount_i(SolrType.integer, true, true, "number of entries in scripts_txt"),
frames_txt(SolrType.text_general, true, true, true, "list of all links to frames"),
framesscount_i(SolrType.integer, true, true, "number of frames_txt"),
Expand Down

0 comments on commit ee553d9

Please sign in to comment.