I am evaluating the full-text searching systems and I really need your practical experiences. Also you can suggest some that I didn't mention.

link|improve this question

50% accept rate
feedback

1 Answer

Apache Solr

Solr is a standalone Enterprise Search Server. It presents a web service layer built atop the Lucene search library, extending it to provide application users with a ready-to-use search platform. Solr brings with it operational and administrative capabilities like web services, faceting, configurable schema, caching, replication, and administrative tools for configuration, data loading, statistics, logging, cache management, and more.

See the complete feature list for more details.

It's also worth reading:

  1. Lucene vs Solr
  2. Pros & cons of full text search engine ...
  3. Choosing a stand-alone full-text search server: Sphinx or SOLR?
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.