Re: compile search.jsp

2006-03-04 Thread Chris Hostetter
nutch-user@lucene.apache.org is the appropriate email list to consult with questions about using/configuring/customizing nutch. [EMAIL PROTECTED] is for discussing the core lucene java library. : Date: Sat, 4 Mar 2006 18:36:25 -0800 (PST) : From: Michael Ji <[EMAIL PROTECTED]> : Reply-To: java-

compile search.jsp

2006-03-04 Thread Michael Ji
Hi, I made change in search.jsp under /nutch/src/web/jsp and hope the change could reflect to the skin of nutch search page. I tried to run "ant war" and replace ROOT.war in tomcat/webapp also I tried to shutdown and restart tomcat; But seems the nutch search page keeps the same, also the bean.

Problem when deleting files from index

2006-03-04 Thread wenjie zheng
My program loops thru a list of email records, first searches in index for its docid. Once it gets the docid, it will try to remove the doc from the index. The problem I ran into was: 4 out 10 times I ran the program, I got "Lock obtain timed out: Lock@/tmp/lucene-6c36cae1cb524a61cdbb38a32f2ef684

[jira] Commented: (LUCENE-500) Lucene 2.0 requirements - Remove all deprecated code

2006-03-04 Thread Daniel Naber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-500?page=comments#action_12368910 ] Daniel Naber commented on LUCENE-500: - Answer to the first questions: yes and yes. DateTools could be made to read the old values transparently. Also the method to create

Re: ArrayIndexOutOfBoundsException in org.apache.lucene.search.BooleanScorer2$Coordinator.coordFactor

2006-03-04 Thread Yonik Seeley
On 3/3/06, Robin H. Johnson <[EMAIL PROTECTED]> wrote: > Unfortunately I don't have the queries that triggered this - it occurred > a total of 11 times over the first 3 million hits according to my > logging. Would it be possible to add logging that would allow you to correlate the query with the

Re: ArrayIndexOutOfBoundsException in org.apache.lucene.search.BooleanScorer2$Coordinator.coordFactor

2006-03-04 Thread Paul Elschot
Robin, This could be a duplicate of https://issues.apache.org:443/jira/browse/LUCENE-413 Regards, Paul Elschot. On Saturday 04 March 2006 00:37, Robin H. Johnson wrote: > On Fri, Mar 03, 2006 at 03:28:22PM -0800, Robin H. Johnson wrote: > > I've been developing a search application, and finally