Subversion Repositories Applications.referentiel

Rev

Rev 384 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
382 mathias 1
{
2
  "minWordSizefor1Typo": 4,
3
  "minWordSizefor2Typos": 8,
4
  "hitsPerPage": 50,
5
  "maxValuesPerFacet": 100,
6
  "version": 2,
7
  "searchableAttributes": [
8
	"unordered(shortcuts)",
9
	"bdtfx.scientific_name",
10
	"bdtfx.common_name",
11
	"unordered(bdtfx.nomenclatural_number)",
12
	"bdtfx.synonyms",
13
	"unordered(bdtfx.supra_genus_name)",
14
	"unordered(bdtfx.year)",
384 mathias 15
	"unordered(bdtfx.biblio)",
382 mathias 16
	"apd.scientific_name",
17
	"apd.common_name",
18
	"unordered(apd.nomenclatural_number)",
19
	"apd.synonyms",
20
	"unordered(apd.supra_genus_name)",
21
	"unordered(apd.year)",
384 mathias 22
	"unordered(apd.biblio)",
382 mathias 23
	"isfan.scientific_name",
24
	"isfan.common_name",
25
	"unordered(isfan.nomenclatural_number)",
26
	"isfan.synonyms",
27
	"unordered(isfan.supra_genus_name)",
28
	"unordered(isfan.year)",
384 mathias 29
	"unordered(isfan.biblio)",
382 mathias 30
	"bdtxa.scientific_name",
31
	"bdtxa.common_name",
32
	"unordered(bdtxa.nomenclatural_number)",
33
	"bdtxa.synonyms",
34
	"unordered(bdtxa.supra_genus_name)",
384 mathias 35
	"unordered(bdtxa.year)",
36
	"unordered(bdtxa.biblio)"
382 mathias 37
  ],
38
  "numericAttributesToIndex": [
39
	  "bdtfx.year",
40
	  "apd.year",
41
	  "isfan.year",
42
	  "bdtxa.year",
43
	  "bdtfx.rank",
44
	  "apd.rank",
45
	  "isfan.rank",
46
	  "bdtxa.rank"
47
  ],
48
  "attributesToRetrieve": null,
49
  "allowTyposOnNumericTokens": false,
50
  "ignorePlurals": false,
51
  "advancedSyntax": false,
52
  "removeStopWords": false,
53
  "replaceSynonymsInHighlight": true,
54
  "distinct": false,
55
  "unretrievableAttributes": null,
56
  "optionalWords": null,
57
  "attributesForFaceting": null,
58
  "attributesToSnippet": null,
59
  "attributesToHighlight": null,
60
  "paginationLimitedTo": 1000,
61
  "attributeForDistinct": null,
62
  "exactOnSingleWordQuery": "attribute",
63
  "ranking": [
64
    "typo",
65
    "geo",
66
    "words",
67
    "filters",
68
    "proximity",
69
    "attribute",
70
    "exact",
71
    "custom"
72
  ],
73
  "customRanking": [
384 mathias 74
    "asc(bdtfx.scientific_name)",
75
	"asc(apd.scientific_name)",
76
	"asc(isfan.scientific_name)",
77
	"asc(bdtxa.scientific_name)"
382 mathias 78
  ],
79
  "separatorsToIndex": "",
80
  "removeWordsIfNoResults": "none",
81
  "queryType": "prefixLast",
82
  "highlightPreTag": "<em>",
83
  "highlightPostTag": "</em>",
84
  "snippetEllipsisText": "",
85
  "typoTolerance": "true",
86
  "alternativesAsExact": [
87
	"ignorePlurals",
88
	"singleWordSynonym"
89
  ]
90
}