See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/335/changes
Changes:
[buschmi] Generate nightly documentation files.
[mikemccand] fix off-by-one error
[buschmi] Separate project's web site from version-specific documentation.
--
[...tru
[
https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-1131:
---
Attachment: LUCENE-1131.patch
A very simple patch that implements numDeletedDocs in all the necessar
http://people.apache.org/~hossman/#java-dev
Please use java-user not java-dev
Your question is better suited for the [EMAIL PROTECTED] mailing list ...
not the [EMAIL PROTECTED] list. java-dev is for discussing development of
the internals of the Lucene Java library ... it is *not* the appropr
OK, done.
Thanks for finding this Steve!
Mike
On Jan 11, 2008, at 4:33 PM, Michael Busch wrote:
Sure, go ahead!
Michael McCandless wrote:
OK, phew :)
I'll commit to trunk.
Michael, is it OK to commit to 2.3 too?
Mike
On Jan 11, 2008, at 3:27 PM, Steven A Rowe wrote:
Hi Mike,
I coul
Grant Ingersoll wrote:
>
> Done. For the record, the script runs:
Cool, thanks!
>
> /usr/local/bin/svn export --force
> http://svn.apache.org/repos/asf/lucene/java/site/docs
> /www/lucene.apache.org/java/docs
>
>
>> Another question: Do we also want to have a link to the unreleased
>> docum
Sure, go ahead!
Michael McCandless wrote:
>
> OK, phew :)
>
> I'll commit to trunk.
>
> Michael, is it OK to commit to 2.3 too?
>
> Mike
>
> On Jan 11, 2008, at 3:27 PM, Steven A Rowe wrote:
>
>> Hi Mike,
>>
>> I couldn't get the patch to apply (word wrapping/line
>> endings/whatever), so I
[
https://issues.apache.org/jira/browse/LUCENE-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated LUCENE-1128:
Attachment: LUCENE-1128.patch
Task now requires docs to be stored (either for analyzing th
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Elschot updated LUCENE-584:
Attachment: (was: Test20080111.patch)
> Decouple Filter from BitSet
> -
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Elschot updated LUCENE-584:
Attachment: Test20080111.patch
I moved Filter "forward" by removing the deprecated bits() method
an
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Elschot updated LUCENE-584:
Attachment: Test20080111.patch
Upload once more, this time with licence.
> Decouple Filter from Bi
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558115#action_12558115
]
Eks Dev commented on LUCENE-584:
hmm, in order to have fast and/or operations we need to kn
[
https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558113#action_12558113
]
Shai Erera commented on LUCENE-1131:
This is an option, however it will result in two
[
https://issues.apache.org/jira/browse/LUCENE-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558112#action_12558112
]
Grant Ingersoll commented on LUCENE-1128:
-
Patch does not work with term.vectors =
[
https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558111#action_12558111
]
Yonik Seeley commented on LUCENE-1131:
--
How about just using maxDoc() - numDocs()?
>
OK, phew :)
I'll commit to trunk.
Michael, is it OK to commit to 2.3 too?
Mike
On Jan 11, 2008, at 3:27 PM, Steven A Rowe wrote:
Hi Mike,
I couldn't get the patch to apply (word wrapping/line endings/
whatever), so I just manually pasted in the added line after
deleting the correspondin
[
https://issues.apache.org/jira/browse/LUCENE-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558104#action_12558104
]
Doron Cohen commented on LUCENE-1129:
-
{quote}
so we just need to use this value in th
Hi Mike,
I couldn't get the patch to apply (word wrapping/line endings/whatever), so I
just manually pasted in the added line after deleting the corresponding removed
line.
With the patched version, I got 0 failures out of 20 runs.
After I reverted back to the original version, I got 10 failur
On Jan 11, 2008, at 1:11 PM, Michael Busch wrote:
Grant Ingersoll wrote:
It is svn exported from a crontab on p.a.o under my account. If
you can
tell me what commands need to be run, I can add it.
You just need to "svn co" the docs from the new location
https://svn.apache.org/repos/asf/l
Add numDeletedDocs to IndexReader
-
Key: LUCENE-1131
URL: https://issues.apache.org/jira/browse/LUCENE-1131
Project: Lucene - Java
Issue Type: New Feature
Reporter: Shai Erera
Priority:
Interesting you mention numDeletedDocs w.r.t. optimize - I need that
information for exactly the same reason. Is there any good rule of thumb of
knowing when it's best to call optimize? I know that during the internal
merges Lucene does, deleted docs are removed. However there are those large
segme
Alas, so far I cannot repro this.
But I did see one off-by-one error in an assert the test. Steve,
could you try applying this patch and see if the failure still
happens? Thanks:
Index: src/test/org/apache/lucene/index/TestDeletionPolicy.java
=
If that's the case, then I can open an issue and create the appropriate
patch.
On Jan 11, 2008 9:43 PM, Otis Gospodnetic <[EMAIL PROTECTED]>
wrote:
> I think that's useful (for knowing when it's time to optimize), though I
> thought I added something like that a long time ago... maybe on some loc
I think that's useful (for knowing when it's time to optimize), though I
thought I added something like that a long time ago... maybe on some local
version...
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
From: Shai Erera <[EMAIL PROTECTED]>
To: j
Hi guys,
I had a need to know how many deleted documents are in the index. I noticed
there isn't an API for it in IndexReader, however the information can be
obtained by calling IndexReader.maxDoc() - IndexReader.numDocs().
Do you think it's worth adding such an API to IndexReader?
Cheers,
Shai
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558076#action_12558076
]
Paul Elschot commented on LUCENE-584:
-
{quote}
it looks like ChainedFilter could become
Hmm ... I'll try to repro this and track it down.
Mike
Steven A Rowe wrote:
Hi Michael,
On 01/11/2008 at 3:34 AM, Michael Busch wrote:
I just uploaded Lucene 2.3 release candidate 2 to
http://people.apache.org/~buschmi/staging_area/lucene_2_3/rc2.
Please switch to RC2 and keep testing!
(
Hi Michael,
On 01/11/2008 at 3:34 AM, Michael Busch wrote:
> I just uploaded Lucene 2.3 release candidate 2 to
> http://people.apache.org/~buschmi/staging_area/lucene_2_3/rc2.
>
> Please switch to RC2 and keep testing!
(The report below is not about binary release testing, but rather running the
[
https://issues.apache.org/jira/browse/LUCENE-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558066#action_12558066
]
Mark Miller commented on LUCENE-644:
Yes it is still an issue.
Its been a while since
[
https://issues.apache.org/jira/browse/LUCENE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558054#action_12558054
]
Michael Busch commented on LUCENE-1130:
---
{quote}
and I think we should also push thi
[
https://issues.apache.org/jira/browse/LUCENE-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558053#action_12558053
]
Grant Ingersoll commented on LUCENE-1128:
-
Note, this patch also assumes LUCENE-11
Grant Ingersoll wrote:
> It is svn exported from a crontab on p.a.o under my account. If you can
> tell me what commands need to be run, I can add it.
>
You just need to "svn co" the docs from the new location
https://svn.apache.org/repos/asf/lucene/java/site/docs and "scp" it to
/www/lucene.apa
[
https://issues.apache.org/jira/browse/LUCENE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1130:
---
Attachment: LUCENE-1130.patch
I created two test cases that show the issue & patch t
Hitting disk full during DocumentWriter.ThreadState.init(...) can cause hang
Key: LUCENE-1130
URL: https://issues.apache.org/jira/browse/LUCENE-1130
Project: Lucene - Java
[
https://issues.apache.org/jira/browse/LUCENE-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated LUCENE-1128:
Attachment: LUCENE-1128.patch
First draft of adding highlighter support to benchmarker.
ReadTask ignores traversalSize
--
Key: LUCENE-1129
URL: https://issues.apache.org/jira/browse/LUCENE-1129
Project: Lucene - Java
Issue Type: Bug
Components: contrib/benchmark
Reporter: Grant
[
https://issues.apache.org/jira/browse/LUCENE-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558030#action_12558030
]
Steven Rowe commented on LUCENE-1126:
-
bq. The ANT settings specify 1.4 right? If it d
Cool!
Michael McCandless (JIRA) wrote:
> [
> https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557953#action_12557953
> ]
>
> Michael McCandless commented on LUCENE-510:
> --
Good idea! I just sent a mail to java-user.
-Michael
Michael McCandless wrote:
>
> Michael,
>
> Do you think we should include java-user in this pre-release testing?
>
> It seems like it can only help us to ferret out issues, and, keeps our
> users informed/excited about an upcoming release?
>
Add Highlighting benchmark support to contrib/benchmark
---
Key: LUCENE-1128
URL: https://issues.apache.org/jira/browse/LUCENE-1128
Project: Lucene - Java
Issue Type: Improvement
I had to kill the nightly Lucene build. It had hung for over 10
hours trying to run
hudson 17572 0.0 0.35851235460 ?S 07:58:15 0:13 /export/
home/hudson/tools/java/jdk1.6.0_03/bin/javadoc -d /export/home/hudson/
hudson/jobs/Lucene-Nightly/workspace/trunk/build/docs/api/contrib-
See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/334/changes
Changes:
[buschmi] Add separate core, demo, and contrib javadocs to binary releases
[buschmi] Rename README files to uppercase letters
[buschmi] Rename README files to uppercase letters
[buschmi] Include README* file
[
https://issues.apache.org/jira/browse/LUCENE-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated LUCENE-1127:
Attachment: LUCENE-1127.patch
Patch applies from the contrib/highlighter directory.
> Tok
TokenSources.getTokenStream(Document...)
-
Key: LUCENE-1127
URL: https://issues.apache.org/jira/browse/LUCENE-1127
Project: Lucene - Java
Issue Type: Improvement
Components: contrib/*
[
https://issues.apache.org/jira/browse/LUCENE-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll resolved LUCENE-82.
---
Resolution: Won't Fix
Assignee: (was: Lucene Developers)
Seems like this issue comes
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557999#action_12557999
]
Eks Dev commented on LUCENE-584:
it looks like ChainedFilter could become obsolete if Fil
[
https://issues.apache.org/jira/browse/LUCENE-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557996#action_12557996
]
Grant Ingersoll commented on LUCENE-1126:
-
{quote}
'm not positive, but couldn't t
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Elschot updated LUCENE-584:
Attachment: ContribQueries20080111.patch
I tried to move contrib from Filter.bits() to BitSetFilter
It is svn exported from a crontab on p.a.o under my account. If you
can tell me what commands need to be run, I can add it.
Presumably the new version of Hudson has the ability to do scp now,
but I haven't had a chance to tackle that yet. At some point, we
should tackle that, which will s
[
https://issues.apache.org/jira/browse/LUCENE-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557988#action_12557988
]
Steven Rowe commented on LUCENE-1126:
-
In part my imprecise characterization of the pr
Why not use the SnowballAnalyzer for Turkish? Snowball recently added a
Turkish stemmer.
On Jan 10, 2008 8:51 PM, Grant Ingersoll (JIRA) <[EMAIL PROTECTED]> wrote:
>
> [
> https://issues.apache.org/jira/browse/LUCENE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> G
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557955#action_12557955
]
Paul Elschot commented on LUCENE-584:
-
I'm sorry about my PrefixGenerator remarks, I di
[
https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-510:
-
Assignee: Michael McCandless
> IndexOutput.writeString() should write length in b
[
https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557953#action_12557953
]
Michael McCandless commented on LUCENE-510:
---
Yup, I'll take this!
> IndexOutput.
Michael,
Do you think we should include java-user in this pre-release testing?
It seems like it can only help us to ferret out issues, and, keeps
our users informed/excited about an upcoming release?
Mike
Michael Busch wrote:
Hi all,
I just uploaded Lucene 2.3 release candidate 2 to
htt
[
https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557937#action_12557937
]
Michael Busch commented on LUCENE-510:
--
I think it makes total sense to change this. A
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-584:
-
Attachment: lucene-584-take4-part2.patch
lucene-584-take4-part1.patch
{quote}
Bit
[
https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557935#action_12557935
]
Michael Busch commented on LUCENE-584:
--
{quote}
As for PrefixGenerator:
in my (up to d
Chris Hostetter wrote:
>
> i trust you :)
Thanks! :)
> i figured it was a work in progress, i just wasn't sure what your plan was
> for what docs would live in the "site" and which would live in the
> release. When i poked arround your preview directory earlier i found two
> copies of "gett
Hi all,
I just uploaded Lucene 2.3 release candidate 2 to
http://people.apache.org/~buschmi/staging_area/lucene_2_3/rc2.
Changes compared to RC1:
- LUCENE-1125: fix over-zero-filling that was drastically slowing down
small docs w/ term vectors
- LUCENE-1117: fix EnwikiDocMaker to not hang when th
59 matches
Mail list logo