Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4
--
Key: LUCENE-2313
URL: https://issues.apache.org/jira/browse/LUCENE-2313
Project: Lucene - Java
Issue Type: Improvement
Reporter
[
https://issues.apache.org/jira/browse/LUCENE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-2313:
---
Attachment: LUCENE-2313.patch
Adds VERBOSE to LuceneTestCase and LuceneTestCaseJ4, as well as change
[
https://issues.apache.org/jira/browse/LUCENE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844832#action_12844832
]
Uwe Schindler commented on LUCENE-2313:
---
Looks good!
(I did not even know this prop
[
https://issues.apache.org/jira/browse/LUCENE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler reassigned LUCENE-2313:
-
Assignee: Uwe Schindler
> Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4
> -
That is not true, the API says:
"Creates a new File *instance* from a parent pathname string and a child
pathname string."
Please note "instance", so it will never create the file on disk. New File()
just creates a file instance but no file on disk. You can check this with a
simple test.
Uwe
[
https://issues.apache.org/jira/browse/LUCENE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844844#action_12844844
]
Michael McCandless commented on LUCENE-2313:
This is great
> Add VERBOSE to L
[
https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844848#action_12844848
]
Michael McCandless commented on LUCENE-2293:
I think this issue has these step
On Thu, Mar 11, 2010 at 12:35 PM, Marvin Humphrey
wrote:
> On Mon, Mar 08, 2010 at 02:10:35PM -0500, Michael McCandless wrote:
>
>> We ask it to give us a Codec.
>
> There's a conflict between the segment-wide role of the "Codec" class and its
> role as specifier for posting format.
>
> In some se
[
https://issues.apache.org/jira/browse/LUCENE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler resolved LUCENE-2313.
---
Resolution: Fixed
Committed revision: 922525
I only changed the protected to public, to ena
[
https://issues.apache.org/jira/browse/LUCENE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844859#action_12844859
]
Uwe Schindler commented on LUCENE-2313:
---
As a first test with removed verbosity see
Uwe:
> That is not true, the API says:
> "Creates a new File *instance* from a parent pathname string and a child
> pathname string."
>
> Please note "instance", so it will never create the file on disk. New File()
> just creates a file instance but no file on disk. You can check this with a
> s
Add AttributeSource.copyTo(AttributeSource)
---
Key: LUCENE-2314
URL: https://issues.apache.org/jira/browse/LUCENE-2314
Project: Lucene - Java
Issue Type: Improvement
Reporter: Uwe Schindle
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-2314:
--
Attachment: LUCENE-2314.patch
Here the patch.
> Add AttributeSource.copyTo(AttributeSource)
>
AttributeSource's methods for accessing attributes should be final, else its
easy to corrupt the internal states
Key: LUCENE-2315
URL: https://issues.
On Fri, Mar 12, 2010 at 8:31 PM, Marvin Humphrey wrote:
> On Thu, Mar 11, 2010 at 05:59:03AM -0500, Michael McCandless wrote:
>> > So there would be polymorphism in the decoding phase while we're supplying
>> > information the Similarity object needs to make its similarity judgments.
>> > However,
[
https://issues.apache.org/jira/browse/LUCENE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-2315:
--
Description:
The methods that operate and modify the internal maps of AttributeSource sh
[
https://issues.apache.org/jira/browse/LUCENE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844864#action_12844864
]
Shai Erera commented on LUCENE-2313:
bq. I only changed the protected to public, to en
I think it falls under the semantics of dir.fileLength() and not the
semantics of the implementation right? Unfortunately, the semantics of
Directory.fileLength() are not specified, which made it easy for extensions
to invent their own.
I myself am not sure what's better - return 0 as the length f
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844868#action_12844868
]
Shai Erera commented on LUCENE-2314:
Minor comment - in copyTo, can you put state.attr
[
https://issues.apache.org/jira/browse/LUCENE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844869#action_12844869
]
Shai Erera commented on LUCENE-2315:
bq. in general the class should be final at all
[
https://issues.apache.org/jira/browse/LUCENE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844870#action_12844870
]
Uwe Schindler commented on LUCENE-2315:
---
bq. How can AttributeSource be final?
This
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844871#action_12844871
]
Uwe Schindler commented on LUCENE-2314:
---
bq. Minor comment - in copyTo, can you put
I like the proposed new semantics (throw FNFE if the file does not
exist), and the migration path (new method, deprecate old).
Mike
On Sat, Mar 13, 2010 at 7:46 AM, Shai Erera wrote:
> I think it falls under the semantics of dir.fileLength() and not the
> semantics of the implementation right? U
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844874#action_12844874
]
Shai Erera commented on LUCENE-2314:
I just thought that instead of the for loop you h
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844876#action_12844876
]
Uwe Schindler commented on LUCENE-2314:
---
Because of speed we do not do this. That wa
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844877#action_12844877
]
Shai Erera commented on LUCENE-2314:
Ok. Performance is always preferred than beautifu
Ok, opened LUCENE-2316 to track this.
Shai
On Sat, Mar 13, 2010 at 3:49 PM, Michael McCandless <
[email protected]> wrote:
> I like the proposed new semantics (throw FNFE if the file does not
> exist), and the migration path (new method, deprecate old).
>
> Mike
>
> On Sat, Mar 13, 2010
Define clear semantics for Directory.fileLength
---
Key: LUCENE-2316
URL: https://issues.apache.org/jira/browse/LUCENE-2316
Project: Lucene - Java
Issue Type: Improvement
Components: Inde
[
https://issues.apache.org/jira/browse/LUCENE-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844882#action_12844882
]
Shai Erera commented on LUCENE-2316:
I am not sure we should mark getFileLength deprec
[
https://issues.apache.org/jira/browse/LUCENE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844884#action_12844884
]
Shai Erera commented on LUCENE-2315:
Ok I see. I think that instead of creating anothe
Thanks!
Mike
On Sat, Mar 13, 2010 at 9:10 AM, Shai Erera wrote:
> Ok, opened LUCENE-2316 to track this.
>
> Shai
>
> On Sat, Mar 13, 2010 at 3:49 PM, Michael McCandless
> wrote:
>>
>> I like the proposed new semantics (throw FNFE if the file does not
>> exist), and the migration path (new metho
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844891#action_12844891
]
Jason Rutherglen commented on LUCENE-2312:
--
>From LUCENE-2293: {quote}(b-tree, or
allow separate control of whether docTermFreq and positions are indexed
---
Key: LUCENE-2317
URL: https://issues.apache.org/jira/browse/LUCENE-2317
Project: Lucene - Java
Is
[
https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844893#action_12844893
]
Jason Rutherglen commented on LUCENE-2293:
--
{quote}Change the approach for how we
[
https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844895#action_12844895
]
Robert Muir commented on LUCENE-2294:
-
bq. I can't wait for this to be in ... an exhau
[
https://issues.apache.org/jira/browse/LUCENE-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844897#action_12844897
]
Shai Erera commented on LUCENE-2317:
This will turn into another setting. Can we intro
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844898#action_12844898
]
Michael McCandless commented on LUCENE-2312:
{quote}
For the terms dictionary,
[
https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844899#action_12844899
]
Shai Erera commented on LUCENE-2294:
Thanks a lot Robert for reviewing this. No harm d
[
https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844900#action_12844900
]
Michael McCandless commented on LUCENE-2293:
Probably one DW instance per thre
[
https://issues.apache.org/jira/browse/LUCENE-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2048:
---
Fix Version/s: 3.1
> Omit positions but keep termFreq
>
[
https://issues.apache.org/jira/browse/LUCENE-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-2317.
Resolution: Duplicate
Duh, this is a dup of LUCENE-2048. I can't keep track of al
[
https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-2294.
Resolution: Fixed
Take 2! Thanks Shai.
> Create IndexWriterConfiguration and sto
[
https://issues.apache.org/jira/browse/LUCENE-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844906#action_12844906
]
Marvin Humphrey commented on LUCENE-2316:
-
Is it really necessary to obtain the le
[
https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2293:
---
Attachment: LUCENE-2293.patch
Simple patch, just adds maxThreadStates setting to Ind
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-2314:
--
Attachment: LUCENE-2314.patch
New patch with some improvements in cloneAttributes() and the re
[
https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1990.
Resolution: Fixed
Thanks Toke!
> Add unsigned packed int impls in oal.util
>
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844916#action_12844916
]
Simon Willnauer commented on LUCENE-2314:
-
Small comment on javadoc wording.
May
Add System.getProperty("tempDir") as final static to LuceneTestCase(J4)
---
Key: LUCENE-2318
URL: https://issues.apache.org/jira/browse/LUCENE-2318
Project: Lucene - Java
Is
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Male updated LUCENE-2310:
---
Attachment: LUCENE-2310-Deprecate-AbstractField.patch
Attaching first version of the patch which dep
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844923#action_12844923
]
Uwe Schindler commented on LUCENE-2310:
---
You should also not be able to set the Toke
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-2314:
--
Attachment: LUCENE-2314.patch
Updated javadocs. Will commit tomorrow.
> Add AttributeSource.c
[
https://issues.apache.org/jira/browse/LUCENE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844926#action_12844926
]
Jason Rutherglen commented on LUCENE-2293:
--
bq. Probably one DW instance per thre
[
https://issues.apache.org/jira/browse/LUCENE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844927#action_12844927
]
Simon Willnauer commented on LUCENE-2314:
-
looks good to me!
> Add AttributeSourc
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844929#action_12844929
]
Chris Male commented on LUCENE-2310:
{quote}
You should also not be able to set the To
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844930#action_12844930
]
Tim Smith commented on LUCENE-2310:
---
Personally, i like keeping Fieldable, (or having Ab
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844931#action_12844931
]
Earwin Burrfoot commented on LUCENE-2310:
-
These settings will go to FieldType?
>
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844933#action_12844933
]
Chris Male commented on LUCENE-2310:
I should note, to prevent confusion, that my patc
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844932#action_12844932
]
Chris Male commented on LUCENE-2310:
Hi Tim,
Yeah I see what you are saying, but as E
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Male updated LUCENE-2310:
---
Attachment: LUCENE-2310-Deprecate-AbstractField.patch
Addressed the issues raised by Uwe about the T
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844945#action_12844945
]
Uwe Schindler commented on LUCENE-2310:
---
There is one problem in backwards:
If someb
[
https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Male updated LUCENE-2310:
---
Attachment: LUCENE-2310-Deprecate-AbstractField.patch
Addressed Uwe's issue again.
Only solution is
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845030#action_12845030
]
Jason Rutherglen commented on LUCENE-2312:
--
Mike, Why does DocFieldConsumers have
[
https://issues.apache.org/jira/browse/LUCENE-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kay Kay updated LUCENE-2319:
Attachment: LUCENE-2319.patch
> IndexReader # doCommit - typo nit about v3.0 in trunk
> --
IndexReader # doCommit - typo nit about v3.0 in trunk
-
Key: LUCENE-2319
URL: https://issues.apache.org/jira/browse/LUCENE-2319
Project: Lucene - Java
Issue Type: Improvement
Re
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch reassigned LUCENE-2312:
-
Assignee: Michael Busch
> Search on IndexWriter's RAM Buffer
> -
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845031#action_12845031
]
Michael Busch commented on LUCENE-2312:
---
{quote}
Also, we could store the first docI
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845032#action_12845032
]
Michael Busch commented on LUCENE-2312:
---
I'll try to tackle this one!
> Search on I
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845036#action_12845036
]
Jason Rutherglen commented on LUCENE-2312:
--
A few notes so far:
* IW flush could
[
https://issues.apache.org/jira/browse/LUCENE-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845038#action_12845038
]
Shai Erera commented on LUCENE-2318:
Uwe, can you default to "java.io.tmpdir" instead?
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845041#action_12845041
]
Jason Rutherglen commented on LUCENE-2312:
--
* IW commitMerge calls docWriter's re
Add MergePolicy to IndexWriterConfig
Key: LUCENE-2320
URL: https://issues.apache.org/jira/browse/LUCENE-2320
Project: Lucene - Java
Issue Type: Improvement
Components: Index
Reporter
[
https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-2312:
--
Fix Version/s: (was: 3.0.2)
3.1
> Search on IndexWriter's RAM Buffer
>
72 matches
Mail list logo