Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. # Shared Properties file
  2.  
  3. #Host details an external client would use to connect to Solr
  4. solr.host=localhost
  5. #If not set then solr.port will be the jetty.port
  6. #solr.port=8983
  7. solr.baseurl=/solr
  8.  
  9. # Properties treated as identifiers when indexed
  10.  
  11. alfresco.identifier.property.0={http://www.alfresco.org/model/content/1.0}creator
  12. alfresco.identifier.property.1={http://www.alfresco.org/model/content/1.0}modifier
  13. alfresco.identifier.property.2={http://www.alfresco.org/model/content/1.0}userName
  14. alfresco.identifier.property.3={http://www.alfresco.org/model/content/1.0}authorityName
  15. alfresco.identifier.property.4={http://www.alfresco.org/model/content/1.0}lockOwner
  16.  
  17. # Suggestable Propeties
  18. #alfresco.suggestable.property.0={http://www.alfresco.org/model/content/1.0}name
  19. #alfresco.suggestable.property.1={http://www.alfresco.org/model/content/1.0}title
  20. #alfresco.suggestable.property.2={http://www.alfresco.org/model/content/1.0}description
  21. #alfresco.suggestable.property.3={http://www.alfresco.org/model/content/1.0}content
  22.  
  23. # Data types that support cross locale/word splitting/token patterns if tokenised
  24. alfresco.cross.locale.property.0={http://www.alfresco.org/model/content/1.0}name
  25. alfresco.cross.locale.property.1={http://www.alfresco.org/model/content/1.0}lockOwner
  26.  
  27. # Data types that support cross locale/word splitting/token patterns if tokenised
  28. # alfresco.cross.locale.datatype.0={http://www.alfresco.org/model/dictionary/1.0}text
  29. # alfresco.cross.locale.datatype.1={http://www.alfresco.org/model/dictionary/1.0}content
  30. # alfresco.cross.locale.datatype.2={http://www.alfresco.org/model/dictionary/1.0}mltext
  31.  
  32. alfresco.model.tracker.cron=0/10 * * * * ? *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement