Re: Custom Solr FunctionQuery Error

2013-02-18 Thread Á_____o
7;s a by-user score customization, but I would probably find helpful your solution. Thanks! Álvaro -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-Solr-FunctionQuery-Error-tp3615899p4041113.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Custom Solr FunctionQuery Error

2011-12-28 Thread Parvin Gasimzade
Thank you for your answers. I have a Map and want to boost the score of that documents during search time. In my example i get that map inside ValueSource and boost the matched documents score. In the query if {!graph} is added then it will return boosted query otherwise it will return regular l

Re: Custom Solr FunctionQuery Error

2011-12-28 Thread Yonik Seeley
On Wed, Dec 28, 2011 at 2:16 AM, Parvin Gasimzade wrote: > I have created custom Solr FunctionQuery in Solr 3.4. > I extended ValueSourceParser, ValueSource, Query and QParserPlugin classes. Note that you only need a QParserPlugin implementation for top level query types, not function queries. Wi

Re: Custom Solr FunctionQuery Error

2011-12-28 Thread Juan Grande
Hi Parvin, You must also add the query parser definition to solrconfig.xml, for example: *Juan* On Wed, Dec 28, 2011 at 4:16 AM, Parvin Gasimzade < parvin.gasimz...@gmail.com> wrote: > Hi all, > > I have created custom Solr FunctionQuery in Solr 3.4. > I extended ValueSourceParser, ValueSou

Custom Solr FunctionQuery Error

2011-12-27 Thread Parvin Gasimzade
Hi all, I have created custom Solr FunctionQuery in Solr 3.4. I extended ValueSourceParser, ValueSource, Query and QParserPlugin classes. I set the name parameter as "graph" inside GraphQParserPlugin class. But when try to search i got an error. Search queries are http://localhost:8080/solr/sel