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 2007/09/20 10:25:46 UTC

[Solr Wiki] Update of "FAQ" by BertrandDelacretaz

Dear Wiki user,

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

The following page has been changed by BertrandDelacretaz:
http://wiki.apache.org/solr/FAQ

The comment on the change is:
how to debug searches with the analyzer admin tool

------------------------------------------------------------------------------
  
  If you need to do some processing on the field value using !TokenFilters, you can also use the !KeywordTokenizer, see the Solr example schema for more information.
  
+ == My search returns too many / too little / unexpected results, how to debug? ==
+ The best way to debug such problems is with the analyzer admin tool, which is at http://localhost:8983/solr/admin/analysis.jsp if using the default configuration.
+ 
+ That page will show you how your field is processed while indexing and while querying, and if a particular query matches.
+ 
+ See also the Solr tutorial and the xml.com article about Solr, listed in the SolrResources.
+ 
  = Performance =
  
  == How fast is indexing? ==