FAQ
Hi all,

I would like to update a document as follows.

1) retrieve the document from an IndexReader/Searcher
2) delete the document
3) manipulate the document, that is remove and add fields
4) save the document using an IndexWriter

When I do this all fields that were indexed and/or tokenized but not
stored get lost.

So is there any way to preserve fields that were not stored?
Reconstructing these fields is to expensive in my application.

Thanks in advance,

Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Search Discussions

  • Chris Hostetter at Jun 14, 2005 at 6:26 am
    : When I do this all fields that were indexed and/or tokenized but not
    : stored get lost.
    :
    : So is there any way to preserve fields that were not stored?
    : Reconstructing these fields is to expensive in my application.

    "preserving" those fields is pretty much the oposite of "not storing"
    them.

    i think some people have discussed the idea of using the term vector info
    to reconstruct the token stream to recreate a doc with identical
    properties from a search perspective, but in general, the most straight
    forward way to achieve what you want is to store every field.



    -Hoss


    ---------------------------------------------------------------------
    To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupjava-user @
categorieslucene
postedJun 13, '05 at 12:31p
activeJun 14, '05 at 6:26a
posts2
users2
websitelucene.apache.org

People

Translate

site design / logo © 2023 Grokbase