Add isIndexEncrypted flag and encryption listener. (#128)
9 files changed
tree: e0b4ef041be71849b3af383bc58b498cfd13f0ff
  1. .github/
  2. crossdc-commons/
  3. crossdc-consumer/
  4. crossdc-producer/
  5. encryption/
  6. gatling-data-prep/
  7. gatling-simulations/
  8. gradle/
  9. scripts/
  10. .asf.yaml
  11. .gitattributes
  12. .gitignore
  13. build.gradle
  14. cluster-stop.sh
  15. cluster.sh
  16. CROSSDC.md
  17. ENCRYPTION.md
  18. gradle.properties
  19. gradlew
  20. gradlew.bat
  21. LICENSE
  22. log4j2.xml
  23. manual-test.sh
  24. README.md
  25. settings.gradle
  26. SolrAndKafkaIntegrationTest.java
  27. version.props
README.md

Solr Sandbox

The solr sandbox repository serves as a place to host contributions that are not a part of core solr.

This allows for contributors to try out new ideas without affecting the main project.

The Lucene sandbox, which provides the same value for Lucene centric code, is currently a module within the main lucene-solr repository.