*<class 'r2.lib.cloudsearch.InvalidQuery'>: (400, 'Bad Request', {u'message': u"Field 'text' is not defined in the metadata for this collection. All fields used in the match expression must be defined in the metadata.", u'code': u'CS-UnknownFieldInMatchExpression', u'severity': u'fatal'}, '/2011-02-01/search?facet-reddit-top-n=20&rank=-relevance&facet=reddit&star t=0&bq=%28field+text+%27lkl%27%29&results-type=json&size=1000', {u'rid': u'90c9b0fdba3e834b2e1c4574373558c858fe324726ffab1fe195f5fbc09a263d487beadf2 467093e', u'time-ms': 0, u'messages': [{u'message': u"Field 'text' is not defined in the metadata for this collection. All fields used in the match expression must be defined in the metadata.", u'code': u'CS-UnknownFieldInMatchExpression', u'severity': u'fatal'}], u'cpu-time-ms': 0, u'error': u'info'})*
I got this error. I don't think that I made table field well. Actually I couldn't find any document for setting up cloudsearch. Please help me.
There's no document yet available for setting up cloudsearch (you're the
first to ask about it!) but I'll be happy to help you work through the
kinks.
It looks like you've been able to connect to your search endpoint, which is
a great start. You'll want to configure the following index fields and
relevance sorts. The first dump is for the domain associated with your
CLOUDSEARCH_SEARCH_API endpoint:
Fields:
=======
author Active literal (Search
Result)
author_fullname Active literal (Search)
downs Active uint ()
flair Active text ()
Sources:
[function:Copy,name:flair_css_class,default:][function:Copy,name:flair_text ,default:]
flair_css_class Active literal (Search)
flair_text Active text ()
fullname Active text (Result)
is_self Active uint ()
nsfw Active uint ()
Sources: [function:Copy,name:over18,default:]
num_comments Active uint ()
over18 Active uint ()
reddit Active literal (Facet)
self Active uint ()
Sources: [function:Copy,name:is_self,default:]
selftext Active text ()
site Active text (Result)
sr_id Active uint ()
subreddit Active text (Result)
text Active text ()
Sources:
[function:Copy,name:title,default:][function:Copy,name:author,default:][fun ction:Copy,name:subreddit,default:][function:Copy,name:selftext,default:]
timestamp Active uint ()
title Active text (Result)
ups Active uint ()
url Active text (Result)
relevance Active (text_relevance +
1) * log10(max(1, ups - downs + num_comments))
top Active max(1, ups - downs)
This next dump is for the fields you'll want for your
CLOUDSEARCH_SUBREDDIT_SEARCH_API endpoint:
Fields:
=======
activity Active uint ()
description Active text (Result)
header_title Active text ()
language Active literal (Search)
link_type Active literal (Search)
name Active literal (Search)
nsfw Active uint ()
Sources: [function:Copy,name:over18]
over18 Active uint ()
sidebar Active text (Result)
subscribers Active uint ()
text Active text ()
Sources:
[function:Copy,name:name][function:Copy,name:title][function:Copy,name:desc ription]
title Active text (Result)
type Active literal (Search)
On Sun, Aug 19, 2012 at 12:55 AM, <kiss...@gmail.com> wrote:
> Module r2.lib.cloudsearch:*655* in _run <http://reddit.local/search?q=lkl#>
> >> <http://reddit.local/search?q=lkl#>_update*=*_update*)*
> Module r2.lib.cloudsearch:*711* in _run_cached <http://reddit.local/search?q=lkl#>
> >> <http://reddit.local/search?q=lkl#>record_stats*=*True*)*
> Module r2.lib.cloudsearch:*548* in basic_query <http://reddit.local/search?q=lkl#>
> >> <http://reddit.local/search?q=lkl#>path*,* reasons*)*
> *<class 'r2.lib.cloudsearch.InvalidQuery'>: (400, 'Bad Request',
> {u'message': u"Field 'text' is not defined in the metadata for this
> collection. All fields used in the match expression must be defined in the
> metadata.", u'code': u'CS-UnknownFieldInMatchExpression', u'severity':
> u'fatal'},
> '/2011-02-01/search?facet-reddit-top-n=20&rank=-relevance&facet=reddit&star t=0&bq=%28field+text+%27lkl%27%29&results-type=json&size=1000',
> {u'rid':
> u'90c9b0fdba3e834b2e1c4574373558c858fe324726ffab1fe195f5fbc09a263d487beadf2 467093e',
> u'time-ms': 0, u'messages': [{u'message': u"Field 'text' is not defined in
> the metadata for this collection. All fields used in the match expression
> must be defined in the metadata.", u'code':
> u'CS-UnknownFieldInMatchExpression', u'severity': u'fatal'}],
> u'cpu-time-ms': 0, u'error': u'info'})*
> I got this error. I don't think that I made table field well. Actually I
> couldn't find any document for setting up cloudsearch.
> Please help me.
> --
> You received this message because you are subscribed to the Google Groups
> "reddit-dev" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/reddit-dev/-/bsQEFqzwBocJ.
> To post to this group, send email to reddit-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> reddit-dev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/reddit-dev?hl=en.
On Tuesday, August 21, 2012 5:25:16 AM UTC+9, Keith Mitchell wrote:
> Hi,
> There's no document yet available for setting up cloudsearch (you're the > first to ask about it!) but I'll be happy to help you work through the > kinks.
> It looks like you've been able to connect to your search endpoint, which > is a great start. You'll want to configure the following index fields and > relevance sorts. The first dump is for the domain associated with your > CLOUDSEARCH_SEARCH_API endpoint:
> Fields: > ======= > author Active literal > (Search Result) > author_fullname Active literal > (Search) > downs Active uint () > flair Active text () > Sources: > [function:Copy,name:flair_css_class,default:][function:Copy,name:flair_text ,default:] > flair_css_class Active literal > (Search) > flair_text Active text () > fullname Active text > (Result) > is_self Active uint () > nsfw Active uint () > Sources: [function:Copy,name:over18,default:] > num_comments Active uint () > over18 Active uint () > reddit Active literal (Facet) > self Active uint () > Sources: [function:Copy,name:is_self,default:] > selftext Active text () > site Active text > (Result) > sr_id Active uint () > subreddit Active text > (Result) > text Active text () > Sources: > [function:Copy,name:title,default:][function:Copy,name:author,default:][fun ction:Copy,name:subreddit,default:][function:Copy,name:selftext,default:] > timestamp Active uint () > title Active text > (Result) > ups Active uint () > url Active text > (Result) > relevance Active (text_relevance + > 1) * log10(max(1, ups - downs + num_comments)) > top Active max(1, ups - downs)
> This next dump is for the fields you'll want for your > CLOUDSEARCH_SUBREDDIT_SEARCH_API endpoint:
> Fields: > ======= > activity Active uint () > description Active text > (Result) > header_title Active text () > language Active literal > (Search) > link_type Active literal > (Search) > name Active literal > (Search) > nsfw Active uint () > Sources: [function:Copy,name:over18] > over18 Active uint () > sidebar Active text > (Result) > subscribers Active uint () > text Active text () > Sources: > [function:Copy,name:name][function:Copy,name:title][function:Copy,name:desc ription] > title Active text > (Result) > type Active literal > (Search)
> On Sun, Aug 19, 2012 at 12:55 AM, <kis...@gmail.com <javascript:>> wrote:
>> Module r2.lib.cloudsearch:*655* in _run <http://reddit.local/search?q=lkl#> >> >> <http://reddit.local/search?q=lkl#>_update*=*_update*)* >> Module r2.lib.cloudsearch:*711* in _run_cached <http://reddit.local/search?q=lkl#> >> >> <http://reddit.local/search?q=lkl#>record_stats*=*True*)* >> Module r2.lib.cloudsearch:*548* in basic_query <http://reddit.local/search?q=lkl#> >> >> <http://reddit.local/search?q=lkl#>path*,* reasons*)* >> *<class 'r2.lib.cloudsearch.InvalidQuery'>: (400, 'Bad Request', >> {u'message': u"Field 'text' is not defined in the metadata for this >> collection. All fields used in the match expression must be defined in the >> metadata.", u'code': u'CS-UnknownFieldInMatchExpression', u'severity': >> u'fatal'}, >> '/2011-02-01/search?facet-reddit-top-n=20&rank=-relevance&facet=reddit&star t=0&bq=%28field+text+%27lkl%27%29&results-type=json&size=1000', >> {u'rid': >> u'90c9b0fdba3e834b2e1c4574373558c858fe324726ffab1fe195f5fbc09a263d487beadf2 467093e', >> u'time-ms': 0, u'messages': [{u'message': u"Field 'text' is not defined in >> the metadata for this collection. All fields used in the match expression >> must be defined in the metadata.", u'code': >> u'CS-UnknownFieldInMatchExpression', u'severity': u'fatal'}], >> u'cpu-time-ms': 0, u'error': u'info'})*
>> I got this error. I don't think that I made table field well. Actually I >> couldn't find any document for setting up cloudsearch. >> Please help me.
>> -- >> You received this message because you are subscribed to the Google Groups >> "reddit-dev" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/reddit-dev/-/bsQEFqzwBocJ. >> To post to this group, send email to reddi...@googlegroups.com<javascript:> >> . >> To unsubscribe from this group, send email to >> reddit-dev+...@googlegroups.com <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/reddit-dev?hl=en.
On Tue, Aug 21, 2012 at 2:10 AM, Jerry <kiss...@gmail.com> wrote:
> Thank you so much!!
> You gave me a light!
> On Tuesday, August 21, 2012 5:25:16 AM UTC+9, Keith Mitchell wrote:
>> Hi,
>> There's no document yet available for setting up cloudsearch (you're the
>> first to ask about it!) but I'll be happy to help you work through the
>> kinks.
>> It looks like you've been able to connect to your search endpoint, which
>> is a great start. You'll want to configure the following index fields and
>> relevance sorts. The first dump is for the domain associated with your
>> CLOUDSEARCH_SEARCH_API endpoint:
>> Fields:
>> =======
>> author Active literal
>> (Search Result)
>> author_fullname Active literal
>> (Search)
>> downs Active uint ()
>> flair Active text ()
>> Sources: [function:Copy,name:flair_css_**class,default:][function:Copy,**
>> name:flair_text,default:]
>> flair_css_class Active literal
>> (Search)
>> flair_text Active text ()
>> fullname Active text
>> (Result)
>> is_self Active uint ()
>> nsfw Active uint ()
>> Sources: [function:Copy,name:over18,**default:]
>> num_comments Active uint ()
>> over18 Active uint ()
>> reddit Active literal
>> (Facet)
>> self Active uint ()
>> Sources: [function:Copy,name:is_self,**default:]
>> selftext Active text ()
>> site Active text
>> (Result)
>> sr_id Active uint ()
>> subreddit Active text
>> (Result)
>> text Active text ()
>> Sources: [function:Copy,name:title,**default:][function:Copy,name:**
>> author,default:][function:**Copy,name:subreddit,default:][**
>> function:Copy,name:selftext,**default:]
>> timestamp Active uint ()
>> title Active text
>> (Result)
>> ups Active uint ()
>> url Active text
>> (Result)
>> relevance Active (text_relevance +
>> 1) * log10(max(1, ups - downs + num_comments))
>> top Active max(1, ups -
>> downs)
>> This next dump is for the fields you'll want for your
>> CLOUDSEARCH_SUBREDDIT_SEARCH_**API endpoint:
>> Fields:
>> =======
>> activity ** Active uint ()
>> description ** Active text
>> (Result)
>> header_title ** Active text ()
>> language ** Active literal
>> (Search)
>> link_type ** Active literal
>> (Search)
>> name ** Active literal
>> (Search)
>> nsfw ** Active uint ()
>> Sources: [function:Copy,name:over18]
>> over18 ** Active uint ()
>> sidebar ** Active text
>> (Result)
>> subscribers ** Active uint ()
>> text ** Active text ()
>> Sources: [function:Copy,name:name][**function:Copy,name:title][**
>> function:Copy,name:**description]
>> title ** Active text
>> (Result)
>> type ** Active literal
>> (Search)
>> On Sun, Aug 19, 2012 at 12:55 AM, <kis...@gmail.com> wrote:
>>> Module r2.lib.cloudsearch:*655* **in _run <http://reddit.local/search?q=lkl#>
>>> >> <http://reddit.local/search?q=lkl#>_update*=*_update*)*
>>> Module r2.lib.cloudsearch:*711* **in _run_cached <http://reddit.local/search?q=lkl#>
>>> >> <http://reddit.local/search?q=lkl#>record_stats*=*True*)*
>>> Module r2.lib.cloudsearch:*548* **in basic_query <http://reddit.local/search?q=lkl#>
>>> >> <http://reddit.local/search?q=lkl#>path*,* reasons*)*
>>> *<class 'r2.lib.cloudsearch.InvalidQuery'>: (400, 'Bad Request',
>>> {u'message': u"Field 'text' is not defined in the metadata for this
>>> collection. All fields used in the match expression must be defined in the
>>> metadata.", u'code': u'CS-UnknownFieldInMatchExpression', u'severity':
>>> u'fatal'}, '/2011-02-01/search?facet-reddit-top-n=20&rank=-
>>> relevance&facet=reddit&start=0&bq=%28field+text+%27lkl%27%
>>> 29&results-type=json&size=1000', {u'rid': u'
>>> 90c9b0fdba3e834b2e1c4574373558c858fe324726ffab1fe195f5fbc09a263d487beadf246 7093e',
>>> u'time-ms': 0, u'messages': [{u'message': u"Field 'text' is not defined in
>>> the metadata for this collection. All fields used in the match expression
>>> must be defined in the metadata.", u'code': u'CS-
>>> UnknownFieldInMatchExpression', u'severity': u'fatal'}],
>>> u'cpu-time-ms': 0, u'error': u'info'})*
>>> I got this error. I don't think that I made table field well. Actually I
>>> couldn't find any document for setting up cloudsearch.
>>> Please help me.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "reddit-dev" group.
>>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/reddit-dev/-/bsQEFqzwBocJ<https://groups.google.com/d/msg/reddit-dev/-/bsQEFqzwBocJ>
>>> .
>>> To post to this group, send email to reddi...@googlegroups.com.
>>> To unsubscribe from this group, send email to reddit-dev+...@**
>>> googlegroups.com.
Thank you for this valuable resource, I used this combined with that other comment in reddit and I think I almost made the search wrong. I am currently waiting for the Amazon to "load" the search things.
I have one question though, "relevance Active (text_relevance + 1) * log10(max(1, ups - downs + num_comments)) top Active max(1, ups - downs)"
In the first cloudsearch intance, what are those values "(text_relevance + 1) * log10(max(1, ups - downs + num_comments))" and "max(1, ups - downs)", where do you input them? I followed the previous one with great success, you specified type, "tickmarks" and formulas, but for those two fields you havent specified those information. I tried UINTS, since they seem logical, but can't figure where to put that "formula".
On Tuesday, August 21, 2012 7:16:52 PM UTC+2, Keith Mitchell wrote:
> Always glad to help.
> On Tue, Aug 21, 2012 at 2:10 AM, Jerry <kis...@gmail.com <javascript:>>wrote:
>> Thank you so much!!
>> You gave me a light!
>> On Tuesday, August 21, 2012 5:25:16 AM UTC+9, Keith Mitchell wrote:
>>> Hi,
>>> There's no document yet available for setting up cloudsearch (you're the >>> first to ask about it!) but I'll be happy to help you work through the >>> kinks.
>>> It looks like you've been able to connect to your search endpoint, which >>> is a great start. You'll want to configure the following index fields and >>> relevance sorts. The first dump is for the domain associated with your >>> CLOUDSEARCH_SEARCH_API endpoint:
>>> Fields: >>> ======= >>> author Active literal >>> (Search Result) >>> author_fullname Active literal >>> (Search) >>> downs Active uint () >>> flair Active text () >>> Sources: [function:Copy,name:flair_css_**class,default:][function:Copy,* >>> *name:flair_text,default:] >>> flair_css_class Active literal >>> (Search) >>> flair_text Active text () >>> fullname Active text >>> (Result) >>> is_self Active uint () >>> nsfw Active uint () >>> Sources: [function:Copy,name:over18,**default:] >>> num_comments Active uint () >>> over18 Active uint () >>> reddit Active literal >>> (Facet) >>> self Active uint () >>> Sources: [function:Copy,name:is_self,**default:] >>> selftext Active text () >>> site Active text >>> (Result) >>> sr_id Active uint () >>> subreddit Active text >>> (Result) >>> text Active text () >>> Sources: [function:Copy,name:title,**default:][function:Copy,name:** >>> author,default:][function:**Copy,name:subreddit,default:][** >>> function:Copy,name:selftext,**default:] >>> timestamp Active uint () >>> title Active text >>> (Result) >>> ups Active uint () >>> url Active text >>> (Result) >>> relevance Active (text_relevance >>> + 1) * log10(max(1, ups - downs + num_comments)) >>> top Active max(1, ups - >>> downs)
>>> This next dump is for the fields you'll want for your >>> CLOUDSEARCH_SUBREDDIT_SEARCH_**API endpoint:
>>> Fields: >>> ======= >>> activity ** Active uint () >>> description ** Active text >>> (Result) >>> header_title ** Active text () >>> language ** Active literal >>> (Search) >>> link_type ** Active literal >>> (Search) >>> name ** Active literal >>> (Search) >>> nsfw ** Active uint >>> () Sources: [function:Copy,name:over18] >>> over18 ** Active uint () >>> sidebar ** Active text >>> (Result) >>> subscribers ** Active uint () >>> text ** Active text >>> () Sources: [function:Copy,name:name][**function:Copy,name:title][** >>> function:Copy,name:**description] >>> title ** Active text >>> (Result) >>> type ** Active literal >>> (Search)
>>> On Sun, Aug 19, 2012 at 12:55 AM, <kis...@gmail.com> wrote:
>>>> Module r2.lib.cloudsearch:*655* **in _run <http://reddit.local/search?q=lkl#> >>>> >> <http://reddit.local/search?q=lkl#>_update*=*_update*)* >>>> Module r2.lib.cloudsearch:*711* **in _run_cached <http://reddit.local/search?q=lkl#> >>>> >> <http://reddit.local/search?q=lkl#>record_stats*=*True*)* >>>> Module r2.lib.cloudsearch:*548* **in basic_query <http://reddit.local/search?q=lkl#> >>>> >> <http://reddit.local/search?q=lkl#>path*,* reasons*)* >>>> *<class 'r2.lib.cloudsearch.InvalidQuery'>: (400, 'Bad Request', >>>> {u'message': u"Field 'text' is not defined in the metadata for this >>>> collection. All fields used in the match expression must be defined in the >>>> metadata.", u'code': u'CS-UnknownFieldInMatchExpression', u'severity': >>>> u'fatal'}, '/2011-02-01/search?facet-reddit-top-n=20&rank=- >>>> relevance&facet=reddit&start=0&bq=%28field+text+%27lkl%27% >>>> 29&results-type=json&size=1000', {u'rid': u' >>>> 90c9b0fdba3e834b2e1c4574373558c858fe324726ffab1fe195f5fbc09a263d487beadf246 7093e', >>>> u'time-ms': 0, u'messages': [{u'message': u"Field 'text' is not defined in >>>> the metadata for this collection. All fields used in the match expression >>>> must be defined in the metadata.", u'code': u'CS- >>>> UnknownFieldInMatchExpression', u'severity': u'fatal'}], >>>> u'cpu-time-ms': 0, u'error': u'info'})*
>>>> I got this error. I don't think that I made table field well. Actually >>>> I couldn't find any document for setting up cloudsearch. >>>> Please help me.
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "reddit-dev" group. >>>> To view this discussion on the web visit https://groups.google.com/d/** >>>> msg/reddit-dev/-/bsQEFqzwBocJ<https://groups.google.com/d/msg/reddit-dev/-/bsQEFqzwBocJ> >>>> . >>>> To post to this group, send email to reddi...@googlegroups.com. >>>> To unsubscribe from this group, send email to reddit-dev+...@** >>>> googlegroups.com.
> Thank you for this valuable resource, I used this combined with that other
> comment in reddit and I think I almost made the search wrong. I am
> currently waiting for the Amazon to "load" the search things.
> I have one question though,
> "relevance Active (text_relevance
> + 1) * log10(max(1, ups - downs + num_comments))
> top Active max(1, ups -
> downs)"
> In the first cloudsearch intance, what are those values "(text_relevance
> + 1) * log10(max(1, ups - downs + num_comments))" and "max(1, ups -
> downs)", where do you input them? I followed the previous one with great
> success, you specified type, "tickmarks" and formulas, but for those two
> fields you havent specified those information. I tried UINTS, since they
> seem logical, but can't figure where to put that "formula".
> Could you maybe assist me with this?
> Thanks!
> On Tuesday, August 21, 2012 7:16:52 PM UTC+2, Keith Mitchell wrote:
>> Always glad to help.
>> On Tue, Aug 21, 2012 at 2:10 AM, Jerry <kis...@gmail.com> wrote:
>>> Thank you so much!!
>>> You gave me a light!
>>> On Tuesday, August 21, 2012 5:25:16 AM UTC+9, Keith Mitchell wrote:
>>>> Hi,
>>>> There's no document yet available for setting up cloudsearch (you're
>>>> the first to ask about it!) but I'll be happy to help you work through the
>>>> kinks.
>>>> It looks like you've been able to connect to your search endpoint,
>>>> which is a great start. You'll want to configure the following index fields
>>>> and relevance sorts. The first dump is for the domain associated with your
>>>> CLOUDSEARCH_SEARCH_API endpoint:
>>>> Fields:
>>>> =======
>>>> author Active literal
>>>> (Search Result)
>>>> author_fullname Active literal
>>>> (Search)
>>>> downs Active uint ()
>>>> flair Active text ()
>>>> Sources: [function:Copy,name:flair_css_****
>>>> class,default:][function:Copy,****name:flair_text,default:]
>>>> flair_css_class Active literal
>>>> (Search)
>>>> flair_text Active text ()
>>>> fullname Active text
>>>> (Result)
>>>> is_self Active uint ()
>>>> nsfw Active uint ()
>>>> Sources: [function:Copy,name:over18,**def**ault:]
>>>> num_comments Active uint ()
>>>> over18 Active uint ()
>>>> reddit Active literal
>>>> (Facet)
>>>> self Active uint ()
>>>> Sources: [function:Copy,name:is_self,**de**fault:]
>>>> selftext Active text ()
>>>> site Active text
>>>> (Result)
>>>> sr_id Active uint ()
>>>> subreddit Active text
>>>> (Result)
>>>> text Active text ()
>>>> Sources: [function:Copy,name:title,**defa**ult:][function:Copy,name:**
>>>> autho**r,default:][function:**Copy,**name:subreddit,default:][**funct**
>>>> ion:Copy,name:selftext,**default**:]
>>>> timestamp Active uint ()
>>>> title Active text
>>>> (Result)
>>>> ups Active uint ()
>>>> url Active text
>>>> (Result)
>>>> relevance Active (text_relevance
>>>> + 1) * log10(max(1, ups - downs + num_comments))
>>>> top Active max(1, ups -
>>>> downs)
>>>> This next dump is for the fields you'll want for your
>>>> CLOUDSEARCH_SUBREDDIT_SEARCH_**A**PI endpoint:
>>>> Fields:
>>>> =======
>>>> activity **** Active
>>>> uint ()
>>>> description **** Active
>>>> text (Result)
>>>> header_title **** Active
>>>> text ()
>>>> language **** Active
>>>> literal (Search)
>>>> link_type **** Active
>>>> literal (Search)
>>>> name **** Active
>>>> literal (Search)
>>>> nsfw **** Active
>>>> uint () Sources: [function:Copy,name:over18]
>>>> over18 **** Active
>>>> uint ()
>>>> sidebar **** Active
>>>> text (Result)
>>>> subscribers **** Active
>>>> uint ()
>>>> text **** Active
>>>> text () Sources: [function:Copy,name:name][**func**
>>>> tion:Copy,name:title][**function**:Copy,name:**description]
>>>> title **** Active
>>>> text (Result)
>>>> type **** Active
>>>> literal (Search)
>>>> On Sun, Aug 19, 2012 at 12:55 AM, <kis...@gmail.com> wrote:
>>>>> Module r2.lib.cloudsearch:*655* ****in _run <http://reddit.local/search?q=lkl#>
>>>>> >> <http://reddit.local/search?q=lkl#>_update*=*_update*)*
>>>>> Module r2.lib.cloudsearch:*711* ****in _run_cached <http://reddit.local/search?q=lkl#>
>>>>> >> <http://reddit.local/search?q=lkl#>record_stats*=*True*)*
>>>>> Module r2.lib.cloudsearch:*548* ****in basic_query <http://reddit.local/search?q=lkl#>
>>>>> >> <http://reddit.local/search?q=lkl#>path*,* reasons*)*
>>>>> *<class 'r2.lib.cloudsearch.InvalidQuery'>: (400, 'Bad Request',
>>>>> {u'message': u"Field 'text' is not defined in the metadata for this
>>>>> collection. All fields used in the match expression must be defined in the
>>>>> metadata.", u'code': u'CS-UnknownFieldInMatchExpression',
>>>>> u'severity': u'fatal'}, '/2011-02-01/search?facet-redd
>>>>> it-top-n=20&rank=-relevance&facet=reddit&start=0&bq=%
>>>>> 28field+text+%27lkl%27%29&results-type=json&size=1000', {u'rid': u'
>>>>> 90c9b0fdba3e834b2e1c4574373558c858fe324726ffab1fe195f5fbc09a263d487beadf246 7093e',
>>>>> u'time-ms': 0, u'messages': [{u'message': u"Field 'text' is not defined in
>>>>> the metadata for this collection. All fields used in the match expression
>>>>> must be defined in the metadata.", u'code': u'CS-
>>>>> UnknownFieldInMatchExpression', u'severity': u'fatal'}],
>>>>> u'cpu-time-ms': 0, u'error': u'info'})*
>>>>> I got this error. I don't think that I made table field well. Actually
>>>>> I couldn't find any document for setting up cloudsearch.
>>>>> Please help me.
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "reddit-dev" group.
>>>>> To view this discussion on the web visit https://groups.google.com/d/* >>>>> *ms**g/reddit-dev/-/bsQEFqzwBocJ<https://groups.google.com/d/msg/reddit-dev/-/bsQEFqzwBocJ>
>>>>> .
>>>>> To post to this group, send email to reddi...@googlegroups.com.
>>>>> To unsubscribe from this group, send email to reddit-dev+...@**
>>>>> googlegroups.**com.