Man!
I think you need to ask your girlfriend to move closer! ;)
Otis

----- Original Message ----
From: Hoss Man (JIRA) <[EMAIL PROTECTED]>
To: java-dev@lucene.apache.org
Sent: Monday, January 15, 2007 4:36:27 AM
Subject: [jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory 
consuming index


    [ 
https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464707
 ] 

Hoss Man commented on LUCENE-550:
---------------------------------

Karl: the trunk.diff i just attached fixes a small autoboxing dependency your 
patch introduced into the core (preventing compilation on java 1.4). I also 
added build.xml files to the new contrib dirs, rearanged the directory of the 
contribs so they match the default for contribs and the   the build.xml files 
could be simple.  Once i did this i discovered some unneccessary dependencies 
on commons-logging that i removed.  Then i ran the tests, and got some errors 
-- which are included in test-reports.zip so you can check them out.

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: https://issues.apache.org/jira/browse/LUCENE-550
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Store
>    Affects Versions: 2.0.0
>            Reporter: Karl Wettin
>         Assigned To: Karl Wettin
>         Attachments: class_diagram.png, class_diagram.png, 
> lucene.1.9-karl1.jpg, test-reports.zip, trunk.diff, trunk.diff.bz2
>
>
> An non file centrinc all in memory index. Consumes some 2x the memory of a 
> RAMDirectory (in a term satured index) but is between 3x-60x faster depending 
> on application and how one counts. Average query is about 8x faster. 
> IndexWriter and IndexModifier have been realized in InterfaceIndexWriter and 
> InterfaceIndexModifier. 
> InstantiatedIndex is wrapped in a new top layer index facade (class Index) 
> that comes with factory methods for writers, readers and searchers for unison 
> index handeling. There are decorators with notification handling that can be 
> used for automatically syncronizing searchers on updates, et.c. 
> Index also comes with FS/RAMDirectory implementation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to