/[LeafOK_CVS]/fenglin/TODO/solr/schema.json
ViewVC logotype

Contents of /fenglin/TODO/solr/schema.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu Jan 22 02:54:35 2026 UTC (7 weeks, 6 days ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -0 lines
Content type: application/json
Update Solr schema

1 {
2 "add-field-type": {
3 "name": "text_zh",
4 "class": "solr.TextField",
5 "positionIncrementGap": "100",
6 "indexAnalyzer": {
7 "tokenizer": {
8 "class": "org.apache.lucene.analysis.cn.smart.HMMChineseTokenizerFactory"
9 },
10 "filter": {
11 "class": "solr.LowerCaseFilterFactory"
12 }
13 },
14 "queryAnalyzer": {
15 "tokenizer": {
16 "class": "org.apache.lucene.analysis.cn.smart.HMMChineseTokenizerFactory"
17 },
18 "filter": {
19 "class": "solr.LowerCaseFilterFactory"
20 }
21 }
22 },
23 "add-field": [
24 {
25 "name": "PostUserId",
26 "type": "pint",
27 "indexed": true,
28 "stored": true
29 },
30 {
31 "name": "PostUserName",
32 "type": "text_general",
33 "indexed": true,
34 "stored": true
35 },
36 {
37 "name": "PostUserNickName",
38 "type": "text_zh",
39 "indexed": true,
40 "stored": true
41 },
42 {
43 "name": "Credit",
44 "type": "pint",
45 "indexed": true,
46 "stored": true
47 },
48 {
49 "name": "Photo",
50 "type": "text_general",
51 "indexed": true,
52 "stored": true
53 },
54 {
55 "name": "TopicId",
56 "type": "pint",
57 "indexed": true,
58 "stored": true
59 },
60 {
61 "name": "SectionId",
62 "type": "pint",
63 "indexed": true,
64 "stored": true
65 },
66 {
67 "name": "ArticleId",
68 "type": "pint",
69 "indexed": true,
70 "stored": true
71 },
72 {
73 "name": "ArticleTitle",
74 "type": "text_zh",
75 "indexed": true,
76 "stored": true
77 },
78 {
79 "name": "ExpressionIcon",
80 "type": "pint",
81 "indexed": true,
82 "stored": true
83 },
84 {
85 "name": "PostDateTime",
86 "type": "pdate",
87 "indexed": true,
88 "stored": true
89 },
90 {
91 "name": "PostIP",
92 "type": "text_general",
93 "indexed": true,
94 "stored": true
95 },
96 {
97 "name": "Content",
98 "type": "text_zh",
99 "indexed": true,
100 "stored": true
101 },
102 {
103 "name": "Length",
104 "type": "plong",
105 "indexed": true,
106 "stored": true
107 },
108 {
109 "name": "Excerption",
110 "type": "pint",
111 "indexed": true,
112 "stored": true
113 },
114 {
115 "name": "Transship",
116 "type": "pint",
117 "indexed": true,
118 "stored": true
119 }
120 ]
121 }

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1