You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/03/01 23:59:13 UTC

[Solr Wiki] Update of "FrontPage" by HossMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "FrontPage" page has been changed by HossMan.
The comment on this change is: Update Processors don't belong in searching.
http://wiki.apache.org/solr/FrontPage?action=diff&rev1=220&rev2=221

--------------------------------------------------

    * AnalysisRequestHandler - Analyzing documents without indexing
    * [[ExtractingRequestHandler|Solr Content Extraction Library (Solr Cell)]] - Covers how to index MS Word, PDF, etc. using Solr Cell (a.k.a. !ExtractingRequestHandler).  Also see the older version at UpdateRichDocuments
    * IndexingDates - Notes about indexing dates
+   * [[UpdateRequestProcessor|Update Processors]] - Update Processors define how an update request is processed.
-   * [[Deduplication]] - prevent or tag duplicate documents
+    * [[Deduplication]] - prevent or tag duplicate documents
   * Searching Solr
    * [[SolrRequestHandler|Request Handlers]] - Control the logic used to process requests.  Several different Request Handlers are included with Solr, or you can write your own custom implementation.
    * [[QueryResponseWriter|Response Writers]] - Control the formating of the responses generated by Request Handlers.  Several different Response Writers are included with Solr, or you can write your own custom implementation.
@@ -76, +77 @@

    * [[SearchComponent|Search Components]] - Search Components provide core functionality to a Request Handler.
    * [[SolrQuerySyntax|Query Syntax]] - syntax for default query parsing, and how to specify a Query Parser.
    * [[FunctionQuery|Function Queries]] - Using the values in Fields as factors in scoring
-   * [[UpdateRequestProcessor|Update Processors]] - Update Processors define how an update request is processed.
  
  == Tips, Tricks and Use Cases ==
   * FilterQueryGuidance - How do I partition my query in main query and filter query in order to have Solr's caching work efficiently?