# Query: travel-sample # Flags: WordMatch RegExp # Including: ./docs-server # Excluding: *.html,*.json FTS pages modules/fts/pages/fts-creating-indexes.adoc: 229: When completed, this panel might look as follows (note that `reviews` is a field within the `hotel`-type documents of the `travel-sample` bucket whose value is a JSON object): 611: The following `curl` example demonstrates the creation of an index named `demoIndex`, on the `price` field of documents of type `product`, within the `travel-sample` bucket. 670: "sourceName": "travel-sample", modules/fts/pages/fts-demonstration-indexes.adoc: 10: This relies on three index definitions, respectively named `travel-sample-index-unstored`, `travel-sample-index-stored`, and `travel-sample-index-hotel-definition`. 21: [#travel-sample-index-unstored] 22: == Index Definition: travel-sample-index-unstored 27: "name": "travel-sample-index-unstored", 60: "sourceName": "travel-sample", 71: [#travel-sample-index-stored] 72: == Index Definition: travel-sample-index-stored 77: "name": "travel-sample-index-stored", 110: "sourceName": "travel-sample", 121: [#travel-sample-index-hotel-description] 122: == Index Definition: travel-sample-index-hotel-description 127: "name": "travel-sample-index-hotel-description", 182: "sourceName": "travel-sample", 205: "sourceName": "travel-sample", modules/fts/pages/fts-geospatial-queries.adoc: 38: The `travel-sample` bucket, provided for test and development, contains multiple documents that specify locations. 69: For information on installing the `travel-sample` bucket, see xref:manage:manage-settings/install-sample-buckets.adoc[Sample Buckets]. 233: For initial experimentation with geospatial querying, the `geo` field of documents within the `travel-sample` bucket can be specified as a child field of the `default` type mapping, as follows: modules/fts/pages/fts-performing-searches.adoc: 47: The Java SDK code-example provided in xref:java-sdk:howtos:full-text-searching-with-sdk.adoc[Searching from the SDK] contains multiple demonstration calls — each featuring a different query-combination — and makes use of three different index-definitions, related to the `travel-sample` bucket: for the code example to run successfully, the three indexes must be appropriately pre-established. modules/fts/pages/fts-query-types.adoc: 29: The JSON data refers to the `travel-sample` bucket, and assumes that demonstration full text indexes have been created, as described in xref:fts-demonstration-indexes.adoc[Demonstration Indexes]. 417: For example, if an index is created on the `travel-sample` bucket for documents of type `zucchini`, the _match all_ query returns all document IDs from the `travel-sample` bucket, even though the bucket contains no documents of type `zucchini`. modules/fts/pages/fts-searching-from-the-ui.adoc: 13: The example provided in this section assumes that you have also loaded the `travel-sample` bucket: you will perform your Full Text Search operations on the data in this bucket. 16: Once you have the appropriate credentials, and have loaded the `travel-sample` bucket, access the Couchbase Web Console by typing `+http://localhost:8091+` into the address-field at the top of your browser, and then hitting return. 55: To define a basic index on which Full Text Search can be performed, begin by entering a unique name for the index into the *Name* field, at the upper-left: for example, `travel-sample-index`. 57: Note also that the first character of the name must be an alphabetic character.) Then, use the pull-down menu provided for the *Bucket* field, at the upper-right, to specify the `travel-sample` bucket: 122: Note also the *Show Scoring* checkbox that appears prior to the entries in the *Results for travel-sample-index* panel. modules/fts/pages/fts-searching-with-the-rest-api.adoc: 54: http://localhost:8094/api/index/travel-sample-index/query \ 87: http://localhost:18094/api/index/travel-sample-index/query \ 115: http://localhost:8094/api/index/travel-sample-index/query \ 139: "travel-sample-index_666185f510578977_13aa53f3": "TooManyClauses[8550 > maxClauseCount, which is set to 1024]", 140: "travel-sample-index_666185f510578977_18572d87": "TooManyClauses[8731 > maxClauseCount, which is set to 1024]", 141: "travel-sample-index_666185f510578977_54820232": "TooManyClauses[8130 > maxClauseCount, which is set to 1024]", 142: "travel-sample-index_666185f510578977_6ddbfb54": "TooManyClauses[8694 > maxClauseCount, which is set to 1024]", 143: "travel-sample-index_666185f510578977_aa574717": "TooManyClauses[8731 > maxClauseCount, which is set to 1024]", 144: "travel-sample-index_666185f510578977_f4e0a48a": "TooManyClauses[8450 > maxClauseCount, which is set to 1024]" modules/fts/pages/fts-sorting.adoc: 84: It assumes that the `travel-sample` bucket has been loaded, and a default index has been created on it. modules/fts/pages/full-text-intro.adoc: 27: This query returns the following result (shown partially) from the FTS index scan on the travel-sample sample bucket.