All Projects → apache → solr

apache / solr

Licence: Apache-2.0 license
Apache Solr open-source search software

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to solr

Lucene Solr
Apache Lucene and Solr open-source search software
Stars: ✭ 4,217 (+547.77%)
Mutual labels:  search-engine, information-retrieval, backend, nosql, solr, lucene
lucene
Apache Lucene open-source search software
Stars: ✭ 1,009 (+54.99%)
Mutual labels:  search-engine, information-retrieval, backend, nosql, lucene
Vectorsinsearch
Dice.com repo to accompany the dice.com 'Vectors in Search' talk by Simon Hughes, from the Activate 2018 search conference, and the 'Searching with Vectors' talk from Haystack 2019 (US). Builds upon my conceptual search and semantic search work from 2015
Stars: ✭ 71 (-89.09%)
Mutual labels:  search-engine, information-retrieval, solr, lucene
RelevancyTuning
Dice.com tutorial on using black box optimization algorithms to do relevancy tuning on your Solr Search Engine Configuration from Simon Hughes Dice.com
Stars: ✭ 28 (-95.7%)
Mutual labels:  information-retrieval, solr, lucene
Relevancyfeedback
Dice.com's relevancy feedback solr plugin created by Simon Hughes (Dice). Contains request handlers for doing MLT style recommendations, conceptual search, semantic search and personalized search
Stars: ✭ 19 (-97.08%)
Mutual labels:  search-engine, information-retrieval, solr
Querqy
Query preprocessor for Java-based search engines (Querqy Core and Solr implementation)
Stars: ✭ 122 (-81.26%)
Mutual labels:  search-engine, solr, lucene
Ik Analyzer
支持Lucene5/6/7/8+版本, 长期维护。
Stars: ✭ 112 (-82.8%)
Mutual labels:  search-engine, solr, lucene
Solrplugins
Dice Solr Plugins from Simon Hughes Dice.com
Stars: ✭ 86 (-86.79%)
Mutual labels:  information-retrieval, solr, lucene
SolrConfigExamples
Examples of Solr configuration entries for Solr plugins and Conceptual Search\Semantic Search from Simon Hughes Dice.com
Stars: ✭ 26 (-96.01%)
Mutual labels:  information-retrieval, solr, lucene
Sparkler
Spark-Crawler: Apache Nutch-like crawler that runs on Apache Spark.
Stars: ✭ 362 (-44.39%)
Mutual labels:  search-engine, information-retrieval, solr
Conceptualsearch
Train a Word2Vec model or LSA model, and Implement Conceptual Search\Semantic Search in Solr\Lucene - Simon Hughes Dice.com, Dice Tech Jobs
Stars: ✭ 245 (-62.37%)
Mutual labels:  search-engine, information-retrieval, solr
Infinispan
Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
Stars: ✭ 862 (+32.41%)
Mutual labels:  search-engine, nosql
Awesome Solr
A curated list of Awesome Apache Solr links and resources.
Stars: ✭ 69 (-89.4%)
Mutual labels:  search-engine, solr
Srchx
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
Stars: ✭ 118 (-81.87%)
Mutual labels:  search-engine, solr
Haystack
🔍 Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready neural search, question answering, semantic document search and summarization for a wide range of applications.
Stars: ✭ 3,409 (+423.66%)
Mutual labels:  search-engine, information-retrieval
Fess
Fess is very powerful and easily deployable Enterprise Search Server.
Stars: ✭ 561 (-13.82%)
Mutual labels:  search-engine, lucene
Rated Ranking Evaluator
Search Quality Evaluation Tool for Apache Solr & Elasticsearch search-based infrastructures
Stars: ✭ 134 (-79.42%)
Mutual labels:  search-engine, information-retrieval
Sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
Stars: ✭ 12,347 (+1796.62%)
Mutual labels:  search-engine, backend
Tis Solr
an enterprise search engine base on Apache Solr
Stars: ✭ 158 (-75.73%)
Mutual labels:  search-engine, solr
Examine
A .NET indexing and search engine powered by Lucene.Net
Stars: ✭ 208 (-68.05%)
Mutual labels:  search-engine, lucene

Welcome to the Apache Solr project!


Solr is the popular, blazing fast open source search platform for all your enterprise, e-commerce, and analytics needs, built on Apache Lucene.

For a complete description of the Solr project, team composition, source code repositories, and other details, please see the Solr web site at https://solr.apache.org/

Download

Downloads for Apache Solr distributions are available at https://solr.apache.org/downloads.html.

Running Solr

Installing Solr

The Reference Guide contains an entire Deployment Guide to walk you through installing Solr.

Running Solr in Docker

You can run Solr in Docker via the official image. Learn more about Solr in Docker

Running Solr on Kubernetes

Solr has official support for running on Kubernetes, in the official Docker image. Please refer to the Solr Operator home for details, tutorials and instructions.

How to Use

Solr includes a few examples to help you get started. To run a specific example, enter:

  bin/solr start -e <EXAMPLE> where <EXAMPLE> is one of:
    cloud:         SolrCloud example
    techproducts:  Comprehensive example illustrating many of Solr's core capabilities
    schemaless:    Schema-less example (schema is inferred from data during indexing)
    films:         Example of starting with _default configset and adding explicit fields dynamically    

For instance, if you want to run the techproducts example, enter:

  bin/solr start -e techproducts

For a more in-depth introduction, please check out the tutorials in the Solr Reference Guide.

Support

Get Involved

Please review CONTRIBUTING.md for information on contributing to the project.

To get involved in the developer community:

Learn more about developing Solr by reading through the developer docs in ./dev-docs source tree.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].