Skip to content

Commit 3bd56b1

Browse files
author
Theo van Kraay
committed
edit
1 parent eae2ee7 commit 3bd56b1

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
@@ -22,7 +22,7 @@ This quickstart demonstrates how to query using Lucene Index.
2222

2323
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
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.
25-
- Connect to your cluster from [CQLSH](https://learn.microsoft.com/en-us/azure/managed-instance-apache-cassandra/create-cluster-portal#connecting-from-cqlsh).
25+
- Connect to your cluster from [CQLSH](create-cluster-portal.md#connecting-from-cqlsh).
2626

2727
## Create keyspace and table with Lucene Index
2828

@@ -61,7 +61,7 @@ This quickstart demonstrates how to query using Lucene Index.
6161
};
6262
```
6363

64-
## Insert data
64+
## Create data and search
6565

6666
Insert the following sample tweets:
6767

@@ -73,8 +73,6 @@ Insert the following sample tweets:
7373
INSERT INTO tweets (id,user,body,time,latitude,longitude) VALUES (5,'quetzal','Click my link, like my stuff!', '2023-04-01T11:21:59.001+0000', 40.3930, -3.7329);
7474
```
7575

76-
## Search data
77-
7876
1. The index you created earlier will index all the columns in the table with the specified types, and it will be refreshed once per second. Alternatively, you can explicitly refresh all the index shards with an empty search with consistency ALL:
7977

8078
```SQL

0 commit comments

Comments
 (0)