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.

Re: Solr Analyzer results before the actual query.

2010-09-20 Thread Lance Norskog
Yes. Look at the jsp page solr/admin/analysis.jsp . This does calls to Solr which do exactly what you want. They use the AnalysisComponent. Lance zackko wrote: 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