OuterHashJoin doesn't return values

2017-01-22 Thread Sadheera Vithanage
Hello, When I issue a OuterHashJoin (stream expression) as below it doesn't return any results from the right stream. outerHashJoin( search(ChildDocuments, q=*:* , fl="ContentId", sort="ContentId asc"), hashed= search(ParentDocuments, q=*:*, fl="Id,DocId,SubDocId", sort="Id asc"), on="ContentId=I

Re: Solrj similarity setting

2017-01-22 Thread Will Martin
Farida: Can you define a dsl? (domain specific model). If you stand a RESTful api on the DSL, you can write a BM25F similarity, with conditionals maybe controlled by a func query accessing field payloads? :-) On 1/21/2017 6:13 AM, Markus Jelsma wrote: No, this is not possible. A similarity i