Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-3566

Add documentation to tell users how to create a Scorch fts index

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Critical
    • Server 5.5/Vulcan
    • Server 5.5/Vulcan
    • fts
    • None
    • DOC-S16-May18

    Description

      Hi Amarantha,

      As you know, Scorch is a new fts index scheme all set to 'DP' in Vulcan, performs better than the default up-side-down index in some cases, esp Windows. We need to educate the users on how to create a scorch index. Can you please add documentation for the same?

      One can create a 'Scorch' fts index by passing "indexType": "scorch" under "store" in the index definition like -

       
      {
        "params": {
          "store": {
            "kvStoreName": "mossStore",
            "indexType": "scorch"
          }
        },
        "name": "default_index_1",
        "planParams": {
          "numReplicas": 0,
          "maxPartitionsPerPIndex": 171
        },
        "sourceName": "default",
        "sourceUUID": "",
        "sourceType": "couchbase",
        "type": "fulltext-index",
        "uuid": ""
      }
      
      

      Thanks
      Aruna

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              tony.hillman Tony Hillman (Inactive)
              apiravi Aruna Piravi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty