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
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
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
!
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
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
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
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
> 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
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