debug output should include explanation of what input strings were passed to 
the analzyers for each field
---------------------------------------------------------------------------------------------------------

                 Key: SOLR-1749
                 URL: https://issues.apache.org/jira/browse/SOLR-1749
             Project: Solr
          Issue Type: Wish
          Components: search
            Reporter: Hoss Man


Users are frequently confused by the interplay between "Query Parsing" and 
"Query Time Analysis" (ie: markup meta-characters like whitespace and quotes, 
multi-word synonyms, Shingles, etc...)  It would be nice if we had more 
debugging output available that would help eliminate this confusion.  The ideal 
API that comes to mind would be to include in the debug output of SearchHandler 
a list of every "string" that was Analyzed, and what list of field names it was 
analyzed against.  

This info would not only make it clear to users what exactly they should 
cut/paste into the analysis.jsp tool to see how their Analyzer is getting used, 
but also what exactly is being done to their input strings prior to their 
Analyzer being used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to