Re: Is it possible to specify a pattern of Ranking while querying the indexes?

2008-09-29 Thread Shalin Shekhar Mangar
Well that is not very well defined. I suppose if you can mathematically defined an ordering, you can implement it by writing some plugin code. On Mon, Sep 29, 2008 at 9:57 AM, tushar kapoor [EMAIL PROTECTED] wrote: What I need is a specific sorting order in which the documents are retrieved.

Re: Is it possible to specify a pattern of Ranking while querying the indexes?

2008-09-29 Thread tushar kapoor
In case I dont want to write a plugin code for that, what is the option that I am left with ? As I see it, one of the solution is to add a new a ranking field and query on the basis of ascending/descending values of the ranking filed. To change the sort order change the value of the ranking

Re: Is it possible to specify a pattern of Ranking while querying the indexes?

2008-09-29 Thread Shalin Shekhar Mangar
Have you seen boosting query (bq parameter) in DisMax? Does that not satisfy your constraints? On Mon, Sep 29, 2008 at 12:22 PM, tushar kapoor [EMAIL PROTECTED] wrote: In case I dont want to write a plugin code for that, what is the option that I am left with ? As I see it, one of the

Re: Is it possible to specify a pattern of Ranking while querying the indexes?

2008-09-28 Thread tushar kapoor
What I need is a specific sorting order in which the documents are retrieved. The only way I know that this is possible is using something like this - widescreen AND HDTV^2; popular desc, score desc; as given on http://wiki.apache.org/solr/SolrRelevancyCookbook?highlight=%28ranking%29

Is it possible to specify a pattern of Ranking while querying the indexes?

2008-09-26 Thread tushar kapoor
I want to specify a particular pattern in which results are retrieved for a query. Can a pattern of ranks be specified in the query ? -- View this message in context: http://www.nabble.com/Is-it-possible-to-specify-a-pattern-of-Ranking-while-querying-the-indexes--tp19690731p19690731.html Sent