home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / Softcopy / DP / Windows / COMMON / STYLE / STYLE.PLC < prev    next >
Text File  |  1996-05-23  |  1KB  |  32 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 = 2000   # size of a document in words
  13. #     /document_throughput = 60       # rate of change of coll in docs/hour
  14. #     /document_latency = 200         # seconds between submittion and retrieval
  15. #     /partition_max_size = 32000     # document count per partition 1-65000
  16. #
  17. #  The following are other built-in modes you might want to use. Uncomment
  18. #  one set of these.
  19. #
  20. #  mode: default
  21. #    /inherit=FastSearch
  22. #  mode: default
  23. #    /inherit=BulkLoad
  24. #  mode: default
  25. #    /inherit=ReadOnly
  26. #  mode: default
  27. #    /inherit=NewsFeedIdx
  28. #  mode: default
  29. #    /inherit=NewsFeedOpt
  30. }
  31. $$
  32.