Hi,
the TermVectorComponent allows me to retrieve data about the terms of a
document, including tf-idf. Is it possible to get this data for a text, but
without storing it in SOLR? As far as I figured out, the AnalysisComponent
comes close, but does not return the core specific frequencies. Obvious
Hi,
I send a query to SOLR, which returns exactly one document. It's a
"id:some_doc_id" search. Here are the parameters as shown in the response:
params: {
mlt.mindf: "1",
mlt.count: "5",
mlt.fl: "text",
fl: "id,,application_id,...
project_start,project_end,project_title,score",
start