Re: Solr join + Boost in single query

2015-03-04 Thread sraav
Yes Mikhail. Similar to the one you mentioned. The only difference is that,
in my case a uinon between two cores would work too..



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-join-Boost-in-single-query-tp4190825p4190911.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr join + Boost in single query

2015-03-03 Thread sraav
Eric,

I am trying to boost the fields that match both the cores to the top of the
list.  Or atleast get a union of the two cores. 

Thanks,
Raavi



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-join-Boost-in-single-query-tp4190825p4190861.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr join + Boost in single query

2015-03-03 Thread sraav
Or do you think there is a way to do a union between the two cores? 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-join-Boost-in-single-query-tp4190825p4190860.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr join + Boost in single query

2015-03-03 Thread sraav
David,
Thank you for the reply. 

How about boosting on the records that match the both the cores or may be
boosting on join may be? Is there a way we can do that? 

Raav



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-join-Boost-in-single-query-tp4190825p4190852.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr join + Boost in single query

2015-03-03 Thread sraav
David,

Is it possible to write a query to join two cores and either bring back data
from the two cores or to boost on the data coming back from either of the
cores? Is that possible with Solr? 

Raavi



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-join-Boost-in-single-query-tp4190825.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Boosting by calculated distance buckets

2015-02-18 Thread sraav
David,

I just subscriped to the solr list..lets see if that will allow me to
posting this. 

I will write a Custom ValueSource.  I tried the map function that you
suggested, it works but it is not so great on performance.  

I will try referring funtion query as a sort instead of bq..may be it will
perform better. Either ways ValusSource seems like a better bet over all.  

Thanks You so much!!
Raav



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Boosting-by-calculated-distance-buckets-tp4186504p4187274.html
Sent from the Solr - User mailing list archive at Nabble.com.


Boosting by calculated distance buckets

2015-02-14 Thread sraav
I hit a block when I ran into a use case where I had to boost on ranges of
distances calculated at query time. This is the case when the distance is
not present in the document initially but calulated based on the user
entered lat/long values. 

1. Is it required that all the boost parameters be searchable or can we
boost on dynamic parameters which are calculated ?
2. Is there a way to boost on geodist() in a specific range – For example –
Boost all the cars listed within 20-50kms range(from the search zip) by 100.
And give a boost of 85 to all the cars listed within 51-80kms range  from
the search zip. 

Please provide your feedback and let me know if there are any other options
that i could try out. 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Boosting-by-calculated-distance-buckets-tp4186504.html
Sent from the Solr - User mailing list archive at Nabble.com.