Coder Social home page Coder Social logo

Comments (4)

anidotnet avatar anidotnet commented on May 26, 2024 3

OK. I'll try to implement it using multikey-index whenever I get some time. And it does require a lot of time (both for development and testing) as this will incur significant changes.

For your use case, instead of storing them into a list, you can save the tags as a space delimited string and run full text indexing on it for the time being. The tokenizer will tokenize the string and will store each tag separately, which will have the same effect while searching.

Once I implement array indexing, you can store them as a list.

from nitrite-java.

anidotnet avatar anidotnet commented on May 26, 2024

Currently indexing on array or collection field is not supported in nitrite. The reason I left it because it will make indexing much more complex. But if you want to contribute, you are most welcome, I'll help you in any way I can.

from nitrite-java.

willie68 avatar willie68 commented on May 26, 2024

Sorry, but i don't think, i can/will contribute that deep, because there are, for me personally, to many development dependencies in this project, that i don't like. Like lombok, gradle and so on.
(Only for the development process not for the software itself!)

Back to the topic:
I want to add an tagging solution to stored objects. This tags should be stored into a simple List.
And i want to search after all objects, with a specific tag added. It would be sufficient, that this fields will only showup in the fulltext index.
That's the use case behind this feature request.

from nitrite-java.

anidotnet avatar anidotnet commented on May 26, 2024

The changes should be available to 4.0.0-SNAPSHOTS

from nitrite-java.

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.