home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / GestionFichiers / Mo-Search / Install_Mo-Search_3.1.1_Beta2.exe / MoFS.mde / FtsApp.json < prev    next >
JavaScript Object Notation  |  2010-08-11  |  1KB

  1. {
  2.     "schema": {
  3.         "FtsAppID": "Long Integer",
  4.         "FtsAppDesc": "Text (50) NOT NULL",
  5.         "FtsAppOverview": "Text (255)"
  6.     },
  7.     "data": [
  8.         {
  9.             "FtsAppID": 0,
  10.             "FtsAppDesc": "None",
  11.             "FtsAppOverview": "No Text Indexing"
  12.         },
  13.         {
  14.             "FtsAppID": 100,
  15.             "FtsAppDesc": "Text",
  16.             "FtsAppOverview": "Text Index the filename and path, plus content of a typical text file"
  17.         },
  18.         {
  19.             "FtsAppID": 200,
  20.             "FtsAppDesc": "Adobe: Acrobat",
  21.             "FtsAppOverview": "Text Index the filename and path, plus content using Adobe Acrobat Full (Sorry: not compatible with Adobe Acrobat Reader)"
  22.         },
  23.         {
  24.             "FtsAppID": 300,
  25.             "FtsAppDesc": "Microsoft: Excel",
  26.             "FtsAppOverview": "Text Index the filename and path, plus content using Microsoft Excel"
  27.         },
  28.         {
  29.             "FtsAppID": 301,
  30.             "FtsAppDesc": "Microsoft: PowerPoint",
  31.             "FtsAppOverview": "Text Index the filename and path, plus content using Microsoft PowerPoint"
  32.         },
  33.         {
  34.             "FtsAppID": 302,
  35.             "FtsAppDesc": "Microsoft: Word",
  36.             "FtsAppOverview": "Text Index the filename and path, plus content using Microsoft Word"
  37.         },
  38.         {
  39.             "FtsAppID": 400,
  40.             "FtsAppDesc": "Binary: Executable",
  41.             "FtsAppOverview": "Text Index the filename and path, plus Executable content of a binary file (Experimental)"
  42.         },
  43.         {
  44.             "FtsAppID": 401,
  45.             "FtsAppDesc": "Binary: Document",
  46.             "FtsAppOverview": "Text Index the filename and path, plus Document content of a binary file (Experimental)"
  47.         },
  48.         {
  49.             "FtsAppID": 500,
  50.             "FtsAppDesc": "Media",
  51.             "FtsAppOverview": "Text Index the filename and path"
  52.         },
  53.         {
  54.             "FtsAppID": 700,
  55.             "FtsAppDesc": "iFilter",
  56.             "FtsAppOverview": "Text Index the filename and path, plus content using the Microsoft iFilter"
  57.         }
  58.     ]
  59. }