[jira] Created: (LUCENE-2313) Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4

2010-03-13 Thread Shai Erera (JIRA)
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

[jira] Updated: (LUCENE-2313) Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4

2010-03-13 Thread Shai Erera (JIRA)
[ 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

[jira] Commented: (LUCENE-2313) Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Assigned: (LUCENE-2313) Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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 > -

RE: Different behavior of Directory.fieldLength()

2010-03-13 Thread Uwe Schindler
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

[jira] Commented: (LUCENE-2313) Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4

2010-03-13 Thread Michael McCandless (JIRA)
[ 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

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-13 Thread Michael McCandless (JIRA)
[ 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

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-13 Thread Michael McCandless
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

[jira] Resolved: (LUCENE-2313) Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-2313) Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

Re: Different behavior of Directory.fieldLength()

2010-03-13 Thread Marcelo Ochoa
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

[jira] Created: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Uwe Schindler (JIRA)
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

[jira] Updated: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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) >

[jira] Created: (LUCENE-2315) AttributeSource's methods for accessing attributes should be final, else its easy to corrupt the internal states

2010-03-13 Thread Uwe Schindler (JIRA)
AttributeSource's methods for accessing attributes should be final, else its easy to corrupt the internal states Key: LUCENE-2315 URL: https://issues.

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-13 Thread Michael McCandless
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,

[jira] Updated: (LUCENE-2315) AttributeSource's methods for accessing attributes should be final, else its easy to corrupt the internal states

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-2313) Add VERBOSE to LuceneTestCase and LuceneTestCaseJ4

2010-03-13 Thread Shai Erera (JIRA)
[ 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

Re: Different behavior of Directory.fieldLength()

2010-03-13 Thread Shai Erera
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

[jira] Commented: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Shai Erera (JIRA)
[ 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

[jira] Commented: (LUCENE-2315) AttributeSource's methods for accessing attributes should be final, else its easy to corrupt the internal states

2010-03-13 Thread Shai Erera (JIRA)
[ 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

[jira] Commented: (LUCENE-2315) AttributeSource's methods for accessing attributes should be final, else its easy to corrupt the internal states

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

Re: Different behavior of Directory.fieldLength()

2010-03-13 Thread Michael McCandless
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

[jira] Commented: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Shai Erera (JIRA)
[ 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

[jira] Commented: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Shai Erera (JIRA)
[ 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

Re: Different behavior of Directory.fieldLength()

2010-03-13 Thread Shai Erera
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

[jira] Created: (LUCENE-2316) Define clear semantics for Directory.fileLength

2010-03-13 Thread Shai Erera (JIRA)
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

[jira] Commented: (LUCENE-2316) Define clear semantics for Directory.fileLength

2010-03-13 Thread Shai Erera (JIRA)
[ 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

[jira] Commented: (LUCENE-2315) AttributeSource's methods for accessing attributes should be final, else its easy to corrupt the internal states

2010-03-13 Thread Shai Erera (JIRA)
[ 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

Re: Different behavior of Directory.fieldLength()

2010-03-13 Thread Michael McCandless
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

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Jason Rutherglen (JIRA)
[ 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

[jira] Created: (LUCENE-2317) allow separate control of whether docTermFreq and positions are indexed

2010-03-13 Thread Michael McCandless (JIRA)
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

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-13 Thread Jason Rutherglen (JIRA)
[ 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

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-13 Thread Robert Muir (JIRA)
[ 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

[jira] Commented: (LUCENE-2317) allow separate control of whether docTermFreq and positions are indexed

2010-03-13 Thread Shai Erera (JIRA)
[ 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

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Michael McCandless (JIRA)
[ 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,

[jira] Commented: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-13 Thread Shai Erera (JIRA)
[ 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

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-13 Thread Michael McCandless (JIRA)
[ 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

[jira] Updated: (LUCENE-2048) Omit positions but keep termFreq

2010-03-13 Thread Michael McCandless (JIRA)
[ 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 >

[jira] Resolved: (LUCENE-2317) allow separate control of whether docTermFreq and positions are indexed

2010-03-13 Thread Michael McCandless (JIRA)
[ 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

[jira] Resolved: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-13 Thread Michael McCandless (JIRA)
[ 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

[jira] Commented: (LUCENE-2316) Define clear semantics for Directory.fileLength

2010-03-13 Thread Marvin Humphrey (JIRA)
[ 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

[jira] Updated: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-13 Thread Michael McCandless (JIRA)
[ 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

[jira] Updated: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Resolved: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-03-13 Thread Michael McCandless (JIRA)
[ 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 >

[jira] Commented: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Simon Willnauer (JIRA)
[ 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

[jira] Created: (LUCENE-2318) Add System.getProperty("tempDir") as final static to LuceneTestCase(J4)

2010-03-13 Thread Uwe Schindler (JIRA)
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

[jira] Updated: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Chris Male (JIRA)
[ 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

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Updated: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-2293) IndexWriter has hard limit on max concurrency

2010-03-13 Thread Jason Rutherglen (JIRA)
[ 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

[jira] Commented: (LUCENE-2314) Add AttributeSource.copyTo(AttributeSource)

2010-03-13 Thread Simon Willnauer (JIRA)
[ 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

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Chris Male (JIRA)
[ 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

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Tim Smith (JIRA)
[ 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

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Earwin Burrfoot (JIRA)
[ 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? >

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Chris Male (JIRA)
[ 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

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Chris Male (JIRA)
[ 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

[jira] Updated: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Chris Male (JIRA)
[ 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

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Uwe Schindler (JIRA)
[ 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

[jira] Updated: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-13 Thread Chris Male (JIRA)
[ 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

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Jason Rutherglen (JIRA)
[ 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

[jira] Updated: (LUCENE-2319) IndexReader # doCommit - typo nit about v3.0 in trunk

2010-03-13 Thread Kay Kay (JIRA)
[ 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 > --

[jira] Created: (LUCENE-2319) IndexReader # doCommit - typo nit about v3.0 in trunk

2010-03-13 Thread Kay Kay (JIRA)
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

[jira] Assigned: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Michael Busch (JIRA)
[ 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 > -

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Michael Busch (JIRA)
[ 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

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Michael Busch (JIRA)
[ 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

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Jason Rutherglen (JIRA)
[ 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

[jira] Commented: (LUCENE-2318) Add System.getProperty("tempDir") as final static to LuceneTestCase(J4)

2010-03-13 Thread Shai Erera (JIRA)
[ 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?

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Jason Rutherglen (JIRA)
[ 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

[jira] Created: (LUCENE-2320) Add MergePolicy to IndexWriterConfig

2010-03-13 Thread Shai Erera (JIRA)
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

[jira] Updated: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-13 Thread Michael Busch (JIRA)
[ 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 >