mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Co-authored-by: alfresco-engineering-contributor[bot] <293808901+alfresco-engineering-contributor[bot]@users.noreply.github.com>
Alfresco Solr Application
TODO Add project description.
How to build
Build:
mvn clean install
How to test
mvn test
or
mvn test -Dtest={testname}
Project Layout
.
├── /README.md # Readme file.
├── /pom.xml # Project configuration and meta data.
├── /src # Project folder.
| ├── /main # Main application folder.
| | ├── /java # Application code.
| | ├── /resources # Application resource.
| | | ├── /solr # Solr resource.
| | ├── /webapp # Web application code.
| ├── /test/ # Test folder.
| | ├── /java # Java test folder.
| | ├── /resources # Test resource directory.
| | | ├── /test-files # Solr test data directory and test solr location.