Re: modeling prices based on daterange using multipoints

2012-12-12 Thread David Smiley (@MITRE.org)
q= the spatial query then you simply do score sorting. ~ David - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/modeling-prices-based-on-daterange-using-multipoints-tp4026011p4026456.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: modeling prices based on daterange using multipoints

2012-12-12 Thread Geert-Jan Brits
eSource, being a valueSource, would enable me to expose it by name to the frontend? What I'm saying is: let's say I want to call this implementation 'pricesort' and chain it with other sorts, like: 'sort=pricesort asc, popularity desc, name asc'. Or use it by name in a functionquery. That would be possible right? Geert-Jan > > - > Author: > http://www.packtpub.com/apache-solr-3-enterprise-search-server/book > -- > View this message in context: > http://lucene.472066.n3.nabble.com/modeling-prices-based-on-daterange-using-multipoints-tp4026011p4026256.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: modeling prices based on daterange using multipoints

2012-12-11 Thread David Smiley (@MITRE.org)
e. You'd have to get back all the values, or maybe write a DocTransformer to find the specific one. ~ David - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/modeling-prices-based-on-daterange-using-multipoints-tp4026011p4026256.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: modeling prices based on daterange using multipoints

2012-12-11 Thread britske
yList per doc. And it's not NRT search friendly, and doesn't > relinquish its resources (i.e. on commit) as quickly as it should. I know > what it's problems are but I have been quite busy. > > ~ David > Author: > http://www.packtpub.com/apache-solr-3-enterprise-search-server/book

Re: modeling prices based on daterange using multipoints

2012-12-11 Thread David Smiley (@MITRE.org)
and doesn't relinquish its resources (i.e. on commit) as quickly as it should. I know what it's problems are but I have been quite busy. ~ David - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/modeling-prices-based-on-daterange-using-multipoints-tp4026011p4026151.html Sent from the Solr - User mailing list archive at Nabble.com.

modeling prices based on daterange using multipoints

2012-12-11 Thread britske
points (which would make the above work I guess) but just would like to confirm. Looking forward to your feedback, Best, Geert-Jan -- View this message in context: http://lucene.472066.n3.nabble.com/modeling-prices-based-on-daterange-using-multipoints-tp4026011.html Sent from the Solr - User mailing list archive at Nabble.com.