Is it possible to make multiple joins on Solr?

2016-11-08 Thread Lucas Cotta
I was able to implement one join (https://wiki.apache.org/solr/Join) in my query but I couldn't find the correct syntax to use multiple joins... is that possible? Could someone please give me some example? Thanks!

Re: How to implement a custom boost function

2016-10-04 Thread Lucas Cotta
It seems I could also use constant score... but this was introduced on version 5.1... anyway I could do something similar in 4.7.1? Thanks 2016-10-04 11:24 GMT-03:00 Lucas Cotta : > Sorry Bill, I didn't understand your suggestion. Could I implement a sort > function in this cas

Re: How to implement a custom boost function

2016-10-04 Thread Lucas Cotta
boost based on a field name > > > > Bill Bell > Sent from mobile > > > > On Oct 3, 2016, at 11:28 PM, Lucas Cotta wrote: > > > > Hi Walter, unfortunately I use pagination so that would not be possible.. > > > > Thanks > > > > 2016-10-04

Re: How to implement a custom boost function

2016-10-03 Thread Lucas Cotta
y blog) > > > > On Oct 3, 2016, at 6:45 PM, Lucas Cotta wrote: > > > > I actually could also use a custom similarity class that always returns > 1.0 > > then I could use small boost factors such as ^1, ^2, ^3, etc. > > > > But I want to do this onl

Re: How to implement a custom boost function

2016-10-03 Thread Lucas Cotta
only for some queries? Is it possible? Thanks! 2016-10-03 19:49 GMT-03:00 Lucas Cotta : > Hello, > > I'm new in Solr (4.7.2) and I was given the following requirement: > > Given a query such as: > > studentId:(875141 OR 873071 OR 875198 OR 108142 OR 918841 OR 870688 OR &g

How to implement a custom boost function

2016-10-03 Thread Lucas Cotta
Hello, I'm new in Solr (4.7.2) and I was given the following requirement: Given a query such as: studentId:(875141 OR 873071 OR 875198 OR 108142 OR 918841 OR 870688 OR 107920 OR 870637 OR 870636 OR 870635 OR 918792 OR 107721 OR 875078 OR 875166 OR 875151 OR 918829 OR 918808) I want the results