
Solr
Get flash to fully experience Pearltrees
Installation von solr für TYPO3 - Mimi's Blog
Performante numerische Bereichsanfragen mit Solr 1.4/Lucene 2.9 - Sybit Blog
Suggester - Solr Wiki
A common need in search applications is suggesting query terms or phrases based on incomplete user input. These completions may come from a dictionary that is based upon the main index or upon any other arbitrary dictionary. It's often useful to be able to provide only top-N suggestions, either ranked alphabetically or according to their usefulness for an average user (e.g. popularity, or the number of returned results). Solr 3.1 includes a component called Suggester that provides this functionality.Query Syntax - SolrTutorial.com
SolrRelevancyFAQ - Solr Wiki
Relevancy is the quality of results returned from a query, encompassing both what documents are found, and their relative ranking (the order that they are returned to the user.) Should I use the standard or dismax Query Parser The standard Query Parser uses SolrQuerySyntax to specify the query via the q parameter, and it must be well formed or an error will be returned. It's good for specifying exact, arbitrarily complex queries.The DisMax Query Parser - Solr Reference Guide - Lucid Imagination
Getting Started - Solr Reference Guide - Lucid Imagination
Nested Queries in Solr
Apache Solr - Do only what matters
Install SOLR 1.4.1 on Ubuntu 10.10 Maven Maverick Multicore using Tomcat 6 Complete Guide Yodi Aditya Researcher + Traveller
The book is focused on the 3.1 version of Solr. The content is divided into ten thematic chapters, each of which consists of a few to several subsections. The book is maintained in the convention cookbook which means that it is not a guide from A to Z about Solr – it is a ready-made solutions to some of the problems that can be encountered while working with Solr. The book will include topics such as:
3.1 Cookbook | Solr Enterprise Search
Almost everyone has seen how the autocomplete feature looks like. No wonder, then, Solr provides mechanisms by which we can build such functionality. In today’s entry I will show you how you can add autocomplete mechanism using faceting. Indeks Suppose you want to show some hints to the user in the on-line store, for example you want to show products name.
and autocomplete (part 1) | Solr Enterprise Search
In the previous part I showed how the faceting mechanism can be used to achieve the autocomplete functionality. Today I’ll show you how to use a component called Suggester to implement autocomplete functionality. The begining There is one thing that you must know – Suggest component is not available in Solr version 1.4.1 and below. To start using this component you need to download 3_x or trunk version from Lucene/Solr SVN.
and autocomplete (part 2) | Solr Enterprise Search
Faceted Search with Solr | Lucid Imagination
Faceted search is the dynamic clustering of items or search results into categories that let users drill into search results (or even skip searching entirely) by any value in any field. Each facet displayed also shows the number of hits within the search that match that category. Users can then “drill down” by applying specific contstraints to the search results. Faceted search is also called faceted browsing, faceted navigation, guided navigation and sometimes parametric search. It’s easiest to understand what faceted search is through an example, appropriately from CNET Reviews, the first website to use Solr even before it had been contributed to Apache by CNET. This example is actually faceted browsing because it started with all digital cameras and not a user search.Multiple cores let you have a single Solr instance with separate configurations and indexes, with their own config and schema for very different applications, but still have the convenience of unified administration. Individual indexes are still fairly isolated, but you can manage them as a single application, create new indexes on the fly by spinning up new SolrCores, and even make one SolrCore replace another SolrCore without ever restarting your Servlet Container. See MultipleIndexes Solr1.3 Since Solr1.3 , SolrCore can optionally be managed at runtime.

