[jira] Created: (LUCENE-645) Highligter fails to include non-token at end of string to be highlighted

2006-08-03 Thread Andrew Palmer (JIRA)
Highligter fails to include non-token at end of string to be highlighted Key: LUCENE-645 URL: http://issues.apache.org/jira/browse/LUCENE-645 Project: Lucene - Java Iss

[jira] Commented: (LUCENE-639) [PATCH] Slight performance improvement for readVInt() of IndexInput

2006-08-03 Thread Johan Stuyts (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12425473 ] Johan Stuyts commented on LUCENE-639: - I don't know what your test method is but a difference of 13-15% is very unlikely. The algorithms are too simple to have

[jira] Commented: (LUCENE-487) Database as a lucene index target

2006-08-03 Thread JIRA
[ http://issues.apache.org/jira/browse/LUCENE-487?page=comments#action_12425482 ] Christophe Bégot commented on LUCENE-487: - I believe that I detected a bug in this extention The case of file containing only one caracter is not well index

[jira] Commented: (LUCENE-487) Database as a lucene index target

2006-08-03 Thread JIRA
[ http://issues.apache.org/jira/browse/LUCENE-487?page=comments#action_12425483 ] Christophe Bégot commented on LUCENE-487: - I believe that I detected a bug in this extension The case of file containing only one character does not index c

[jira] Updated: (LUCENE-635) [PATCH] Decouple locking implementation from Directory implementation

2006-08-03 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-635?page=all ] Michael McCandless updated LUCENE-635: -- Attachment: LUCENE-635-Aug3.patch This patch contains the same source changes as my July 26 patch, but this one is done "correctly" as the output o

[jira] Commented: (LUCENE-639) [PATCH] Slight performance improvement for readVInt() of IndexInput

2006-08-03 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12425529 ] Yonik Seeley commented on LUCENE-639: - Indeed, I had a bug... I'll do some retesting. > [PATCH] Slight performance improvement for readVInt() of IndexInput > -

[jira] Commented: (LUCENE-639) [PATCH] Slight performance improvement for readVInt() of IndexInput

2006-08-03 Thread Johan Stuyts (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12425537 ] Johan Stuyts commented on LUCENE-639: - Yonik, please let me know where you think the test that I provided is flawed. Comparing the results from your test to th

[jira] Commented: (LUCENE-639) [PATCH] Slight performance improvement for readVInt() of IndexInput

2006-08-03 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12425563 ] Yonik Seeley commented on LUCENE-639: - > Yonik, please let me know where you think the test that I provided is flawed. Tests are always flawed :-) If our te

[jira] Commented: (LUCENE-639) [PATCH] Slight performance improvement for readVInt() of IndexInput

2006-08-03 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12425570 ] Yonik Seeley commented on LUCENE-639: - OK, I had a bug in Vint2a... correcting it makes it slower than Vint2 on Java6 (at least on a P4). But VInt2a is still

StopAnalyzer in results.jsp?

2006-08-03 Thread Michael McCandless
Hi, I'm working towards a patch of the "getting started" pages, to fix small issues (typos, grammar issues, adding links to Javadocs, etc.). But, in the process, I came across this inconsistency: for the Web application demo, the indexing (done by IndexHTML.java) uses the StandardAnalyzer but t

[jira] Updated: (LUCENE-644) Contrib: another highlighter approach

2006-08-03 Thread Ronnie Kolehmainen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-644?page=all ] Ronnie Kolehmainen updated LUCENE-644: -- Attachment: TokenSources.java TokenSources.java.diff Mark, I played around a bit with the code in TokenSources and added a method w

Re: StopAnalyzer in results.jsp?

2006-08-03 Thread Daniel Naber
On Donnerstag 03 August 2006 19:31, Michael McCandless wrote: > But, in the process, I came across this inconsistency: for the Web > application demo, the indexing (done by IndexHTML.java) uses the > StandardAnalyzer but the searcher (in results.jsp) uses the > StopAnalyzer.  Shouldn't they be the

Re: StopAnalyzer in results.jsp?

2006-08-03 Thread Michael McCandless
You're welcome! OK super, I will include this fix in the patch... Mike Daniel Naber wrote: On Donnerstag 03 August 2006 19:31, Michael McCandless wrote: But, in the process, I came across this inconsistency: for the Web application demo, the indexing (done by IndexHTML.java) uses the Standa

[jira] Commented: (LUCENE-639) [PATCH] Slight performance improvement for readVInt() of IndexInput

2006-08-03 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12425595 ] Yonik Seeley commented on LUCENE-639: - I tested with a Lucene index (artificially constructed). It contained 10,000 documents with 10% of them containing a term

[jira] Commented: (LUCENE-639) [PATCH] Slight performance improvement for readVInt() of IndexInput

2006-08-03 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-639?page=comments#action_12425597 ] Yonik Seeley commented on LUCENE-639: - Here's the simple TermDoc iteration test I used: http://svn.apache.org/viewvc/lucene/java/trunk/src/test/org/apache/lucen

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

2006-08-03 Thread Yonik Seeley
Sorry, I haven't had a change to review it yet... hopefully soon... -Yonik On 8/2/06, Ning Li <[EMAIL PROTECTED]> wrote: > I rewrote IndexWriter in such a way that semantically it's the same as before, but > it provides extension points so that delete-by-term, delete-by-query, and more > funct

Re: Flexible index format / Payloads Cont'd

2006-08-03 Thread Marvin Humphrey
On Jul 31, 2006, at 8:25 AM, Nicolas Lalevée wrote: That looks good, but there is one restriction : it have to be per document. Yes, what I laid out was per-document - for each document, the fdx file would keep a file pointer and an integer mapping to a codec. In fact I was thinking abo

[jira] Created: (LUCENE-646) [PATCH] fix various small issues with the "getting started" demo pages

2006-08-03 Thread Michael McCandless (JIRA)
[PATCH] fix various small issues with the "getting started" demo pages -- Key: LUCENE-646 URL: http://issues.apache.org/jira/browse/LUCENE-646 Project: Lucene - Java Issue T

[jira] Resolved: (LUCENE-646) [PATCH] fix various small issues with the "getting started" demo pages

2006-08-03 Thread Daniel Naber (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-646?page=all ] Daniel Naber resolved LUCENE-646. - Resolution: Fixed Thanks, the patch has been committed and the changes should soon be visible on the web pages. > [PATCH] fix various small issues with the

[jira] Commented: (LUCENE-645) Highligter fails to include non-token at end of string to be highlighted

2006-08-03 Thread Erik Hatcher (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-645?page=comments#action_12425643 ] Erik Hatcher commented on LUCENE-645: - There is some commented out code in Highlighter.java: if (lastEndOffset < text.length())

[jira] Commented: (LUCENE-645) Highligter fails to include non-token at end of string to be highlighted

2006-08-03 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-645?page=comments#action_12425647 ] Hoss Man commented on LUCENE-645: - Note that "svn blame" indicates that commenting those lines out was the sole change mharwood made in r168452 which had this comm

[jira] Updated: (LUCENE-626) Adaptive, user query session analyzing spell checker.

2006-08-03 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-626?page=all ] Karl Wettin updated LUCENE-626: --- Attachment: spellcheck_20060804.tar.gz beta 3 total rewrite with focus on adaptation. session search sequence extraction, training and suggesting are now sepera