From 88c062639b3c08fdbd1810e6c6eee122ef105159 Mon Sep 17 00:00:00 2001 From: luccioman Date: Fri, 28 Apr 2017 11:36:48 +0200 Subject: [PATCH] Added some JavaDoc --- source/net/yacy/cora/federate/solr/SchemaDeclaration.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/net/yacy/cora/federate/solr/SchemaDeclaration.java b/source/net/yacy/cora/federate/solr/SchemaDeclaration.java index 179e8b84e..12ced9e77 100644 --- a/source/net/yacy/cora/federate/solr/SchemaDeclaration.java +++ b/source/net/yacy/cora/federate/solr/SchemaDeclaration.java @@ -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();