From 08db2eae42517141b8eda63c087c94d83bd95a45 Mon Sep 17 00:00:00 2001 From: Marty Schoch Date: Mon, 25 Aug 2014 11:40:58 -0400 Subject: [PATCH] added alternate build tag 'full' which will be an alias to enable all --- analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go | 2 +- analysis/token_filters/cld2/cld2_filter.go | 2 +- analysis/token_filters/cld2/cld2_filter_test.go | 2 +- config_cld2.go | 2 +- examples/beer-search/main_test.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go b/analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go index 8a43a477..3088095c 100644 --- a/analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go +++ b/analysis/analyzers/detect_lang_analyzer/detect_lang_analyzer.go @@ -7,7 +7,7 @@ // either express or implied. See the License for the specific language governing permissions // and limitations under the License. -// +build cld2 +// +build cld2 full package detect_lang_analyzer diff --git a/analysis/token_filters/cld2/cld2_filter.go b/analysis/token_filters/cld2/cld2_filter.go index 68594eab..4d1f4675 100644 --- a/analysis/token_filters/cld2/cld2_filter.go +++ b/analysis/token_filters/cld2/cld2_filter.go @@ -7,7 +7,7 @@ // either express or implied. See the License for the specific language governing permissions // and limitations under the License. -// +build cld2 +// +build cld2 full package cld2 diff --git a/analysis/token_filters/cld2/cld2_filter_test.go b/analysis/token_filters/cld2/cld2_filter_test.go index 45ace03d..0a1cc585 100644 --- a/analysis/token_filters/cld2/cld2_filter_test.go +++ b/analysis/token_filters/cld2/cld2_filter_test.go @@ -7,7 +7,7 @@ // either express or implied. See the License for the specific language governing permissions // and limitations under the License. -// +build cld2 +// +build cld2 full package cld2 diff --git a/config_cld2.go b/config_cld2.go index 1bf1e5d0..ca22c0b0 100644 --- a/config_cld2.go +++ b/config_cld2.go @@ -7,7 +7,7 @@ // either express or implied. See the License for the specific language governing permissions // and limitations under the License. -// +build cld2 +// +build cld2 full package bleve diff --git a/examples/beer-search/main_test.go b/examples/beer-search/main_test.go index ad261141..9fa2e76e 100644 --- a/examples/beer-search/main_test.go +++ b/examples/beer-search/main_test.go @@ -7,7 +7,7 @@ // either express or implied. See the License for the specific language governing permissions // and limitations under the License. -// +build cld2 +// +build cld2 full package main