# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search common { document common { field uri type string { indexing: summary } field title type string { bolding: on # index-to: default, title indexing: index|summary summary-to: smallsum } field mid type int { indexing: attribute|index|summary } field scorekey type string { indexing: summary } field weight type float { indexing: attribute|summary } field w1 type float { indexing: summary } field w2 type float { indexing: summary } field did type string { indexing: attribute|index|summary } field ew type string { indexing: index|summary } annotation date { field exacttime type long { } } annotation emptyannotation {} } rank-profile default { first-phase { expression: nativeRank } } }