[
https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1044:
---
Attachment: LUCENE-1044.take6.patch
New rev of this patch. All tests pass. I think
[
https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565701#action_12565701
]
Michael McCandless commented on LUCENE-1044:
On thinking through the above cos
I got burned by javac's default max warning count of 100 (thinking,
several times now, that I had found all deprecated calls to IW's
ctors).
Does anyone object to adding this under the javac task in common-
build.xml?
Mike
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565728#action_12565728
]
Doron Cohen commented on LUCENE-1157:
-
I think there's an advantage in the build proce
[
https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565720#action_12565720
]
Timo Nentwig commented on LUCENE-997:
-
IIRC I did time=System.currentTimeMillis() first
CharArraySet.contains(char[] text, int off, int len) does not work
--
Key: LUCENE-1163
URL: https://issues.apache.org/jira/browse/LUCENE-1163
Project: Lucene - Java
Issue Type:
[
https://issues.apache.org/jira/browse/LUCENE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Peuss updated LUCENE-1163:
-
Attachment: CharArraySetShowBug.java
A simple piece of code that shows the problem.
> CharArray
Seems fine to me, but do you think that is enough leeway? We've got a
lot of warnings...
-Grant
On Feb 5, 2008, at 7:15 AM, Michael McCandless wrote:
I got burned by javac's default max warning count of 100 (thinking,
several times now, that I had found all deprecated calls to IW's
ct
[
https://issues.apache.org/jira/browse/LUCENE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1163:
--
Assignee: Michael McCandless
> CharArraySet.contains(char[] text, int off, int
[
https://issues.apache.org/jira/browse/LUCENE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565748#action_12565748
]
Thomas Peuss commented on LUCENE-1163:
--
Thanks for the quick response. I can confirm
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565743#action_12565743
]
Doron Cohen commented on LUCENE-1157:
-
I committed (part 1) and so target 'nightly' cr
[
https://issues.apache.org/jira/browse/LUCENE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1163:
---
Attachment: LUCENE-1163.patch
Indeed it's really a bug -- thank you for finding this
[
https://issues.apache.org/jira/browse/LUCENE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1163.
Resolution: Fixed
Fix Version/s: 2.4
> CharArraySet.contains(char[] text, i
[
https://issues.apache.org/jira/browse/LUCENE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565751#action_12565751
]
Michael McCandless commented on LUCENE-1163:
Super, thanks Thomas! I just com
I hope that is dry Grant humor that I'm sensing over here :)
10 million better be enough!!
I'll commit later on today...
Mike
Grant Ingersoll wrote:
Seems fine to me, but do you think that is enough leeway? We've
got a lot of warnings...
-Grant
On Feb 5, 2008, at 7:15 AM, Michael McCan
[
https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565809#action_12565809
]
Paul Elschot commented on LUCENE-997:
-
Would that still be a problem with a 200ms resol
[
https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565815#action_12565815
]
Doug Cutting commented on LUCENE-1044:
--
> deprecate autoCommit=true entirely
+1 Thi
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565820#action_12565820
]
Doug Cutting commented on LUCENE-1157:
--
I worry that the nightly build documentation
[
https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565830#action_12565830
]
Michael McCandless commented on LUCENE-1044:
{quote}
> deprecate autoCommit=tr
[
https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Timm updated LUCENE-997:
-
Attachment: timeout.patch
Patch adds JUnit test cases as suggested by Doren.
> Add search timeout suppor
[
https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565835#action_12565835
]
timmsc edited comment on LUCENE-997 at 2/5/08 9:51 AM:
--
Patch adds
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565837#action_12565837
]
Steven Rowe commented on LUCENE-1157:
-
Doug, do your concerns about nightly build docu
[
https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565838#action_12565838
]
Timo Nentwig commented on LUCENE-997:
-
200ms? No, probably not. I don't recall what res
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565843#action_12565843
]
Doug Cutting commented on LUCENE-1157:
--
Sure, it makes sense to make changes.txt rela
Improve how ConcurrentMergeScheduler handles too-many-merges case
-
Key: LUCENE-1164
URL: https://issues.apache.org/jira/browse/LUCENE-1164
Project: Lucene - Java
Issue Type: Bu
[
https://issues.apache.org/jira/browse/LUCENE-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1164:
---
Attachment: LUCENE-1164.patch
Attached patch. I plan to commit in a day or two...
Andrzej Bialecki wrote:
Hi all,
I just released Luke 0.8, the Lucene Index Toolbox. As usually, you
can get it here:
There was a minor issue with this release - Snowball analyzers were not
included in the lukeall.jar. I fixed this and uploaded the new binary
(no change in the version).
--
Hello!
I have nearly finished a tokenfilter to decompose compound words you
find in many germanic languages (like German, Swedish, ...) into single
tokens.
An example: Donaudampfschiff would be decomposed to Donau, dampf, schiff
so that you can find the word even when you only enter "Schiff".
I
[
https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1044:
---
Attachment: LUCENE-1044.take7.patch
OK I updated the patch:
* Deprecate all IW ct
Sounds interesting, but is there a way to extract out the FOP code?
Alternatively, this could be in the contrib area, where the dependency
would be allowed, although, I still think we aim to keep our Analyzers
pretty lightweight. Of course, if the are ASL, we probably could just
put the cl
Right, I think we can just generate the file and include it in the
Hudson build and link to it from the dev resource page, right? No
need to copy it to the public website.
On Feb 5, 2008, at 1:30 PM, Doug Cutting (JIRA) wrote:
[ https://issues.apache.org/jira/browse/LUCENE-1157?page=co
[
https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565906#action_12565906
]
Sean Timm commented on LUCENE-997:
--
Paul,
I think that if we were to use System.currentTim
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565911#action_12565911
]
Doron Cohen commented on LUCENE-1157:
-
{quote}
I worry that the nightly build document
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565915#action_12565915
]
Doron Cohen commented on LUCENE-1157:
-
{qoute}
In addition to the nightly HTML view of
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565917#action_12565917
]
Doug Cutting commented on LUCENE-1157:
--
Maybe we can make the links to the nightly do
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565930#action_12565930
]
Doron Cohen commented on LUCENE-1157:
-
According to
http://en.wikipedia.org/wiki/Nofo
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565912#action_12565912
]
Steven Rowe commented on LUCENE-1157:
-
In addition to the nightly HTML view of CHANGES
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565937#action_12565937
]
Steven Rowe commented on LUCENE-1157:
-
Perhaps the nightly docs thread should be moved
Reduce exposure of nightly build documentation
--
Key: LUCENE-1165
URL: https://issues.apache.org/jira/browse/LUCENE-1165
Project: Lucene - Java
Issue Type: Improvement
Components: Javado
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565942#action_12565942
]
Mike Klaas commented on LUCENE-1157:
If you just want to exclude them from search engi
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565943#action_12565943
]
Doron Cohen commented on LUCENE-1157:
-
I created LUCENE-1165 for the nightly docs.
>
[
https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otis Gospodnetic reassigned LUCENE-855:
---
Assignee: (was: Otis Gospodnetic)
Can somebody have a look and commit? I *believ
[
https://issues.apache.org/jira/browse/LUCENE-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566028#action_12566028
]
Doron Cohen commented on LUCENE-1157:
-
[Last nightly
build|http://hudson.zones.apache
I had a recent sidebar with another user, and it got me to thinking.
Do we have any way of determining if a segment is definitely OK/VALID ?
If so, a much more efficient transactional system could be developed.
Serialize the updates to a log file. Sync the log. Update the lucene
index WITHOUT
44 matches
Mail list logo