Author: buildbot
Date: Fri Nov 7 13:47:18 2014
New Revision: 928284
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/jax-rs-search.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/jax-rs-search.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-search.html (original)
+++ websites/production/cxf/content/docs/jax-rs-search.html Fri Nov 7 13:47:18
2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Search
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><h1 id="JAX-RSSearch-JAX-RSSearch">JAX-RS
Search</h1><p> </p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1415357220402 {padding: 0px;}
-div.rbtoc1415357220402 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1415357220402 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1415368011042 {padding: 0px;}
+div.rbtoc1415368011042 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1415368011042 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1415357220402">
+/*]]>*/</style></p><div class="toc-macro rbtoc1415368011042">
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-JAX-RSSearch">JAX-RS Search</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-AdvancedSearchQueries">Advanced Search
Queries</a></li><li><a shape="rect"
href="#JAX-RSSearch-SupportedQueryLanguages">Supported Query Languages</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-FeedItemQueryLanguage">Feed Item Query
Language</a></li><li><a shape="rect" href="#JAX-RSSearch-OpenDataProtocol">Open
Data Protocol</a></li></ul>
@@ -131,7 +131,7 @@ div.rbtoc1415357220402 li {margin-left:
</li><li><a shape="rect"
href="#JAX-RSSearch-Mappingofquerypropertiestocolumn/fieldnames">Mapping of
query properties to column/field names</a></li><li><a shape="rect"
href="#JAX-RSSearch-SearchBean">SearchBean</a></li><li><a shape="rect"
href="#JAX-RSSearch-Convertingthequeries">Converting the queries</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-SQL">SQL</a></li><li><a shape="rect"
href="#JAX-RSSearch-JPA2.0">JPA 2.0</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-Countexpressions">Count expressions</a></li></ul>
-</li><li><a shape="rect" href="#JAX-RSSearch-Lucene">Lucene</a></li><li><a
shape="rect" href="#JAX-RSSearch-LDAP">LDAP</a></li><li><a shape="rect"
href="#JAX-RSSearch-Customvisitors">Custom visitors</a>
+</li><li><a shape="rect" href="#JAX-RSSearch-Lucene">Lucene</a></li><li><a
shape="rect" href="#JAX-RSSearch-LDAP">LDAP</a></li><li><a shape="rect"
href="#JAX-RSSearch-HBase">HBase</a></li><li><a shape="rect"
href="#JAX-RSSearch-Customvisitors">Custom visitors</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#JAX-RSSearch-Untypedconverters">Untyped converters</a></li><li><a
shape="rect" href="#JAX-RSSearch-Typedconverters">Typed
converters</a></li><li><a shape="rect"
href="#JAX-RSSearch-Customparsing">Custom parsing</a></li></ul>
</li></ul>
</li><li><a shape="rect"
href="#JAX-RSSearch-ConvertingthequerieswithQueryContext">Converting the
queries with QueryContext</a></li><li><a shape="rect"
href="#JAX-RSSearch-PlainqueriestoFIQLconversion">Plain queries to FIQL
conversion</a></li><li><a shape="rect"
href="#JAX-RSSearch-SearchExpressionsinURIPathsegments">Search Expressions in
URI Path segments</a></li><li><a shape="rect"
href="#JAX-RSSearch-Queriesinvolvingmultipleentities">Queries involving
multiple entities</a>
@@ -553,7 +553,7 @@ filter.accept(visitor.visitor());
String ldap = visitor.getQuery();
]]></script>
-</div></div><h3 id="JAX-RSSearch-Customvisitors">Custom visitors</h3><p>In
cases when a custom conversion has to be done, a converter for doing the
untyped (example, SQL) or typed (example, JPA2 TypedQuery) conversions can be
provided.</p><h4 id="JAX-RSSearch-Untypedconverters">Untyped
converters</h4><div class="code panel pdl" style="border-width: 1px;"><div
class="codeContent panelContent pdl">
+</div></div><h3 id="JAX-RSSearch-HBase">HBase</h3><p> </p><p>CXF 3.0.2
introduces an initial support for querying HBase databases. Please see <a
shape="rect" class="external-link"
href="https://fisheye6.atlassian.com/browse/cxf/rt/rs/extensions/search/src/test/java/org/apache/cxf/jaxrs/ext/search/hbase/HBaseVisitorTest.java?r=35b9209c04154bb00f1168cbeaa94314af070609"
rel="nofollow">this test</a> for more information.</p><h3
id="JAX-RSSearch-Customvisitors">Custom visitors</h3><p>In cases when a custom
conversion has to be done, a converter for doing the untyped (example, SQL) or
typed (example, JPA2 TypedQuery) conversions can be provided.</p><h4
id="JAX-RSSearch-Untypedconverters">Untyped converters</h4><div class="code
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[public class CustomSQLVisitor<T>
extends AbstractSearchConditionVisitor<T, String> {
private String tableName;