Re: Solr Analyzer results before the actual query.

2010-09-21 Thread zackko
OK I've found that all the definitions for the Admin application are inside _info.jsp (inside \src\webapp\web\admin\ ). Now I will need to figure out how to make it working in a Java class... I'll keep you posted... By now thanks for the tips. Best wishes. -- View this message in context: ht

Re: Solr Analyzer results before the actual query.

2010-09-21 Thread zackko
Hi Lance, Thanks for the prompt reply. Looking at the analysis.jsp in the Solr release that is the code I should look at: private static void doAnalyzer(JspWriter out, SchemaField field, String val, boolean queryAnalyser, boolean verbose, Set match) throws Exception { FieldType ft = field.

Solr Analyzer results before the actual query.

2010-09-20 Thread zackko
Hi to all the Forum from a new subscriber, I’m working on the Server Side Search solution of the Company when I’m currently employed with. I have a problem at the moment: When I will submit a search to Solr I want to see the “Analyzer results”, with all the Filter applied to it as defined into th