Giter Club home page Giter Club logo

Comments (5)

Shazwazza avatar Shazwazza commented on July 29, 2024 1

Will be shipped with 3.2.1 today.

from examine.

Shazwazza avatar Shazwazza commented on July 29, 2024

I need to understand why this is being done in the first place?

from examine.

croban avatar croban commented on July 29, 2024

I want to create Block Index (BlockJoin) therefore I must use UpdateDocuments Method and I have to change
IndexWriter.UpdateDocument to IndexWriter.UpdateDocuments inside my override void AddDocument method.
Do you have maybe another solution for this?

from examine.

Shazwazza avatar Shazwazza commented on July 29, 2024

Really sorry for the long delay here. I can't fields or properties mutable read/write since that is dangerous and can easily result in folks making mistakes that are hard to debug.

An easy solution is to add a virtual method:

protected virtual long? UpdateLuceneDocument(Term term, Document doc)

Then you can override this, update the document as you wish and return your custom lastestGen value.

I'll get this done and ship a new version shortly.

from examine.

Shazwazza avatar Shazwazza commented on July 29, 2024

https://github.com/Shazwazza/Examine/releases/tag/v3.2.1

from examine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.