| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- project.name = vip_ask_search
- project.default_charset = utf-8
- server.index = 8383
- server.search = 8384
- [qid]
- type=id
- [price]
- type=string
- [author]
- index=both
- [authorid]
- type=numeric
- [title]
- index=both
- [description]
- index=mixed
- [supply]
- index=mixed
- [time]
- type=numeric
- [hot]
- index=self
- type=numeric
- [status]
- index=self
- type=numeric
- [answers]
- index=self
- type=numeric
- [answer]
- index=mixed
- type=string
|