| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- project.name = ask_search
- project.default_charset = utf-8
- [id]
- type=id
- [cid]
- type=numeric
- [cid1]
- type=numeric
- [cid2]
- type=numeric
- [price]
- type=numeric
- [authorid]
- type=numeric
- [author]
- index=both
- [title]
- type=string
- index=both
- tokenizer = xstep(2)
- [description]
- type=string
- index=mixed
- tokenizer = default
- [supply]
- index=mixed
- [time]
- type = numeric
- [answers]
- type=numeric
- [status]
- type=numeric
- [answer]
- index=mixed
- type=string
|