{"id":24458611,"url":"https://github.com/headwirecom/aem-solr-search","last_synced_at":"2025-04-13T04:07:54.762Z","repository":{"id":20721103,"uuid":"24005183","full_name":"headwirecom/aem-solr-search","owner":"headwirecom","description":"AEM Solr Search","archived":false,"fork":false,"pushed_at":"2022-05-30T09:36:01.000Z","size":900,"stargazers_count":51,"open_issues_count":5,"forks_count":42,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-04-13T04:07:48.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/headwirecom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-13T20:38:51.000Z","updated_at":"2024-04-25T10:41:40.000Z","dependencies_parsed_at":"2022-08-21T21:20:46.116Z","dependency_job_id":null,"html_url":"https://github.com/headwirecom/aem-solr-search","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-solr-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-solr-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-solr-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-solr-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/headwirecom","download_url":"https://codeload.github.com/headwirecom/aem-solr-search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661705,"owners_count":21141450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-21T03:15:11.037Z","updated_at":"2025-04-13T04:07:54.736Z","avatar_url":"https://github.com/headwirecom.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"aem solr search relies on a deprecated dependency (cqblueprints) - as such please consider migrating off aem-solr-search\n\nAbout AEM Solr Search\n=====================\n\nAEM Solr Search provides an intergration between AEM (CQ) and Apache Solr. It includes the following features:\n\n* SolrJ OSGi bundle - `aemsolrsearch-solrj`\n* Suite of search UI components (e.g., facets, search input fields, pagination, etc.)\n* Server-side query proxy\n* Quick start Solr distributions for development use\n    * Apache Solr 4.10.4 - `aemsolrsearch-quickstart`\n    * Apache Solr 5.4.1 - `aemsolrsearch-vagrant`\n* Geometrixx Media sample integration.\n\nNote: This README uses Google Analytics for tracking site visits using: [![Analytics](https://ga-beacon.appspot.com/UA-72395016-2/headwirecom/aem-solr-search/readme)](https://github.com/igrigorik/ga-beacon)\n\n\nRequirements\n------------\n\n* Java 7 or greater\n* Adobe AEM 6.1 or greater (with the Geometrixx Media Site)\n* Maven 3.2.x\n\n\nGetting Started\n---------------\n\nThese instructions assume that AEM is running on localhost on port 4502 with the default admin/admin credentials.\n\n1. Start AEM.\n\n2. Deploy AEM Solr Search by running the following from the root project. This will deploy the core AEM Solr Search application framework.\n\n        $ mvn clean install -Pauto-deploy-all\n        \n3. Deploy the Geometrixx Media sample bundles. \n\n        $ mvn install -Pauto-deploy-geo\n        $ mvn install -Pauto-deploy-sample\n\n4. Start Jetty. This will take sometime the first time, as Solr will be fetched from a Maven repository.\n\n        $ cd aemsolrsearch-quickstart\n        $ mvn clean resources:resources jetty:run\n    \n5. In another terminal window run the index script.\n\n        $ cd ../aemsolrsearch-geometrixx-media-sample\n        $ ./index-geometrixx-media-articles.sh\n\n6. Open a browser and visit:\n    * Sample Geometrixx Media Search Page: [http://localhost:4502/content/aemsolrsearch/aem-solr-search.html](http://localhost:4502/content/aemsolrsearch/aem-solr-search.html)\n    * Solr: [http://localhost:8888/solr/](http://localhost:8888/solr/)\n\n\nSolrCloud 5.x Demo\n------------------\n\nAEM Solr Search 2.0 now supports multiple deployment options. The _Getting Started_ section described the traditional standalone Solr deployment for for Solr 4.x.\n\nIf you would like to try Solr 5 in SolrCloud mode, perform the following:\n\n1. Ensure that steps 1-3 are complete in the _Getting Started_ section.\n\n2. Since Solr 5 is no longer packaged as a WAR file, we can no longer use the AEM Solr Search Quickstart project (`aemsolrsearch-quickstart`). \n   However, we wanted to provided a working runtime. We opted for Vagrant and VirtualBox as our virtualization solution. Simply refer to\n   `aemsolrsearch-vagrant/README.md`, perform the steps described, and then return to these instructions.\n   \n3. In a browser, visit http://localhost:4502/system/console/configMgr and edit the _AEM Solr Search - Solr Configuration Service_ and set \n   `solr.mode` to _SolrCloud_ and set `solr.master` to one of the nodes in the cluster (i.e., `http://localhost:8983/solr`). \n   Currently, the proxy does not detect the set of active nodes in Zookeeper.\n   \n4. Trigger a real-time index by creating a Geometrixx Media Article page or by running:\n\n        $ cd aemsolrsearch-geometrixx-media-sample\n        $ ./index-geometrixx-media-articles-solrcloud.sh\n\nFor More Information\n--------------------\n\nSend an email to \u003caemsolr@headwire.com\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadwirecom%2Faem-solr-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheadwirecom%2Faem-solr-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadwirecom%2Faem-solr-search/lists"}