Solr With Ranking Algorithm
- Note: Apache Solr and Apache Lucene are trademarks of Apache Software Foundation
Menu Options
Features
- Search very accurate and relevant. Comparable to Google site search and much better than Lucene
- Two modes, Document and Product mode. Product mode enables very accurate product/retail/short text searches. Document mode enables relevant search, can be used for product searches too.
- Near Real Time Search (very high performance 10000 documents / sec )
- By default AND/OR combinations
- Very easy scoring
- Very easy to use
- Uses the popular Lucene index to rank and score
- Document, Field, Query, Query term boost
- Demo - Try searching Wikipedia, Perl, products, twitter search
- Very high NRT performance, 70000 documents / sec, search a billion document index in ms, search concurrently in RT while updating documents, scale up to 2 billion docs in a single core
- Query a 10m wikipedia index in <10 ms, scale upto 2 billion docs
- Built in AutoComplete components for autocomplete similar to google/yahoo/bing
- Fuzzy/Wildcard/Prefix/Suffix/Glob/Regular Expression query support
Contact
Solr with RankingAlgorithm
RankingAlgorithm
( if you want to add content, please send email to wiki at tgels com, write permissions have been disabled due to spam )
Note: