Re: Get results in multiple orders (multiple boosts)

2017-08-21 Thread Luca Dall';Osto
Hello, thank you for your responses. Ok, therefore I have to archive this problem with no appropriate solution in Solr, and try to do it with a relation-based DB such as mySQL or Postgres. Build the custom sort function could be a valid solution instead of use the slower mySQL or try Postgres (I

Re: Get results in multiple orders (multiple boosts)

2017-08-18 Thread Luca Dall';Osto
On Friday, August 18, 2017 10:58 AM, Tom Evans wrote: On Fri, Aug 18, 2017 at 8:21 AM, Luca Dall'Osto wrote: > > Yes, of course, and excuse me for the misunderstanding. > > > In my scenario I have to display a list with hundreds of documents. > An user can s

Re: Get results in multiple orders (multiple boosts)

2017-08-18 Thread Luca Dall';Osto
correct order I need. It's JavasScript code, made before I implement Solr pagination. With Solr pagination it don't work. If you need it let me know, I will post it on Pastebin. Thank you Luca On Wednesday, August 16, 2017 12:39 PM, Rick Leir wrote: Luca Can you give me

Re: Get results in multiple orders (multiple boosts)

2017-08-16 Thread Luca Dall';Osto
! Luca On Tuesday, August 8, 2017 6:54 PM, Rick Leir wrote: Luca, What is the algorithm for the custom sort order?  -- Rick On August 7, 2017 6:38:49 AM EDT, Luca Dall'Osto wrote: >Hello Rick, >thanks for your answer. >Yes, I compose solr query from frontend request, bu

Re: Get results in multiple orders (multiple boosts)

2017-08-07 Thread Luca Dall';Osto
ust 4, 2017 7:41 PM, Rick Leir wrote: Luca I hope you have a web app in front of Solr. It could accept parameters from the browser, then construct the query as necessary to do your sorting. Cheers -- Rick On August 4, 2017 5:32:31 AM EDT, Luca Dall'Osto wrote: >Hello, >sorry for

Re: Get results in multiple orders (multiple boosts)

2017-08-04 Thread Luca Dall';Osto
query functions can also help with this. Cheers -- Rick > > On July 19, 2017 4:39:59 AM EDT, Luca Dall'Osto > wrote: > >Hello,The problem of build an index is that each user has a custom > >source order and category order: are not static orders (for example > >user X c

Re: Get results in multiple orders (multiple boosts)

2017-07-19 Thread Luca Dall';Osto
Hello,The problem of build an index is that each user has a custom source order and category order: are not static orders (for example user X could have category:5 as most important category but user Y could have category:9 as most important). Has anyone ever written a custom sort function in so

Re: Get results in multiple orders (multiple boosts)

2017-07-18 Thread Luca Dall';Osto
> affects the results)? > In a similar scenario, I am using fixed value boosts for specific field > values; "^=[boost]" instead of "^[factor]", for example: > > category:9500^=20  source:(5^=20 OR 9^=10 OR 7^=5) > > (Actual fixed values open for exper

Get results in multiple orders (multiple boosts)

2017-07-17 Thread Luca Dall';Osto
Hello, I'm new in Solr (and in mailing lists..), and I have a question about querying contents in multiple custom orders. I 'm trying to query some documents boosted by 2 (or more) fields: I'm able to make a search of 2 day and return results boosted by category field, like this: ?indent=on &def