Skip to content

Commit 8f854b6

Browse files
Fixed the fragmant ID to come after the file extension
1 parent 17f0267 commit 8f854b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/howtos/pages/full-text-searching-with-sdk.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
= Search
2-
:description: You can use the Full Text Search service (FTS) to create queryable full-text indexes in Couchbase Server.
2+
:description: You can use the Search Service to create queryable full-text indexes in Couchbase Server.
33
:page-toclevels: 2
44
:page-aliases: ROOT:search-query.adoc, ROOT:full-text-searching-with-sdk.adoc
55

66
[abstract]
77
{description}
88

9-
Full Text Search or FTS allows you to create, manage and query full text indexes on JSON documents stored in Couchbase buckets.
9+
Search Service or Search allows you to create, manage and query full-text indexes on JSON documents stored in Couchbase buckets.
1010
It uses natural language processing for indexing and querying documents, provides relevance scoring on the results of your queries and has fast indexes for querying a wide range of possible text searches.
1111

1212
Some of the supported query-types include simple queries like Match and Term queries, range queries like Date Range and Numeric Range and compound queries for conjunctions, disjunctions and/or boolean queries.
1313

14-
The Full Text Search service also supports vector search from Couchbase Server 7.6 onwards.
14+
The Search Service also supports vector search from Couchbase Server 7.6 onwards.
1515

1616
== Getting Started
1717

@@ -50,7 +50,7 @@ To retrieve more results, you must explicitly define pagination settings such as
5050
5151
For information about formatting your Search query and specifying limits, see xref:server:search:search-request-params.adoc[].
5252
53-
For information about pagination in Search responses, see xref:server:fts:fts-search-response#pagination.adoc[Pagination].
53+
For information about pagination in Search responses, see xref:server:fts:fts-search-response.adoc#pagination[Pagination].
5454
====
5555

5656
== Search Queries

0 commit comments

Comments
 (0)