ask_search.ini 442 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. project.name = ask_search
  2. project.default_charset = utf-8
  3. [id]
  4. type=id
  5. [cid]
  6. type=numeric
  7. [cid1]
  8. type=numeric
  9. [cid2]
  10. type=numeric
  11. [price]
  12. type=numeric
  13. [authorid]
  14. type=numeric
  15. [author]
  16. index=both
  17. [title]
  18. type=string
  19. index=both
  20. tokenizer = xstep(2)
  21. [description]
  22. type=string
  23. index=mixed
  24. tokenizer = default
  25. [supply]
  26. index=mixed
  27. [time]
  28. type = numeric
  29. [answers]
  30. type=numeric
  31. [status]
  32. type=numeric
  33. [answer]
  34. index=mixed
  35. type=string