List Info

Thread: Created: (LUCENE-550) InstanciatedIndex - faster but memory consuming index




Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2006-11-27 16:49:26
     [ http://issues.apache.org/jira/browse/LUCENE-550?page=all
 ]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment:     (was: lucene2-karl_20060723.tar.gz)

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http:
//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,
lucene2karl-061122.tar.gz
>
>
> 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: http://issues.apache.org/jira/secure/Administrators.jspa

-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2006-11-27 16:49:28
     [ http://issues.apache.org/jira/browse/LUCENE-550?page=all
 ]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment:     (was: lucene2-karl_20060722.tar.gz)

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http:
//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,
lucene2karl-061122.tar.gz
>
>
> 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: http://issues.apache.org/jira/secure/Administrators.jspa

-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2006-11-27 16:49:31
     [ http://issues.apache.org/jira/browse/LUCENE-550?page=all
 ]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment:     (was: instanciated_20060527.tar)

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http:
//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,
lucene2karl-061122.tar.gz
>
>
> 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: http://issues.apache.org/jira/secure/Administrators.jspa

-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2006-11-27 16:49:34
     [ http://issues.apache.org/jira/browse/LUCENE-550?page=all
 ]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment:     (was: InstanciatedIndexTermEnum.java)

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http:
//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,
lucene2karl-061122.tar.gz
>
>
> 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: http://issues.apache.org/jira/secure/Administrators.jspa

-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2006-11-27 16:51:23
    [ http://issues.apache.org/jira/brows
e/LUCENE-550?page=comments#action_12453642 ] 
            
Karl Wettin commented on LUCENE-550:
------------------------------------

> Jira admins: you are more than welcome to remove all
old attachments, except images.

oh, i had no clue my status was upgraded. cool. fixed it my
self.

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http:
//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,
lucene2karl-061122.tar.gz
>
>
> 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: http://issues.apache.org/jira/secure/Administrators.jspa

-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org

Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2007-01-21 12:30:30
     [ https://issues.apache.org/jira/browse/LUCENE-550?page=com.
atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment: trunk.diff.bz2

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http
s://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, 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.js
pa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2007-01-21 12:34:30
     [ https://issues.apache.org/jira/browse/LUCENE-550?page=com.
atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment:     (was: trunk.diff.bz2)

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http
s://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: 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.js
pa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2007-01-21 12:34:30
     [ https://issues.apache.org/jira/browse/LUCENE-550?page=com.
atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment:     (was: class_diagram.png)

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http
s://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: 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.js
pa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2007-01-21 12:34:30
     [ https://issues.apache.org/jira/browse/LUCENE-550?page=com.
atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment:     (was: class_diagram.png)

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http
s://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: 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.js
pa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index
user name
2007-01-21 12:34:31
     [ https://issues.apache.org/jira/browse/LUCENE-550?page=com.
atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Karl Wettin updated LUCENE-550:
-------------------------------

    Attachment:     (was: lucene.1.9-karl1.jpg)

> InstantiatedIndex - faster but memory consuming index
> -----------------------------------------------------
>
>                 Key: LUCENE-550
>                 URL: http
s://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: 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.js
pa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        

------------------------------------------------------------
---------
To unsubscribe, e-mail: java-dev-unsubscribelucene.apache.org
For additional commands, e-mail: java-dev-helplucene.apache.org


[1-10] [11-20] [21-30] [31-40] [41-50] [51-60] [61-70] [71-80] [81-90] [91-100] [101-110] [111-120] [121-128]

about | contact  Other archives ( Real Estate discussion Medical topics )