Added some JavaDoc

pull/122/head
luccioman 8 years ago
parent 8d288f5dba
commit 88c062639b

@ -50,6 +50,10 @@ public interface SchemaDeclaration {
public boolean isOmitNorms();
/**
* @return true when this field is stored as a column-oriented field optimized for sorting, faceting and grouping
* @see https://cwiki.apache.org/confluence/display/solr/DocValues
*/
public boolean isDocValue();
public String getComment();

Loading…
Cancel
Save