Giter Club home page Giter Club logo

Comments (1)

simonhughes22 avatar simonhughes22 commented on June 1, 2024

@Timopheym sorry for the late reply. I am currently working on a 7.5 version, especially in Lieue of my talk in 2 weeks at the activate conference (new name for lucene revolution). The easiest way is to use Maven to upgrade the lucene and solr library versions to 7.5 and fix the compilation errors. However there's a lot of functionality in this repo, and I am guessing you are probably only interested in a small subset of it. So you may just want to clone the repo, take the sections of the code that you want in 7.5, and recompile just those parts against 7.5. In my opinion, the most useful parts are the token filters, the similarity functions and the MLT handlers (and related). A lot of the other components, such as the boolean parser, spell checker and suggester are somewhat custom to dice, and probably less useeful to a general audience. I would also advise against using a lot of bespoke code within solr where possible, but in certain circumstances, such as the MLT, the current solr implementation is lacking and so plugins are the way to go. At some point I just issue a PR to try and get some of this into solr core. Also note that some functionality in here is no longer needed or less useful, given the features added in solr 6 and 7. For example, you can currently use the payload_score query parser to leverage payloads as part of your scoring function (although that's still somewhat limited).

from solrplugins.

Related Issues (2)

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.