Re: How to debug if termsComponent is used

2011-05-03 Thread cyang2010
ol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 7) at java.lang.Thread.run(Thread.java:619) That is all i get. Let me know if i use the wrong parameter or what. Thanks. cy -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-

Re: How to debug if termsComponent is used

2011-05-03 Thread Erick Erickson
10 wrote: > I tried it.  It just does not work.   the debug component only works when > query component is there, and it is just showing debugging information for > query result, not term match result. > > -- > View this message in context: > http://lucene.472066.n3.nabble.c

Re: How to debug if termsComponent is used

2011-05-03 Thread cyang2010
I tried it. It just does not work. the debug component only works when query component is there, and it is just showing debugging information for query result, not term match result. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-debug-if-termsComponent-is-used

Re: How to debug if termsComponent is used

2011-05-02 Thread Otis Gospodnetic
: solr-user@lucene.apache.org > Sent: Mon, May 2, 2011 6:57:49 PM > Subject: How to debug if termsComponent is used > > Hi, I defined a searchHanlder just for the sake of autosuggest, using > TermsComponent. > >class="org.apache.solr.handler.component.Ter

How to debug if termsComponent is used

2011-05-02 Thread cyang2010
" component must be wired up with "query" component? I just need a requestHanlder where i can run termsComponent, and debug on it. How do I achieve that? Thanks, cy -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-debug-if-termsComponent-is-used-t