Hello,
I'm trying to parse Solr Responses with SolrJ, but the responses contain mixed
types : for example 'song' documents and 'movie' documents with different
fields.
The getBeans method takes 1 class type as input parameter, this does not allow
for mixed document types responses.
What would
Hi,
I've been looking for ways to do homophone matching in Solr for CJK languages.
I am digging into Chinese for a start.
My inputs are words made of simplified characters, and I need to match words
that use different characters, but are pronounced the same way.
My conclusion is that I need to
Hello,
I am trying to have the input "darkknight" match documents containing either
"dark knight" and "darkknight".
The reverse should also work ("dark knight" matching "dark knight" and
"darkknight") but it doesn't. Does anyone know why?
When I run the following query I get the expected respo