fix javadoc

This commit is contained in:
kimchy 2010-09-06 01:10:46 +03:00
parent cc1eac147a
commit 243b7455e8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import static org.elasticsearch.common.collect.Lists.*;
* field1 : { },
* field2 : { fragment_size : 100, number_of_fragments : 2 },
* field3 : { number_of_fragments : 5, order : "simple", tags_schema : "styled" },
* field4 : { fragment_type : "content", pre_tags : ["openingTagA", "openingTagB"], post_tags : ["closingTag"] }
* field4 : { number_of_fragments: 0, pre_tags : ["openingTagA", "openingTagB"], post_tags : ["closingTag"] }
* }
* }
* </pre>