[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2006-12-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-753?page=comments#action_12460363 ] Yonik Seeley commented on LUCENE-753: - Single-threaded random access performance of a fully cached 64MB file on my home PC (WinXP) , Java6: config: impl=Class

[jira] Updated: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2006-12-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-753?page=all ] Yonik Seeley updated LUCENE-753: Attachment: FileReadTest.java Attaching test that reads a file in different ways, either random access or serially, from a number of threads. > Use NIO posit

Re: Payloads

2006-12-21 Thread Ning Li
1. Make the index format extensible by adding user-implementable reader and writer interfaces for postings. ... Here's a very rough, sketchy, first draft of a type (1) proposal. Nice! In approach 1, what is the best abstraction of a flexible index format for Lucene? The draft proposal seems to

[jira] Commented: (LUCENE-708) Setup nightly build website links and docs

2006-12-21 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-708?page=comments#action_12460325 ] Grant Ingersoll commented on LUCENE-708: I have updated/committed the nightly.sh script to not only build the nightly distribution, but it also updates the

Re: New Issues

2006-12-21 Thread Doug Cutting
Grant Ingersoll wrote: I don't have permission to change it (otherwise I would.) I don't see where to change it except globally for all of the Jira installation. Doug - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Payloads

2006-12-21 Thread Doug Cutting
Michael Busch wrote: Yes I could introduce a new class called e.g. PayloadToken that extends Token (good that it is not final anymore). Not sure if I understand your mixin interface idea... could you elaborate, please? I'm not entirely sure I understand it either! If Payload is an interface t

[jira] Commented: (LUCENE-756) Maintain norms in a single file .nrm

2006-12-21 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-756?page=comments#action_12460316 ] Doron Cohen commented on LUCENE-756: Thanks for the comments, Doug. You're right of course, I will add both the header and the constant. (that would be either

Re: New Issues

2006-12-21 Thread Grant Ingersoll
I don't have permission to change it (otherwise I would.) Btw, I did have permission to add a component, so I added one for "Build" to handle build related issues. On Dec 21, 2006, at 1:25 PM, Otis Gospodnetic wrote: I agree. I was surprised to see Major be the default priority the other

[jira] Commented: (LUCENE-756) Maintain norms in a single file .nrm

2006-12-21 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-756?page=comments#action_12460313 ] Doug Cutting commented on LUCENE-756: - Since we're adding a new file, shouldn't we give it a header, so that it's format can be revised? Something like: new

Re: New Issues

2006-12-21 Thread Otis Gospodnetic
I agree. I was surprised to see Major be the default priority the other day. Otis - Original Message From: Grant Ingersoll <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Wednesday, December 20, 2006 10:41:13 PM Subject: New Issues +1 for changing the "Create New Issue" screen

The based sort order is different between lucene 1.3 and lucene 2

2006-12-21 Thread montif
Hi, I used lucene 1.3 to index and search documents in my java application. I modified this one to use lucene 2. API. I changed only the "BooleanQuery" use in my search code. The sort order of the recovered documents during search has been modified. I use the following method to search : searc

Re: Payloads

2006-12-21 Thread Michael Busch
Doug Cutting wrote: A reason not to commit something like this now would be if it complicates the effort to make the format extensible. Each index feature we add now will require back-compatibility in the future, and we should be hesitant to add features that might be difficult to support i

[jira] Commented: (LUCENE-756) Maintain norms in a single file .nrm

2006-12-21 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-756?page=comments#action_12460292 ] Doron Cohen commented on LUCENE-756: > Does this mean a separate file outside the final .cfs files? Oh no - there's a single .nrm file in the .cfs file (inste

[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2006-12-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-753?page=comments#action_12460289 ] Yonik Seeley commented on LUCENE-753: - > The Javadoc says that transferTo can be more efficient because the OS can > transfer bytes > directly from the filesys

[jira] Commented: (LUCENE-756) Maintain norms in a single file .nrm

2006-12-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-756?page=comments#action_12460287 ] Yonik Seeley commented on LUCENE-756: - > - CFS now also maintains all norms in a single file. Does this mean a separate file outside the final .cfs files? >

[jira] Commented: (LUCENE-756) Maintain norms in a single file .nrm

2006-12-21 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-756?page=comments#action_12460285 ] Yonik Seeley commented on LUCENE-756: - Seems like a good idea... given that norms are read once on-demand, I wouldn't expect anything search related to be slow

RE: [jira] Updated: (LUCENE-436) [PATCH] TermInfosReader, SegmentTermEnum Out Of Memory Exception

2006-12-21 Thread Sergiu Gordea
-Original Message- From: Otis Gospodnetic (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wed 12/20/2006 4:45 AM To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-436) [PATCH] TermInfosReader, SegmentTermEnum Out Of Memory Exception [ http://issues.apache.org/jira/browse/LUC