Skip to content

Instantly share code, notes, and snippets.

View openAccess's full-sized avatar

Bill OConnor openAccess

  • self
  • San Francisco
View GitHub Profile
@openAccess
openAccess / schema.xml
Created March 1, 2017 23:07
PLOS Solr Schema
/schema/types/comment()
SourceOptions
XPath1/ParseXSL 1.0
<!-- attribute "name" is the name of this schema and is only used for display purposes.
Applications should change this to reflect the nature of the search collection.
version="x.y" is Solr's version number for the schema syntax and semantics. It should
not normally be changed by applications.
1.3: removed optional field compress feature
1.4: default auto-phrase (QueryParser feature) to off
@openAccess
openAccess / Dockerfile
Created May 13, 2016 15:37 — forked from yefim/Dockerrun.aws.json
Build a Docker image, push it to AWS EC2 Container Registry, then deploy it to AWS Elastic Beanstalk
# Example Dockerfile
FROM hello-world