YUKI Hiroshi
null+****@clear*****
Wed Dec 5 13:11:29 JST 2012
YUKI Hiroshi 2012-12-05 13:11:29 +0900 (Wed, 05 Dec 2012) New Revision: 63f69025b79d3177165569d5ddeaa4dec58a067f https://github.com/groonga/gcs/commit/63f69025b79d3177165569d5ddeaa4dec58a067f Log: Don't set FacetEnabled for example index fields Modified files: bin/gcs-import-examples Modified: bin/gcs-import-examples (+4 -4) =================================================================== --- bin/gcs-import-examples 2012-12-05 13:07:59 +0900 (8269988) +++ bin/gcs-import-examples 2012-12-05 13:11:29 +0900 (b252ff2) @@ -105,20 +105,20 @@ search_endpoint=`$bin_path/gcs-describe-domain --domain-name example "$@" | grep echo "==== Adding index fields" echo "== Creating 'name' field" run $bin_path/gcs-configure-fields --domain-name example --name name --type text --option result "$@" -run $bin_path/gcs-configure-fields --domain-name example --name name --type text --option facet "$@" +#run $bin_path/gcs-configure-fields --domain-name example --name name --type text --option facet "$@" echo echo "== Creating 'address' field" run $bin_path/gcs-configure-fields --domain-name example --name address --type text --option result "$@" -run $bin_path/gcs-configure-fields --domain-name example --name address --type text --option facet "$@" +#run $bin_path/gcs-configure-fields --domain-name example --name address --type text --option facet "$@" echo echo "== Creating 'email_address' field" run $bin_path/gcs-configure-fields --domain-name example --name email_address --type text --option result "$@" -run $bin_path/gcs-configure-fields --domain-name example --name email_address --type text --option facet "$@" +#run $bin_path/gcs-configure-fields --domain-name example --name email_address --type text --option facet "$@" echo echo "== Creating 'products' field" run $bin_path/gcs-configure-fields --domain-name example --name products --type literal --option search "$@" run $bin_path/gcs-configure-fields --domain-name example --name products --type literal --option result "$@" -run $bin_path/gcs-configure-fields --domain-name example --name products --type literal --option facet "$@" +#run $bin_path/gcs-configure-fields --domain-name example --name products --type literal --option facet "$@" echo echo -------------- next part -------------- HTML����������������������������...Download