Sort results by alphabet at first then numeric

2021-08-26 Thread Thamizhazhagan B
Hi Team, We have the requirement to sort SOLR search results primarily based on alphabets at first followed by numeric. Currently numeric come at first followed by alphabets. Is there a way to address this. We have tried to use the below filter. But no use. Can anybody help. Thanks, Thamizh

RE: Sort results by alphabet at first then numeric

2021-08-27 Thread Thamizhazhagan B
Hi Team, Shall I have an update on this please. Thanks, Thamizh From: Thamizhazhagan B Sent: Thursday, August 26, 2021 3:58 PM To: users@solr.apache.org Subject: Sort results by alphabet at first then numeric Hi Team, We have the requirement to sort SOLR search results primarily based on

RE: Priorities for fields and Phrases while indexing

2021-09-24 Thread Thamizhazhagan B
Thanks Jan. We were able to achieve boosting. However, when we are applying boost value for "Starts with" to keyword (For.Example: culture), solr brings the result set wherever the keyword presents but top results are contains the keyword as second word Query: https://localhost/solr/TestIndex/s

RE: Priorities for fields and Phrases while indexing

2021-09-24 Thread Thamizhazhagan B
/cominvent/exactmatch__;!!BZ50a36bapWJ!6nuIotIgrsRVm-VwLaF-nvAPgILEyJ1BCek5G5TrC2lFFjlCuDETevc8Yu4Y_YlkYVnt4Q$ Jan Høydahl > 24. sep. 2021 kl. 17:08 skrev Thamizhazhagan B : > > Thanks Jan. We were able to achieve boosting. > > However, when we are applying boost value for

RE: Priorities for fields and Phrases while indexing

2021-09-27 Thread Thamizhazhagan B
hamizh Azhagan : > > Hi Jan, > > Cam you please help on how to implement SpanFirstQuery in Solr. Is > there any documentation available?? Stuck with implementation. > > On Fri, 24 Sep 2021, 10:53 pm Thamizhazhagan B, > > wrote: > >> Thanks Jan. Will look up

RE: Priorities for fields and Phrases while indexing

2021-09-29 Thread Thamizhazhagan B
v Thamizh Azhagan : > > Hi Jan, > > Cam you please help on how to implement SpanFirstQuery in Solr. Is > there any documentation available?? Stuck with implementation. > > On Fri, 24 Sep 2021, 10:53 pm Thamizhazhagan B, > > wrote: > >> Thanks Jan. Will look upon

Search results priority failed using boosting

2021-10-04 Thread Thamizhazhagan B
Hi, We have following fields that should be prioritized as below * Name (Priority 1) * Code (Priority 2) * Description (Priority 3) * Short description (Priority 4) Boost query: bq=(Name)^50&bq=(Code)^40&bq=(Description)^30&bq=(Short description)^20 Boosting is not working as

RE: Search results priority failed using boosting

2021-10-04 Thread Thamizhazhagan B
Hi Folks, I am new to Solr. Can you please suggest your solution for the below issue. Thanks, Thamizh -Original Message- From: Thamizhazhagan B Sent: Tuesday, October 5, 2021 2:16 AM To: users@solr.apache.org Subject: Search results priority failed using boosting Caution: This email

RE: Search results priority failed using boosting

2021-10-04 Thread Thamizhazhagan B
;:"QQQ Prothrombin 20210 GA GENE Nucleic Acid Amplification", "breadcrumb_title_t":"Prothrombin 20210 GA GENE Nucleic Acid Amplification", "score":102.24854}, Thanks, Thamizh -Original Message- From: Jeyaprakash Singarayar Sent: Tu

RE: Search results priority failed using boosting

2021-10-05 Thread Thamizhazhagan B
Hi Team, Sorry to bother you again. Shall I have update on this issue. Thanks, Thamizh -Original Message- From: Thamizhazhagan B Sent: Tuesday, October 5, 2021 2:52 PM To: users@solr.apache.org Subject: RE: Search results priority failed using boosting Hi Jayaprakash, Thanks for

Better way to debug Solr Scoring

2021-10-07 Thread Thamizhazhagan B
Hi, Is there any better way to debug Solr Query. I have used "debugQuery=true&explain=text" . Though it provides insights of Scoring difficult to understand. Please advise. Thanks, Thamizh NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, you are prohibited from shar

RE: Better way to debug Solr Scoring

2021-10-07 Thread Thamizhazhagan B
query-debugger/gmpkeiamnmccifccnbfljffkcnacmmdl__;!!BZ50a36bapWJ!5PLEQMf1V78MTLzrnJwuZEdwJKANMy9YoDZvWsRotpyC_H_f2E_QJSNA5J-V3ixpC87URg$ On Thu, Oct 7, 2021 at 11:42 AM Thamizhazhagan B wrote: > Hi, > > Is there any better way to debug Solr Query. I have used > "debugQ

Boost query with phrase slop

2021-10-12 Thread Thamizhazhagan B
Hi, We would like to order search results as below: User input: solr query analysis Results : (in same order) - exact match at top following by partial match then by individual words Solr query analysis is the best practice solr query is good for analysis query analysis in solr is good solr i

RE: Index for text with space

2021-10-21 Thread Thamizhazhagan B
Hi, Create a copy field as below and use this copyfield in your query.. Thanks, Thamizh -Original Message- From: son hoang Sent: Thursday, October 21, 2021 8:19 AM To: users@solr.apache.org Subject: Index fo

RE: Boost query with phrase slop

2021-11-01 Thread Thamizhazhagan B
flow<https://stackoverflow.com/questions/69663271/how-to-do-partial-phrase-matching-with-boosting-in-solr> Can you please help? Thanks, Thamizh From: Thamizhazhagan B Sent: Wednesday, October 13, 2021 3:42 AM To: users@solr.apache.org Subject: Boost query with phrase slop Hi, We would like to order search

White space at the end of a keyword return improper results

2021-11-24 Thread Thamizhazhagan B
Hi, When we give white space at the end, Solr gives random results. If we remove the white space at the end, returns exact matching results. For example: No whitespace at end: Keyword : "test result" Result: This is Test Result Whitespace at the end: Keyword: "test result " Result: This is te

Facets search in Jave spring framework

2024-05-01 Thread Thamizhazhagan B
Dear All, Can you please guide how to implement Facets search using Solr in Java spring framework. Thanks, Thamizh NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, you are prohibited from sharing, copying, or otherwise using or disclosing its contents. If you have r

RE: Facets search in Jave spring framework

2024-05-01 Thread Thamizhazhagan B
Hi, On top of below, we are facing challenges to use date ranges in Facet. Since I am a newbie in Solr, need guidance on this. Thanks, Thamizh -Original Message- From: Thamizhazhagan B Sent: Wednesday, May 1, 2024 8:56 AM To: 'users@solr.apache.org' Subject: Facets sear