home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / Softcopy / DP / HP-UX / CGSTYLE / STYLE.PLC < prev    next >
Text File  |  1996-05-23  |  1KB  |  33 lines

  1. # $Id: style.plc 1.3 1995/01/18 02:33:10 edwin Exp $
  2. # Copyright (C) 1987-1994 Verity, Inc.
  3. #
  4. # Example style.plc file with default policy settings.
  5. # Everything is optional including the file itself.
  6. # Note: all options are currently commented out.
  7. $control: 1
  8. policy:
  9. {
  10.    mode: default
  11. #     /inherit = Generic              # inherits from Generic policy mode
  12.       /typical_document_size = 10000  # size of a document in words
  13. #     /instances_floor = 500000       # increase this for very large documents
  14. #     /document_throughput = 60       # rate of change of coll in docs/hour
  15. #     /document_latency = 200         # seconds between submittion and retrieval
  16. #     /partition_max_size = 32000     # document count per partition 1-65000
  17. #
  18. #  The following are other built-in modes you might want to use. Uncomment
  19. #  one set of these.
  20. #
  21. #  mode: default
  22. #    /inherit=FastSearch
  23. #  mode: default
  24. #    /inherit=BulkLoad
  25. #  mode: default
  26. #    /inherit=ReadOnly
  27. #  mode: default
  28. #    /inherit=NewsFeedIdx
  29. #  mode: default
  30. #    /inherit=NewsFeedOpt
  31. }
  32. $$
  33.