Is there a way to sort alphanumerically?

2022-11-10 Thread Netta Steinberg
Hi all, I want to sort value alphabetically, but also numerically. Example: I want that the following items A1 B4 A2 A19 B10 Will be sorted in the following order A1 A2 A19 B2 B19 So values that start with A will appear before values that start with B, but also A2 will appear before A19, becaus

Re: Is there a way to sort alphanumerically?

2022-11-10 Thread Andrew Hankinson
I use this field definition for a sort field: This seems to work well. -Andrew > On 10 Nov 2022, at 11:06, Netta Steinberg wrote: > > Hi all, > > I want to sort value alphabetically, but also numerically. > Example: > I want that the following items > A1 > B4 > A2 > A19 > B10 > > Will be s

PDF version of the reference manual?

2022-11-10 Thread Bram Van Dam
Hey folks, Am I blind, or is there no longer a PDF version of the Solr reference manual? Latest one I can find is for 8.1, but nothing more recent. Am I blind? Or is there a publication bug somewhere? Thanks, - Bram

Re: PDF version of the reference manual?

2022-11-10 Thread Jan Høydahl
We stopped shipping PDFs of RefGuide long ago. Online only. Guess you could have the Antora engine spit out a PDF in some way, but have not tried. Jan > 10. nov. 2022 kl. 11:12 skrev Bram Van Dam : > > Hey folks, > > Am I blind, or is there no longer a PDF version of the Solr reference manual?

Re: PDF version of the reference manual?

2022-11-10 Thread Michael Gibney
It's also worth noting that within-site online search of the refguide is vastly improved in the latest version, so one of the reasons to have preferred PDF in the past should be less of an issue now. Michael On Thu, Nov 10, 2022 at 5:29 AM Jan Høydahl wrote: > > We stopped shipping PDFs of RefGui

Re: Is there a way to sort alphanumerically?

2022-11-10 Thread Andy Webb
hi Netta, How about splitting the values into two new string/pint fields and sorting on those in sequence? You can keep the original one for display purposes etc. HTH, Andy On Thu, 10 Nov 2022, 10:07 Netta Steinberg, wrote: > Hi all, > > I want to sort value alphabetically, but also numericall

RE: Re: Is there a way to sort alphanumerically?

2022-11-10 Thread Netta Steinberg
It seems to provide exactly the functionality I needed, thanks! On 2022/11/10 10:08:51 Andrew Hankinson wrote: > I use this field definition for a sort field: > > numeric="true" strength="secondary" alternate="shifted" > sortMissingLast="true" /> > > This seems to work well. > > -Andrew >

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
Hi Joshua, Shawn Thanks for your help. Now I am able to import project in eclipse. Now when I execute below build command (for main branch) it fails with the below exception. PS D:\solr\SolrReadwrite\solr> ./gradlew build FAILURE: Build failed with an exception. Task :solr:documentation:chec

Re: Problem in importing project in Eclipse

2022-11-10 Thread Shawn Heisey
On 11/10/22 09:17, Maulin Rathod wrote: Hi Joshua, Shawn Thanks for your help. Now I am able to import project in eclipse. Now when I execute below build command (for main branch) it fails with the below exception. PS D:\solr\SolrReadwrite\solr> ./gradlew build FAILURE: Build failed with an

Re: Problem in importing project in Eclipse

2022-11-10 Thread Shawn Heisey
On 11/10/2022 2:39 PM, Shawn Heisey wrote: My tests above were done on Ubuntu Server 22.04.  I will try it on a Windows 10 pro machine and reply back if I have any problems with that. Installed Strawberry Perl, Git for Windows, and Temurin JDK 17. The build failed, with a different error than

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
Hi Shawn, I am able to build successfully using .\gradlew clean dev command. Thanks for your help. I want to add/modify solr code (e.g. Adding new plugin/Stream Decorator) and debug it locally. https://solr.apache.org/guide/8_4/solr-plugins.html - This link provides details about existing plugi

Re: Problem in importing project in Eclipse

2022-11-10 Thread Shawn Heisey
On 11/10/22 19:04, Shawn Heisey wrote: Now it gets past the error you are getting and I am seeing failed tests. I haven't yet gotten a good run on Windows.  The tests seem to fail a lot more there. One problem might be that my Windows machine has a 4-core 7th generation Intel desktop CPU an

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
On Windows, I have installed python3 and now I am able to execute '.\gradlew clean dev' successfully. I want to add/modify solr code (e.g. Adding new plugin/Stream Decorator) and debug it locally. Is there any documentation which describes how to create a new plugin/Stream Decorator? On Fri, Nov