Git Product home page Git Product logo

Comments (5)

Shazwazza avatar Shazwazza commented on June 2, 2024

The .Id query is querying on __Node Id which is the document Id, is that how you are indexing the document?

Here's a working example in the tests

from examine.

jakoss avatar jakoss commented on June 2, 2024

I was using the id field during indexing, so it should work. And for example - deletes by id worked correctly, but queries did not.

Either way - for multiple reasons we decided to move to "bare" Lucene.net, we need more granular control over our indexes. So we can close this i think

from examine.

Shazwazza avatar Shazwazza commented on June 2, 2024

Ok thanks for the update. Not sure why Id wasn't working for you, that seems very strange. Also note that you can get direct access to the underlying Lucene APIs via Examine by casting the index to LuceneIndex which gives you access to the underlying Lucene APIs.

from examine.

jakoss avatar jakoss commented on June 2, 2024

Also note that you can get direct access to the underlying Lucene APIs via Examine by casting the index to LuceneIndex which gives you access to the underlying Lucene APIs.

We were using that so much that keeping examine as a passthrough didn't make much sense for us 😁

from examine.

Shazwazza avatar Shazwazza commented on June 2, 2024

fair enough :)

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.