Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-18 Thread Stephen Boesch
> [X] ASF Mirrors (linked in our release announcements or via the Lucene website) > [X] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) > [X] I/we build them from source via an SVN/Git checkout. > [] Other (someone in your company mirrors them internally or via a downstream project)

Re: Including Small Amounts of New Data in Searches (MultiSearcher ?)

2011-01-09 Thread Stephen Boesch
gh for your case. > > Lance > > On Thu, Jan 6, 2011 at 10:21 AM, Stephen Boesch wrote: > > Thanks Yonik, > > Using a stable release of Solr what would you suggest to do - given > > MultiSearch's demise and the other work is still ongoing? > > > > 201

Re: Including Small Amounts of New Data in Searches (MultiSearcher ?)

2011-01-06 Thread Stephen Boesch
Thanks Yonik, Using a stable release of Solr what would you suggest to do - given MultiSearch's demise and the other work is still ongoing? 2011/1/6 Yonik Seeley > On Thu, Jan 6, 2011 at 12:37 PM, Stephen Boesch wrote: > > Solr/lucene newbie here .. > > > > We wou

Including Small Amounts of New Data in Searches (MultiSearcher ?)

2011-01-06 Thread Stephen Boesch
Solr/lucene newbie here .. We would like searches against a solr/lucene index to immediately be able to view data that was added. I stress "small" amount of new data given that any significant amount would require excessive latency. Looking around, i'm wondering if the direction would be a Mult

Re: Luke for inspecting indexes on remote solr servers?

2011-01-04 Thread Stephen Boesch
i am interested in the LukeRequestHandler in fact having been pointed to it will try to find a comprehensive list of solr request handlers for future reference. as regards the -X our linux box does not have xwindows installed for security reasons, which is why did not try that approach. 2011/1

Re: solr newbie: Diagnose why DataImportHandler DIH not saving documents

2010-12-31 Thread Stephen Boesch
Documents Skipped : 0 handlerStart : 1293831460260 requests : 35 errors : 0 timeouts : 0 totalTime : 3170 avgTimePerRequest : 90.57143 avgRequestsPerSecond : 0.008557899 2010/12/31 Stephen Boesch > sure I'll try that. > > 2010/12/31 Ahmet Arslan > > It seems that with &

Re: solr newbie: Diagnose why DataImportHandler DIH not saving documents

2010-12-31 Thread Stephen Boesch
d/Updated: 50 documents. Deleted 0 documents." > > It seems that debug parameter is related to > /solr/core0/admin/dataimport.jsp page. > > Don't know exact purpose of debug parameter but, can't you just ignore it > and use > > > http://knowtate.servehttp.com:8

Re: solr newbie: Diagnose why DataImportHandler DIH not saving documents

2010-12-31 Thread Stephen Boesch
one little extra piece of info: part of the stats page got omitted - notably the number of errors was reported as 0. errors : 0 timeouts : 0 totalTime : 1963 avgTimePerRequest : 981.5 avgRequestsPerSecond : 0.0011371888 2010/12/31 Stephen Boesch > I am asking for a full DataImport via a

solr newbie: Diagnose why DataImportHandler DIH not saving documents

2010-12-31 Thread Stephen Boesch
I am asking for a full DataImport via a url. It seems to be partially happy with the request - with debug=on I can see it saying that 10 documents were indexed. The backend however realizes there are actually 440 records available for the query. Not sure why only 10 records were selected and th