Custom SOLR plugin that returns a field + where you can sort on that field

2014-12-04 Thread Mathijs Corten
Hello, *Usercase:* At this moment we have the current situation : We have customers that want to rent houses to visitors of our website. Customers can vary the prices according to specific dates, so renting a house at holidays will cost more. *The problems:* - prices may vary according to the

Re: Custom SOLR plugin that returns a field + where you can sort on that field

2014-12-04 Thread Mathijs Corten
http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 4 December 2014 at 05:54, Mathijs Corten wrote: Hello, *Usercase:* At this moment we have the current situation : We have customers that want to rent houses to visitors of our we

dynamic field value in ValueSource

2015-01-15 Thread Mathijs Corten
Hello, At this moment i'm writing my own SOLR plugin with a custom ValueSourceParser and ValueSource, it's goal is to read a few fields from the document (For now). I'm currently testing with the following fields: multiValued="false" /> stored="true" multiValued="false" /> The problem is,