• Products
    • Overview
    • LucidWorks Search Platform
      • Features and Benefits
      • Technical Overview
      • Only with LucidWorks
      • LucidWorks and Solr
      • White Papers
      • LucidWorks Enterprise
      • LucidWorks Cloud
      • LucidWorks Big Data
    • Apache Releases
      • Apache Solr 4.0-dev
      • Apache Lucene
  • Support & Services
    • Overview
    • Support
    • Lucid University
    • ExpertLink Advisory
    • Consulting
    • Partners
    • Subscriptions
  • Why Lucid?
    • Why Lucid?
    • Technology
    • Who uses Lucene/Solr?
      • What customers are saying
    • Case Studies
    • Whitepapers
    • Demos
    • Webinars
  • Blog
  • DevZone
    • DevZone Overview
    • Forums (LWE)
    • Videos & Podcasts
      • How To's
      • Screencasts
      • Podcasts
      • Conference Videos
    • Technical Articles
      • Whitepapers
    • Reference Materials
      • Documentation
      • Solr Reference Guide
      • Solr & LucidWorks Matrix
      • Tutorials
    • Events
      • Lucene Revolution
      • Tradeshows & Conferences
      • Meet Ups
    • Code & Test
  • Downloads
  • About Us
    • Management
    • Board of Directors
    • Apache Lucene/Solr Committers
    • Careers
    • News
      • Media Coverage
      • Press Releases
    • Contact Us
Sign Up or Log In
Home . Blog

Blog

SolrCloud is Coming (and looking to mix in even more ‘NoSQL’)

By Mark MillerJanuary 23, 2012

The second phase of SolrCloud has been in full swing for a couple of months now and it looks like we are going to be able to commit this work to trunk very soon! In Phase1 we built on top of Solr’s distributed search capabilities and added cluster state, central config, and built-in read side fault tolerance. Phase 2 is even more ambitious and focuses on the write side. We are talking full-blown fault tolerance for reads …

Read more

Lucene/Solr 3.5 Released

By Mark MillerNovember 28, 2011

Official release announcement for Lucene/Solr 3.5:

November 27 2011, Apache Lucene™ 3.5.0 available

 

The Lucene PMC is pleased to announce the release of Apache Lucene 3.5.0.

 

Apache Lucene is a high-performance, full-featured text search engine

library written entirely in Java. It is a technology suitable for nearly

any application that requires full-text search, especially cross-platform.

 

This release contains numerous bug fixes, optimizations, and

improvements, some of which are highlighted below.  The release…

Read more

NearRealTime Search in Solr 4

By Mark MillerSeptember 4, 2011

Now that NearRealTime search in Solr trunk has had a bit of time to bake, I’m starting to document how to take advantage of it on the Solr wiki: http://wiki.apache.org/solr/NearRealtimeSearch…

Read more

Running Solr as a Service on Linux

By Mark MillerAugust 10, 2011

Let’s install Solr as a service on Linux. I’m using Ubuntu 11.04.

 

First download the latest version of Solr from (3.3 as of this writing): http://www.apache.org/dyn/closer.cgi/lucene/solr/

 

Extract the compressed zip or tgz file to where you would like Solr to live.

 

Currently, I like using runit to run Linux services. http://smarden.org/runit/

 

Install runit with: sudo apt-get install runit


 

Create a new service directory.

 

 

 

Create a new shell …

Read more

Benchmarking the new Solr ‘Near Realtime’ Improvements.

By Mark MillerJuly 11, 2011

I’ve been working on integrating Solr into the Lucene benchmark module, and I’ve gotten the code to the point of being able to run some decent Solr NRT tests. I recently worked on re-architecting the Solr UpdateHandler as well, and I’m keen to look more deeply at some of the results of those changes. The updates to the UpdateHandler provided a series of benefits, most of which significantly improve Solr’s ability to do NRT without …

Read more

Solr Dev Diary: Solr and Near Real-Time Search

By Mark MillerApril 9, 2011

