[jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2006-08-23 Thread Ning Li (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-565?page=comments#action_12430130 ] Ning Li commented on LUCENE-565: Doron, thank you very much for the review! I want to briefly comment on one of your comments: > (5) deleteDocument(int doc) not im

[jira] Updated: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2006-08-23 Thread Ning Li (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-565?page=all ] Ning Li updated LUCENE-565: --- Attachment: NewIndexWriter.Aug23.patch > Yes I am including this patch as it is very useful for increasing > the efficiency of updates as you described. I will be conduc

[jira] Updated: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-08-23 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-664?page=all ] Karl Wettin updated LUCENE-664: --- Attachment: lucene.uxf This is the class diagram (in UMLet format) linked to in the document. It does not explain scoring that much - more of an abstract overvie

[jira] Commented: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-08-23 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-664?page=comments#action_12430051 ] Grant Ingersoll commented on LUCENE-664: Thanks, Michael. I have applied the patch in scoring-small-fixes.patch and will update the docs. I will leave th

Re: Empty doc objects & "The handle is invalid" IOExceptions

2006-08-23 Thread Andrzej Bialecki
MarkWilliams wrote: Hi, I am having a strange problem with Lucene and am wondering if anyone can help me. I have Lucene indexing my site ok, but the problem is with queries. Search is fine with some terms but when searching with certain other terms, it seems mainly with terms containing spaces

RE: Dev platforms - installers

2006-08-23 Thread Dejan Nenov
Hi Grant, We tried Maven, but found it extremely tedious - yes I admit we are influenced by the commercial nature of our work and have to tradeoff our purist software engineering tendencies with pragmatic deadlines :) My colleges, John wrote this up on the topic: http://safaridev.com/ In a nutshe

[jira] Created: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc

2006-08-23 Thread Michael McCandless (JIRA)
[PATCH] small fixes to the new scoring.html doc --- Key: LUCENE-664 URL: http://issues.apache.org/jira/browse/LUCENE-664 Project: Lucene - Java Issue Type: Improvement Components: Website

Empty doc objects & "The handle is invalid" IOExceptions

2006-08-23 Thread MarkWilliams
Hi, I am having a strange problem with Lucene and am wondering if anyone can help me. I have Lucene indexing my site ok, but the problem is with queries. Search is fine with some terms but when searching with certain other terms, it seems mainly with terms containing spaces, although others hav

Re: Dev platforms - installers

2006-08-23 Thread Grant Ingersoll
Hey Dejan, Don't know if it is an option for you, but I use Maven for all of this. You specify your Project model along with all of its dependencies and it has plugins that create project files for IntelliJ and Eclipse (not sure about NetBeans). With a little tweaking, it setups our ver

Re: Custom sorting - memory leaks

2006-08-23 Thread Chris Hostetter
: Is it possible to add some kind of SortComparatorSource class / not : interface in new lucene releases with default behaviour to cache : ScoreDocComparators? Anything's possible with a well written patch :) : > On a related note: have you considered using FunctionQueries (in teh Solr : > code