Skip to main content

Home/ KSFR-PublicRadio/ Group items tagged solr

Rss Feed Group items tagged

Tom Johnson

Apache Lucene - Apache Solr - 0 views

  •  
    Apache Solr SolrTM is the popular, blazing fast open source enterprise search platform from the Apache LuceneTM project. Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites. Solr is written in Java and runs as a standalone full-text search server within a servlet container such as Tomcat. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like HTTP/XML and JSON APIs that make it easy to use from virtually any programming language. Solr's powerful external configuration allows it to be tailored to almost any type of application without Java coding, and it has an extensive plugin architecture when more advanced customization is required. See the complete feature list for more details. For more information about Solr, please see the Solr wiki.
Tom Johnson

Haystack - Search for Django - 0 views

  • Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be. Haystack is BSD licensed, plays nicely with third-party apps without needing to modify the source and supports Solr, Elasticsearch, Whoosh and Xapian. Get started Install the package: Latest stable (1.2.7) off PyPI: pip install django-haystack Latest dev (2.0.0-beta) off GitHub: pip install -e git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack Add haystack to your INSTALLED_APPS. Create search_indexes.py files for your models. Setup the main SearchIndex via autodiscover. Include haystack.urls to your URLconf. Search!
  •  
    Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be. Haystack is BSD licensed, plays nicely with third-party apps without needing to modify the source and supports Solr, Elasticsearch, Whoosh and Xapian. Get started Install the package: Latest stable (1.2.7) off PyPI: pip install django-haystack Latest dev (2.0.0-beta) off GitHub: pip install -e git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack Add haystack to your INSTALLED_APPS. Create search_indexes.py files for your models. Setup the main SearchIndex via autodiscover. Include haystack.urls to your URLconf. Search!
1 - 2 of 2
Showing 20 items per page