Skip to content

Commit 57ad6b5

Browse files
committed
Automatic commit from ReadMe
1 parent 214ac4c commit 57ad6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-grid/cache-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Ignite also supports text-based queries based on Lucene indexing.
123123
[block:api-header]
124124
{
125125
"type": "basic",
126-
"title": "Query Configuration By Annotations"
126+
"title": "Query Configuration by Annotations"
127127
}
128128
[/block]
129129
Indexes can be configured from code by using `@QuerySqlField` annotations. To tell Ignite which types should be indexed, key-value pairs can be passed into `CacheConfiguration.setIndexedTypes(MyKey.class, MyValue.class)` method. Note that this method accepts only pairs of types, one for key class and another for value class.
@@ -141,7 +141,7 @@ Indexes can be configured from code by using `@QuerySqlField` annotations. To te
141141
[block:api-header]
142142
{
143143
"type": "basic",
144-
"title": "Query Configuration By CacheTypeMetadata"
144+
"title": "Query Configuration by CacheTypeMetadata"
145145
}
146146
[/block]
147147
Indexes and fields also could be configured with `org.apache.ignite.cache.CacheTypeMetadata`.

0 commit comments

Comments
 (0)