hi Sumit,

In the admin console, under 'Quota Details', you can get info about your
Search API calls and Search stored data.
If you click on 'Text Search' in the console, you can see a list of your
Search indexes and view the documents in them.

Currently there's no way to programmatically get info about the size of
your indexes (though you can list your indexes via the API).
Please file a feature request here:
  http://code.google.com/p/googleappengine/issues/list
if that's something you'd like to see.

 -Amy


On 9 July 2012 16:56, Sumit Kapoor <[email protected]> wrote:

> Hi,
>
> I had create two indexes under two different namespace (one index per
> namespace). Under each index I then added hundreds of documents. I was able
> to see the storage size for Full Test Search under the quota details page
> of my application console getting consumed, but I couldn't find away to
> access the documents and indexes from the console. Also the output of the
> stats API remained same.
>
> I used hooks while adding the documents and was able to get the document
> size then, but Is there a way to view and figure out the storage size of
> the documents that have already been added to an index ?
>
> Also is there a way to get the storage size of an index or all the indexes
> under a namespace using an API like stats ?
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/DIO9Th5G9MkJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to