You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2015/01/09 14:39:33 UTC

[Solr Wiki] Update of "WikiManualComparison" by Emmanuel Stalling

Dear Wiki user,

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

The "WikiManualComparison" page has been changed by Emmanuel Stalling:
https://wiki.apache.org/solr/WikiManualComparison?action=diff&rev1=3&rev2=4

  
  <<Anchor(Return to Top)>>
  <<TableOfContents(2)>>
+ 
  NOTE: Dates in parenthesis () reflect the last time the page was edited.
  
  == AnalysisRequestHandler ==
@@ -801, +802 @@

  Wiki: [[Ruby Response Format]] (2011-11-22) <<BR>>
  Manual: [[https://cwiki.apache.org/confluence/display/solr/Using+Solr+From+Ruby|Using Solr From Ruby]] (2014-02-27) <<BR>>
  
+  * The manual page that pertains to ruby contains a link to [[solr-ruby]], which redirects the user to this page. 
+  * This page contains the same defunct link to [[solr-ruby]], which links the user right back to it. 
+  
+ == SchemaDesign ==
+ Wiki: [[SchemaDesign]] (2012-05-21) <<BR>>
+ Manual: [[https://cwiki.apache.org/confluence/display/solr/Overview+of+Documents%2C+Fields%2C+and+Schema+Design|Overview of Documents, Fields, and Schema Design]] (2013-07-24) <<BR>>
  
+  * The manual spreads its documentation about schema design out over several chapters, which elaborate on the concepts found on the wiki page. The word "phonemes" is not mentioned in the manual as it is on this page, but the concepts are the same as they pertain to the phonetic matching syllables. 
+  
+ == SchemaRESTAPI ==
+ Wiki: [[SchemaRESTAPI]] (2013-07-10) <<BR>>
+ Manual: Several <<BR>>
  
+  * The REST API is mentioned and expanded upon in several chapters in the manual, including:
+ 	* [[https://cwiki.apache.org/confluence/display/solr/Schema+API|Schema API]]
+ 	* [[https://cwiki.apache.org/confluence/display/solr/Managing+Solr|Managing Solr]]
+ 	* [[https://cwiki.apache.org/confluence/display/solr/Managed+Resources|Managed Resources]]
+ 	* [[https://cwiki.apache.org/confluence/display/solr/Schemaless+Mode|Schemaless Mode]]
+ 	
+ These pages each contain elements that are spread throughout the wiki page, with the exception of the parts that reference <!> Solr 4.2 and above.  
  
+ The [[https://cwiki.apache.org/confluence/display/solr/Schema+API|Schema API]] page is the closest match in terms of equivalent content.  The following are notable differences between it and the above wiki page:
+ 	* Under ''fields'' (e.g. /collection/schema/fields, /collection/schema/dynamicfields), the manual does not list ''includeDynamic'' or ''showDefaults'' under the list of options in '''Descriptions''', instead listing potential outputs (JSON, xml).
+ 	* The section on enabling schema modification redirects from the wiki to an external issues page [[https://issues.apache.org/jira/browse/SOLR-5010|SOLR-4658]], where the manual's link is self-contained: [[https://cwiki.apache.org/confluence/display/solr/Managed+Schema+Definition+in+SolrConfig|Managed Schema Definition in Solr Config]], which indicates that the wiki is out-of-date in this regard. 
+ 	* The manual does not contain the note about converting the SolrCloud's configset and its effect on other collections found in the configset (though it may be found in a different section.
  
+ == SchemaXML ==
+ Wiki: [[SchemaXML]] (2014-08-25) <<BR>>
+ Manual: [[https://cwiki.apache.org/confluence/display/solr/Documents%2C+Fields%2C+and+Schema+Design|Documents, Fields, and Schema Design]] (2013-07-24) <<BR>>
  
+  * The subpage [[https://cwiki.apache.org/confluence/display/solr/Field+Type+Definitions+and+Properties|Field Type Definitions and Properties]] covers a lot of what is found in the [[SchemaXML]] wiki page.  The nature of each document precludes much commonality, as the wiki provides common examples of configurations rather than a comprehensive listing of all possible.  Some parameters are shared parameters between the sections '''Field Default Properties''' (manual) and '''Common Field Options''' (wiki), and the remaining could be added to make the list complete rather than ambiguous.  The '''Field Default Properties''' section should likely include the ''default'' property found in the manual.
+  * The subpage [[https://cwiki.apache.org/confluence/display/solr/Dynamic+Fields|Dynamic Fields]] links the user back to the wiki page, but the wiki page contains no additional information about dynamic fields. 
+  * The wiki page should mention DocValues somewhere in the text, pointing the user to the manual page [[https://cwiki.apache.org/confluence/display/solr/DocValues|DocValues]], since the wiki page for it is depreciated.
+  * Unser ''Similarity'' there is a slight difference between the constructor in the manual and the wiki (though this may simply be a varied example, the rest of the example is identical):
+  
+ Global <similarity> delcaration in the manual:
+ {{{#!xml
+ <similarity class="solr.DefaultSimilarityFactory"/>
+ }}}
+ 
+ In the wiki:
+ {{{#!xml
+ <similarity class="org.apache.lucene.search.similarities.DefaultSimilarity"/>
+ }}}
+ 
+  
+