SolrJ: getBeans with multiple document types in response

2015-06-19 Thread Catala, Francois
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

Chinese to Pinyin transliteration : homophone matching

2013-06-10 Thread Catala, Francois
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

Shingles Filter Query time behaviour

2013-03-18 Thread Catala, Francois
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