Solr’s UpdateHandler has gotten a little crusty. Many of the implementation details are there due to old,  tired,  and removed requirements and functions. For those that do not know, documents that you add to Solr are actually put into the index by the UpdateHandler.

There are two details about the current UpdateHandler implementation that are particularly limiting.

First, Solr uses it’s own lock’s on top of Lucene, adding a courser, unnecessary layer of locking on …

Read more

Garbage Collection Bootcamp 1.0

By Mark MillerMarch 27, 2011

Table Of Contents

  • What is Garbage Collection
  • Tuning Garbage Collection
  • The Garbage Collectors
  • Choosing a Collector

What is Garbage Collection

Garbage collection in Java is the processes of freeing the dynamic memory used by objects that are no longer being used by an application. In languages such as or C or C++, the developer is often responsible for managing dynamic memory (using malloc and free or new and delete). However, in Java, this task is left …

Read more

[ANNOUNCE] Solr 1.4.1 Released

By Mark MillerJune 28, 2010

Apache Solr 1.4.1 has been released and is now available for public
download!
http://www.apache.org/dyn/closer.cgi/lucene/solr/

Solr is the popular, blazing fast open source enterprise search
platform from the Apache Lucene project. Its major features include
powerful full-text search, hit highlighting, faceted search, dynamic
clustering, database integration, and rich document (e.g., Word, PDF)
handling. Solr is highly scalable, providing distributed search and
index replication, and it powers the search and navigation features of
many of the world’s …

Read more

[ANNOUNCE] Release of Lucene Java 3.0.2 and 2.9.3

By Mark MillerJune 18, 2010

Hello Lucene users,

On behalf of the Lucene development community I would like to announce the
release of Lucene Java versions 3.0.2 and 2.9.3:

Both releases fix bugs in the previous versions:

- 2.9.3 is a bugfix release for the Lucene Java 2.x series, based on Java
1.4.
- 3.0.2 has the same bug fix level but is for the Lucene Java 3.x series,
based on Java 5.

New users of Lucene are advised to …

Read more

Lucene and Solr Development Have Merged

By Mark MillerMarch 26, 2010

The Lucene community has recently decided to merge the development of two of its sub-projects – Lucene->Java and Lucene->Solr. Both code bases now sit under the same trunk in svn and Solr actually runs straight off the latest Lucene code at all times. This is just a merge of development though. Release artifacts will remain separate: Lucene will remain a core search engine Java library and Solr will remain a search server built on top …

Read more

« Older Posts
  • Recent Posts

    • Lucene Revolution 2012: Presentation slides are now available
    • Calling all Big Data analysts
    • Stump The Chump Updates
    • Once a Chump, Always a Chump
    • What is the big deal about BIG DATA?
    • Cloud Search: a David and Goliath battle
    • Lucene / Solr 3.6 released
    • What is Big Data? More importantly, what is Big Data not?
    • Memory comparisons between Solr 3x and trunk
    • Dates, date boosting, and NOW
  • Archives

    • May 2012
    • April 2012
    • March 2012
    • February 2012
    • January 2012
    • December 2011
  • Tags

    acts_as_solr apache Apache Mahout best practices Big data chump Cloud Computing code4lib dismax drupal enterprise search Erik Hatcher field collapsing frange function query Grant Ingersoll hoss isfdb Lucene lucene revolution lucid imagination lucidworks Mahout Marc Krellenstein Mark Miller memory Open Source Open Source Search qparser query parser Rails result grouping Richmond Ruby schema design sint Solr solr 3.1 solr 4.0 solr cloud sortable spatial search Tika unstructured search VA
  • Contact Us
  • About Lucid Imagination
  • Help & Support
  • Training
  • Privacy Policy
  • Legal Terms of Use
  • Copyrights and Disclaimers
  • Log in

Apache Solr, Solr, Apache Lucene, Lucene and their logos are trademarks of the Apache Software Foundation.

© 2011 Lucid Imagination. All Right reserved.