| Trees | Indices | Help |
|---|
|
|
Sensei client class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Build a Sensei request in JSON format.
Once built, a Sensei request in JSON format can be sent to a Sensei
broker using the following command:
$ curl -XPOST http://localhost:8080/sensei -d '{
"fetchStored": "true",
"from": 0,
"size": 10
}'
|
Get the source data through a list of document IDs. The input is either a list of ID numbers, or ID strings; The output is a jsonarray string; |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Dec 21 16:17:22 2011 | http://epydoc.sourceforge.net |