Re: using solr to extarct keywords from a long text?

2020-06-11 Thread David Zimmermann
Hi Mikhail Your suggested solution does seem to work for me. Thank you so much for the help! Best regards David For future reference in case someone else wants do the same, here are some more details about the steps needed: - The more like this handler is not in the default solrconfig.xml

using solr to extarct keywords from a long text?

2020-06-10 Thread David Zimmermann
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

Re: Edismax query using different strings for different fields

2020-06-07 Thread David Zimmermann
’re not really enclosing the search text in parentheses (or quotes if they should be phrases). Also, if you’re willing to form separate clauses like this, there's no reason to even use edismax since its purpose is to automatically distribute search terms over multiple fields and you’re explicitly spec

Edismax query using different strings for different fields

2020-06-05 Thread David Zimmermann
I could need some advice on how to handle a particular cross language search with Solr. I posted it on Stackoverflow 2 months ago, but could not find a solution. I have documents in 3 languages (English, German, French). For simplicity let's assume it's just two languages (English and German).