mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-05-31 09:12:11 +00:00
Updated Documentation
This commit is contained in:
parent
e3556c9183
commit
dfc2999caa
BIN
site/apidocs.zip
BIN
site/apidocs.zip
Binary file not shown.
Binary file not shown.
BIN
site/reference.zip
Normal file
BIN
site/reference.zip
Normal file
Binary file not shown.
@ -836,17 +836,13 @@ http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.
|
||||
</td></tr><tr><td>
|
||||
<code class="code">In</code>
|
||||
</td><td>
|
||||
<code class="code">findByNameIn(Collection<String>
|
||||
names)
|
||||
</code>
|
||||
<code class="code">findByNameIn(Collection<String>names)</code>
|
||||
</td><td>
|
||||
<code class="code">Not Supported Yet !</code>
|
||||
</td></tr><tr><td>
|
||||
<code class="code">NotIn</code>
|
||||
</td><td>
|
||||
<code class="code">findByNameNotIn(Collection<String>
|
||||
names)
|
||||
</code>
|
||||
<code class="code">findByNameNotIn(Collection<String>names)</code>
|
||||
</td><td>
|
||||
<code class="code">Not Supported Yet !</code>
|
||||
</td></tr><tr><td>
|
||||
@ -854,8 +850,7 @@ http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.
|
||||
</td><td>
|
||||
<code class="code">findByStoreNear</code>
|
||||
</td><td>
|
||||
<code class="code">Not Supported Yet !
|
||||
</code>
|
||||
<code class="code">Not Supported Yet !</code>
|
||||
</td></tr><tr><td>
|
||||
<code class="code">True</code>
|
||||
</td><td>
|
||||
|
Binary file not shown.
@ -367,9 +367,7 @@ public void setRepository(ProductRepository repository) {
|
||||
<code>In</code>
|
||||
</entry>
|
||||
<entry>
|
||||
<code>findByNameIn(Collection<String>
|
||||
names)
|
||||
</code>
|
||||
<code>findByNameIn(Collection<String>names)</code>
|
||||
</entry>
|
||||
<entry>
|
||||
<code>Not Supported Yet !</code>
|
||||
@ -380,9 +378,7 @@ public void setRepository(ProductRepository repository) {
|
||||
<code>NotIn</code>
|
||||
</entry>
|
||||
<entry>
|
||||
<code>findByNameNotIn(Collection<String>
|
||||
names)
|
||||
</code>
|
||||
<code>findByNameNotIn(Collection<String>names)</code>
|
||||
</entry>
|
||||
<entry>
|
||||
<code>Not Supported Yet !</code>
|
||||
@ -396,8 +392,7 @@ public void setRepository(ProductRepository repository) {
|
||||
<code>findByStoreNear</code>
|
||||
</entry>
|
||||
<entry>
|
||||
<code>Not Supported Yet !
|
||||
</code>
|
||||
<code>Not Supported Yet !</code>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user