Re: Interpreting solr response time from log

2012-01-03 Thread Jithin
acro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- T

Re: Interpreting solr response time from log

2012-01-01 Thread Jithin
Thanks Gora for clarifying. So if my understanding is correct then the total response time is not logged in solr logs and I need to rely on the QTime in the response. -- View this message in context: http://lucene.472066.n3.nabble.com/Interpreting-solr-response-time-from-log-tp3624340p3624931.htm

Interpreting solr response time from log

2011-12-31 Thread Jithin
Hi, For this request curl 'solrhost:8983/solr/core0/admin/ping' response is 0*2*falseall110truefalse10allsolrpingquerysearchOK which indicates response time is 2 ms. But in solr log its been seen as 01/Jan/2012:06:25:16 +] "GET /solr/core0/admin/ping HTTP/1.1" 200 *544* Can anyone pleas

Using more than one search component in a requestHandler

2011-12-03 Thread Jithin
Hi, Is it possible to use have more than one search handler invoked as part of a requestHandler. I find that I am restricted in using only one spellcheck.dictionary per query. I want to use more than one dictionary for one query. Kindly let me know how I can do this. -- View this message in conte

Solr Suggester - perform case insensitive search

2011-12-02 Thread Jithin
Hi, Is it possible to do case insensitive suggestions via Solr suggester. On reading the documentation it seems like there is no option for that. Can anyone please give suggestions on how to deal with this. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Suggester-perform

Solr Suggester - building terms from both a field and dictionary

2011-12-02 Thread Jithin
Hi, I have a use case where in I need to provide autocomplete from both values in a index field and a dictionary file. I am planning to use Solr Suggester. On reading the documentation I am getting the idea that terms can be either from a field or from a dictionary but not both. Can this behavior b

Re: Stopword filter - refreshing stop word list periodically

2011-11-03 Thread Jithin
Thanks Sami. I ended up setting up a proper core as per documentation, named core0. On Thu, Nov 3, 2011 at 11:07 PM, Sami Siren-2 [via Lucene] < ml-node+s472066n3477844...@n3.nabble.com> wrote: > On Fri, Oct 14, 2011 at 10:06 PM, Jithin <[hidden > email]<http://user/SendEmail.

Re: Callback on starting solr?

2011-10-17 Thread Jithin
ucceeds then. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > On 16. okt. 2011, at 20:38, Jithin wrote: > > > I am doing something similar to that. checking netstat for any connection > on >

Re: Callback on starting solr?

2011-10-16 Thread Jithin
rver and config. A very simple option is > to let your client poll with a ping request > http://localhost:8983/solr/admin/ping/ until it succeeds. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > >

Callback on starting solr?

2011-10-16 Thread Jithin
Hi, Is is possible to have a callback after solr starts listening on the configured port. What I have found is there is a certain delay by the time solr starts listening on the port after restarting solr is done. So if I try to reindex solr it fails during this period. What I want is a notification

Re: Stopword filter - refreshing stop word list periodically

2011-10-14 Thread Jithin
gt; http://lucene.472066.n3.nabble.com/Stopword-filter-refreshing-stop-word-list-periodically-tp3421611p3422415.html > To unsubscribe from Stopword filter - refreshing stop word list > periodically, click > here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&n

Re: Stopword filter - refreshing stop word list periodically

2011-10-14 Thread Jithin
, 2011 at 6:48 PM, Michael Kuhlmann-4 [via Lucene] < ml-node+s472066n3421627...@n3.nabble.com> wrote: > Am 14.10.2011 15:10, schrieb Jithin: > > Hi, > > Is it possible to refresh the stop word list periodically say once in 6 > > hours. Is this already supported in Solr or

Re: How to apply filters to stored data

2011-09-26 Thread Jithin
l > To unsubscribe from How to apply filters to stored data, click > here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3366230&code=aml0aGluMTk4N0BnbWFpbC5jb218MzM2NjIzMHwtMTEwMTgwMTA3Ng==>. > > -- Thanks Jithin Emmanuel

Re: How to apply filters to stored data

2011-09-25 Thread Jithin
Erick Erickson wrote: > > See below: > > On Sun, Sep 25, 2011 at 9:53 AM, Jithin <jithin1...@gmail.com> > wrote: >> Hi Erick, The problem I am trying to solve is to filter invalid entities. >> Users might mispell or enter a new entity name. This new/invalid e

Re: How to apply filters to stored data

2011-09-25 Thread Jithin
Hi Erick, The problem I am trying to solve is to filter invalid entities. Users might mispell or enter a new entity name. This new/invalid entities need to pass through a KeepWordFilter so that it won't pollute our autocomplete result. I was looking into Luke. And it does seem to solve my use cas

Implementing a custom ResourceLoader

2011-09-21 Thread Jithin Emmanuel
ord data from an external webservice. Is thisi feasible? Or should I go about overriding Factory->inform(ResourceLoader) method. Kindly let me know how to achieve this. -- Thanks Jithin