add diffbot support to admin doc

This commit is contained in:
mwells 2014-04-07 14:24:52 -07:00
parent b3fcfb1ab0
commit 41284bcf4f

View File

@ -149,7 +149,8 @@ rather your current working directory, where the 'gb' binary resides.
<li> Sorting. Sort the search results by meta tags or JSON fields that contain numbers, simply by adding something like gbsortby:price or gbrevsortby:price as a query term, assuming you have meta price tags.
<li> Easy Scaling. Add new servers to the hosts.conf file then click 'rebalance shards' to automatically rebalance the sharded data.
<li> Using &stream=1 can stream back millions of search results for a query without running out of memory.
<li> Nested boolean queries using AND, OR, NOT operators
<li> Nested boolean queries using AND, OR, NOT operators.
<li> Built-in support for <a href=http://www.diffbot.com/>diffbot.com's api</a>, which extracts various entities from web sites, like products, articles, etc.
</ul>
<br>