[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-22 Thread Karl Wettin (JIRA)
r the lucene trunk /memoryindex <--- stuff for wolfgang All tests pass, except remote, multi and parallell searchers. Jira admins: you are more than welcome to remove all old attachments, except images. > InstanciatedIndex - faster but memo

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-22 Thread wolfgang hoschek (JIRA)
tween measuring indexing or querying. Example output for measuring query throughput on simple term queries: ~50 queries/sec on a MacBook Pro, jdk 1.5.0_06, server VM. As always, your mileage may vary. > InstanciatedIndex - faster but memory consumi

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread wolfgang hoschek (JIRA)
lysis? > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-550 > Project: Lucene - Java > Issue Type: New Fea

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread wolfgang hoschek (JIRA)
RAMDirectory) does InstantiatedIndex pass all tests? That would be great! > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/br

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread Karl Wettin (JIRA)
s/sec= 1093.2944 MB/sec = 34.17 Done benchmarking (without checking correctness). MemoryIndex is a bit faster than InstantiatedIndex. But I'm aware of a couple of small optimizations I can do. > InstanciatedIndex - faster but memory co

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread Karl Wettin (JIRA)
some cases. I will however run your suggested tests tomorrow and report back. And post the latest patches, including my adaptation of your unit test, in case you want to explore it by your self. > InstanciatedIndex - faster but memory c

Re: [jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread karl wettin
21 nov 2006 kl. 21.52 skrev wolfgang hoschek (JIRA): For some more exhaustive tests, run all the queries I'm at home now. Will continue tomorrow. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread Karl Wettin (JIRA)
) and not scoreII - scoreRAM ; ) > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-550 > Project: Lucene - Java >

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread wolfgang hoschek (JIRA)
ON_WORD_PATTERN, false, null), //new PatternAnalyzer(PatternAnalyzer.NON_WORD_PATTERN, true, stopWords), //new SnowballAnalyzer("English", StopAnalyzer.ENGLISH_STOP_WORDS), }; > InstanciatedIndex - faster but memory consuming index > -

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread Karl Wettin (JIRA)
=0.023488527 diff=-0.043373547, query=Apach~ AND Copy*, scoreII=0.043373547, scoreRAM=0.043373547 secs = 3.766 queries/sec= 2.655337 MB/sec = 0.083386995 No bug found. done. Process finished with exit code 0 > InstanciatedIndex - faster but memory

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-11-21 Thread wolfgang hoschek (JIRA)
ery mix found in testqueries.txt is more intended for correctness testing than benchmarking. Therein, certain query types dominate over others, and thus, conclusions about the performance of individual aspects cannot easily be drawn. Wolfgang. > InstanciatedIndex - faster but mem

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-26 Thread Dejan Nenov (JIRA)
? > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-550 > Project: Lucene - Java > Is

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-26 Thread Karl Wettin (JIRA)
amless promotion: I'm actually in the progress of porting all my old diagrams to <http://www.appliedmodels.com/>, this fantastic MDA-tool a friend of mine just released to the public. So quite soon there will be new diagrams. Pehaps even PDF. Until then you're stuck to zooming :) > I

