Dear solr community I’m supposed to extract keywords from long texts. I do have a solr index with a lot of documents from the same domain as my texts. So, I was wondering if I can use solr to extract those keywords. Ideally I would want to use the TF-IDF basd “importantTerms” from the “more like this” function, but without indexing the text first. Is there a way to run a more like this query not based on a document id, but on a a text supplied by the query? Or is there another way to achieve my goal?
I have also been looking into using the /stream handler, but the solr core is set up as standalone and not in cloud mode. Best David