Skip to content

Commit eae2ee7

Browse files
author
Theo van Kraay
committed
edit
1 parent 40103c9 commit eae2ee7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/managed-instance-apache-cassandra/search-lucene-index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This quickstart demonstrates how to query using Lucene Index.
2424
- Deploy an Azure Managed Instance for Apache Cassandra cluster. You can do this via the [portal](create-cluster-portal.md) - Lucene indexes will be enabled by default.
2525
- Connect to your cluster from [CQLSH](https://learn.microsoft.com/en-us/azure/managed-instance-apache-cassandra/create-cluster-portal#connecting-from-cqlsh).
2626

27-
## Create keyspace and table
27+
## Create keyspace and table with Lucene Index
2828

2929
1. In your `CQLSH` command window, create a keyspace and table as below:
3030

@@ -42,8 +42,6 @@ This quickstart demonstrates how to query using Lucene Index.
4242
);
4343
```
4444

45-
## Create custom secondary index using Lucene
46-
4745
1. Now create a custom secondary index on the table using Lucene Index:
4846

4947
```SQL
@@ -65,7 +63,7 @@ This quickstart demonstrates how to query using Lucene Index.
6563

6664
## Insert data
6765

68-
1. Insert the following sample tweets:
66+
Insert the following sample tweets:
6967

7068
```SQL
7169
INSERT INTO tweets (id,user,body,time,latitude,longitude) VALUES (1,'theo','Make money fast, 5 easy tips', '2023-04-01T11:21:59.001+0000', 0.0, 0.0);

0 commit comments

Comments
 (0)