Re: [jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-26 Thread karl wettin
On Wed, 2006-07-26 at 13:56 -0700, Otis Gospodnetic wrote: > > I haven't exactly looked at the source code in your branch, but I > always wondered how changes in your personal branch off of Lucene 2 > will ever get into the main trunk, since your efforts are, I think, > omstly out of sync with pat

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-26 Thread Dejan Nenov (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=comments#action_12423719 ] Dejan Nenov commented on LUCENE-550: Can we please get the class diagrams in PDF format - the PNGs are so tny - they are undreadable :( > InstanciatedIn

Re: [jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-26 Thread Otis Gospodnetic
y mom says hi to your mom. Otis - Original Message From: Karl Wettin (JIRA) <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, July 20, 2006 4:05:21 AM Subject: [jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index [ http://issues

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-26 Thread Karl Wettin (JIRA)
me, but it would be nice if they passed. > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-550 > Proj

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-23 Thread Karl Wettin (JIRA)
-finalized Document and Term) and one new class (InterfaceIndexWriter implemented by IndexWriter in patch) instead of attaching the whole trunk. Still fails a few score- and RMI-tests. > InstanciatedIndex - faster but memory consuming in

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-22 Thread Karl Wettin (JIRA)
JUnitStarter.java:32) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at com.intellij

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-21 Thread Karl Wettin (JIRA)
e use this code, don't. :-) Hopefully most of the problems share the same problem. I'll be at the code this weekend, and perhaps a few days next week if needed. > InstanciatedIndex - faster but memory consuming index > - > >

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-20 Thread Karl Wettin (JIRA)
count have been reached?) > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-550 > Project: Lucene - Jav

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-07-20 Thread Karl Wettin (JIRA)
mount of terms. have seen 20x-200x) than RAMDirectory when comparing search and to retrieve documents time combined. > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 >

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-06-16 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=comments#action_12416583 ] Karl Wettin commented on LUCENE-550: There is a bug with phrase queries. Possible term positions. Low priority for me. > InstanciatedIndex - faster but memory consum

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-06-14 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=comments#action_12416271 ] Karl Wettin commented on LUCENE-550: > I'll come with a new number soon enough. Right, it was 25% faster. So forget everthing I said about anything. > Instan

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-06-14 Thread Karl Wettin (JIRA)
re. So forget about the 1500. I'll come with a new number soon enough. > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-

Re: [jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-06-14 Thread karl wettin
On Wed, 2006-06-14 at 07:36 +, Karl Wettin (JIRA) wrote: > > > If eveything works as it should (I think so) then I'm happy to report > that a FuzzyQuery seems to be about 1500 (one thousand five hundred) > times faster on this memory implementation than on a RAMDirectory. The > speed is gaine

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-06-14 Thread Karl Wettin (JIRA)
hat a FuzzyQuery seems to be about 1500 (one thousand five hundred) times faster on this memory implementation than on a RAMDirectory. The speed is gained by not creating a new instance of each Term in a TermEnum. > InstanciatedIndex - faster but memory consumi

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-28 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Otis Gospodnetic updated LUCENE-550: Attachment: (was: src.tar.gz) > InstanciatedIndex - faster but memory consuming in

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-28 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Otis Gospodnetic updated LUCENE-550: Attachment: (was: InstanciatedIndex.java) > InstanciatedIndex - faster but memory consuming in

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-28 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Otis Gospodnetic updated LUCENE-550: Attachment: (was: src_20060509.tar.gz) > InstanciatedIndex - faster but memory consuming in

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-28 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Otis Gospodnetic updated LUCENE-550: Attachment: (was: src-1.9karl1_20060611.tar.gz) > InstanciatedIndex - faster but memory consuming in

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-28 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Otis Gospodnetic updated LUCENE-550: Attachment: (was: Term.java) > InstanciatedIndex - faster but memory consuming in

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-28 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Otis Gospodnetic updated LUCENE-550: Attachment: (was: Document.java) > InstanciatedIndex - faster but memory consuming in

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-27 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Karl Wettin updated LUCENE-550: --- Attachment: instanciated_20060527.tar This update makes InstanciatedIndex compatible with Lucene, given that issue 580 and 581 is adopted. It depends on

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-11 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Karl Wettin updated LUCENE-550: --- Attachment: lucene.1.9-karl1.jpg This is the diagram of InstanciatedIndex as of 1.9-karl1 > InstanciatedIndex - faster but memory consuming in

Re: [jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-11 Thread karl wettin
On Thu, 2006-05-11 at 18:46 +, Karl Wettin (JIRA) wrote: > for 2.0, tolk me what tell me what.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-11 Thread Karl Wettin (JIRA)
OK with and gave me at least two weeks notice I /might/ find time to back-factor the code. > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/brows

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-11 Thread Doug Cutting (JIRA)
e the back-compatiblity. > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-550 > Project: Lucene - Java > Ty

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-11 Thread Karl Wettin (JIRA)
. Now about 40x faster than RAMDirectory. Stats for test: 500 documents. 1-5K text content. 10 000 * 5 spans 10 000 * 13 term and boolean term queries. collected top 100 documents for each search results. InstanciatedIndex is 40x faster than the RAMDirectory. InstanciatedIndex running on Lucene 1.9

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-09 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=comments#action_12378776 ] Karl Wettin commented on LUCENE-550: Oups InstanciatedIndex: Corpus creation took 14011 ms. Term queries took 33608 ms. RAMDirectory: Corpus creation took 9144 ms. Term

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-05-09 Thread Karl Wettin (JIRA)
for real yet. Hope to have that working and an updated class diagram for you soon. > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-

InstanciatedIndex

2006-05-09 Thread karl wettin
I'm about to release a new version. Is there a specific corpus you want me to use for the test case? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-21 Thread Karl Wettin (JIRA)
ds to be refactored. > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-550 > Project: Lucene - Java > Type: New Feat

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-20 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=comments#action_12375453 ] Karl Wettin commented on LUCENE-550: Due to read and write locks, this is how one must use the extention: InstanciatedIndex ii = new InstanciatedIndex(); IndexWriter iw

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-20 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Karl Wettin updated LUCENE-550: --- Attachment: class_diagram.png Class diagram over InstanciatedIndex > InstanciatedIndex - faster but memory consuming in

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-20 Thread Karl Wettin (JIRA)
ormal. :-) See the class diagram to understand what I did. > InstanciatedIndex - faster but memory consuming index > - > > Key: LUCENE-550 > URL: http://issues.apache.org/jira/browse/LUCENE-550 > Project: Lucen

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-20 Thread Karl Wettin (JIRA)
IndexReader as the information it returns in many situations already available in the information passed IndexReader, but I'm afraid it might be a Pyrrhus victory as the Jit usually automatically "caches" things like that. There are more obvious places to save ticks, e.g. replacin

[jira] Commented: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-20 Thread Yonik Seeley (JIRA)
yway (see comments in SmallFloat class). So I wouldn't expect float[] norms to be mesurably faster than byte[] norms in the context of a complete search. > InstanciatedIndex - faster but memory consuming index > - > >

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-19 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Karl Wettin updated LUCENE-550: --- Attachment: Document.java > InstanciatedIndex - faster but memory consuming index > - > >

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-19 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Karl Wettin updated LUCENE-550: --- Attachment: Term.java > InstanciatedIndex - faster but memory consuming index > - > >

[jira] Updated: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-19 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ] Karl Wettin updated LUCENE-550: --- Attachment: InstanciatedIndex.java > InstanciatedIndex - faster but memory consuming in

[jira] Created: (LUCENE-550) InstanciatedIndex - faster but memory consuming index

2006-04-19 Thread Karl Wettin (JIRA)
InstanciatedIndex - faster but memory consuming index - Key: LUCENE-550 URL: http://issues.apache.org/jira/browse/LUCENE-550 Project: Lucene - Java Type: New Feature Components: Store Versions: 1.9