Git Product home page Git Product logo

Comments (3)

dsmiley avatar dsmiley commented on May 25, 2024

Hi Justin. There is no forum or mailing list to my knowledge.

The earlier versions of the tagger request handler configured stuff at the top-level instead of following standard default/appends/invariants conventions. That still works but is deprecated; you should put all parameters in "defaults" or "invariants" as applicable. The solrconfig.xml you reference uses a mixed style; it really should be updated to minimize confusion. I think that if you put 'fq' in the defaults section, that the request will override it. If it doesn't work then it's a bug! I would like to keep setTopInitArgsAsInvariants private as it's likely to go away once we cut compatibility with the old style config, but it's not important.

But nonetheless the tagger only supports one 'fq' query, unlike a standard Solr search. It should be easy to add; "searcher.getDocSet(filterQuery)" takes a list of queries as well. Pull requests are welcome :-)

from solrtexttagger.

jdeolive avatar jdeolive commented on May 25, 2024

Thanks David! Using fq in "appends" along with handling multiple fq's in computeDocCorpus gives me what i need. I'll work on the pull request.

from solrtexttagger.

mubaldino avatar mubaldino commented on May 25, 2024

Hi Justin,

No mailing list currently.

The Xponents/Extraction/ geo pkg has a SolrGazetteer and a GazetteerMatcher that make use of the gazetteer core directly. SolrGaz facilitates the most common search routines, while GazMatcher is the SolrTextTagger implementation where the "/tag" request processor comes into play. So, GazMatcher is the class I'd target for adding this live feature -- adapting the solr params to /tag, such as extending the "fq" or other params.

I'm working on Xponents v2.7d SNAPSHOT -- in master; Currently running through testing that... Once 2.7.1 is finally released (after going through a,b,c,d fix up releases), I'll start managing changes off in branches. Overdue for a documentation release, too.

thanks for the feedback.

Marc

from solrtexttagger.

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.