Re: Query Elevation Component as a Managed Resource

2017-01-10 Thread Jeffery Yuan
Hi, kamaci: That's great :) It's so nice of you to create the path and implement the feature which are wanted for a long time :) Best, Jeffery Yuan -- View this message in context: http://lucene.472066.n3.nabble.com/Query-Elevation-Component-as-a-Managed-Resource-tp4312089p4313380.html Sent

Re: Query Elevation Component as a Managed Resource

2017-01-10 Thread Furkan KAMACI
Hi Jeffery, I was looking whether an issue is raised for it or not. Thanks for pointing it, I'm planning to create a patch. Kind Regards, Furkan KAMACI On Mon, Jan 9, 2017 at 6:44 AM, Jeffery Yuan wrote: > I am looking for same things. > > Seems Solr doesn't support this. > > Maybe you can vo

Re: Query Elevation Component as a Managed Resource

2017-01-08 Thread Jeffery Yuan
I am looking for same things. Seems Solr doesn't support this. Maybe you can vote for https://issues.apache.org/jira/browse/SOLR-6092, so add a patch for it :) -- View this message in context: http://lucene.472066.n3.nabble.com/Query-Elevation-Component-as-a-Managed-Resource-tp4312089p4313034

Re: [Query Elevation Component] Elevate on collapsed field

2016-09-19 Thread Alessandro Benedetti
More I investigate the code more I grow sceptical it is feasible at all with the current architecture I will investifgate a bit more. Cheers On Mon, Sep 19, 2016 at 10:17 AM, Alessandro Benedetti < abenede...@apache.org> wrote: > Hi gents, > I was thinking to use the query elevation compone

Re: Query Elevation

2016-07-11 Thread Koji Sekiguchi
Hello, I'm curious, why do you want the particular document to place second, not top, of the result for a particular query? Sorry this isn't the answer for your question, but I think you can implement it rather easy if you study the existing query elevation. Koji On 2016/07/08 19:59, Swathika

Re: Query Elevation Component only elevates one document in elevateIds list

2015-02-08 Thread Charles Sanders
pache.org Sent: Friday, February 6, 2015 2:54:20 PM Subject: Re: Query Elevation Component only elevates one document in elevateIds list Try sending the elevateIds as a comma delimited list. Joel Bernstein Search Engineer at Heliosearch On Fri, Feb 6, 2015 at 2:17 PM, Charles Sanders wrote: &g

Re: Query Elevation Component only elevates one document in elevateIds list

2015-02-06 Thread Joel Bernstein
Try sending the elevateIds as a comma delimited list. Joel Bernstein Search Engineer at Heliosearch On Fri, Feb 6, 2015 at 2:17 PM, Charles Sanders wrote: > Using the Query Elevation Component in solr 4.8 and the elevateIds > parameter to force 3 documents to the top of the query results. Query

Re: Query Elevation Component

2013-06-05 Thread davers
I have not implemented it yet. And I forget the exact webpage I found. But there was a person on that page discussing the same problem and said it was easy to implement a solution for it but he did not share his solution. If you figure it out let me know. -- View this message in context: http:/

Re: Query Elevation Component

2013-06-05 Thread jmlucjav
davers wrote > I want to elevate certain documents differently depending a a certain fq > parameter in the request. I've read of somebody coding solr to do this but > no code was shared. Where would I start looking to implement this feature > myself? Davers, I am also looking into this feature.

Re: Query Elevation exception on shard queries

2013-05-08 Thread varun srivastava
Ok found the solution .. Like SpellcheckComponent , Elevate Component also requires shards.qt param .. But still dont know why both these components doesn't work in absense of shards.qt . Can anyone explain ? Thanks Varun On Mon, May 6, 2013 at 1:14 PM, varun srivastava wrote: > Thanks Ravi. So

Re: Query Elevation exception on shard queries

2013-05-06 Thread varun srivastava
Thanks Ravi. So then it is a bug . On Mon, May 6, 2013 at 12:04 PM, Ravi Solr wrote: > Varun, > Since our cores were totally disjoint i.e. they pertain to two > different applications which may or may not have results for a given query, > we moved the elavation outside of solr into our

Re: Query Elevation exception on shard queries

2013-05-06 Thread Ravi Solr
Varun, Since our cores were totally disjoint i.e. they pertain to two different applications which may or may not have results for a given query, we moved the elavation outside of solr into our java code. As long as both cores had some results to return for a given query elevation would wo

Re: Query Elevation exception on shard queries

2013-05-04 Thread varun srivastava
Hi , I am getting same exception as Ravi when using shard query containing elevated terms. I am using solr 4.0.0 stable version which is suppose to contain fix for this. https://issues.apache.org/jira/browse/SOLR-2949 ava.lang.IndexOutOfBoundsException: Index: 1, Size: 0\n\tat java.util.ArrayLi

Re: Query Elevation exception on shard queries

2013-05-04 Thread varun srivastava
Hi Ravi, I am getting same probelm . You got any solution ? Thanks Varun On Fri, Mar 29, 2013 at 11:48 AM, Ravi Solr wrote: > Hello, > We have a Solr 3.6.2 multicore setup, where each core is a complete > index for one application. In our site search we use sharded query to query > two

Re: Query Elevation Component

2013-04-18 Thread davers
I want to elevate certain documents differently depending a a certain fq parameter in the request. I've read of somebody coding solr to do this but no code was shared. Where would I start looking to implement this feature myself? -- View this message in context: http://lucene.472066.n3.nabble.c

Re: Query Elevation Component

2013-04-17 Thread Upayavira
Perhaps you should describe the problem you are tryin to solve. There may be other ways to solve it. Upayavira On Thu, Apr 18, 2013, at 01:08 AM, davers wrote: > I would like to use the Query Elevation Component. As I understand it > only > elevates based on term. I would also like it to consider

Re: Query elevation / boosting or something else to guarantee document position

2012-05-31 Thread Michael Kuhlmann
Hi Wenca, I'm a bit late. but maybe you're still interested. There's no such functionality in standard Solr. With sorting, this is not possible, because sort functions only rank each single document, they know nothing about the position of the others. And query elevation is similar, you'll ra

Re: Query elevation based on field

2010-02-13 Thread Grant Ingersoll
On Feb 10, 2010, at 8:46 PM, Jason Chaffee wrote: > Is it possible to do query elevation based on field? > > > > Basically, I would like to search the same term on three different > fields: > > > > q=field1:term OR field2:term OR field3:term > > > > and I would like to sort the results